summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscardracs <marco@scardovi.com>2021-03-20 09:48:32 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-20 18:52:43 +0100
commit309d227b7952b1bb527a52f385604fbc10f9f608 (patch)
tree3e64f91de63972f00d72199e97a514e2a50d9f79 /x11-themes/papirus-icon-theme
parentx11-drivers/xf86-input-wacom: Version bump to 0.40.0 (diff)
downloadgentoo-309d227b7952b1bb527a52f385604fbc10f9f608.tar.gz
gentoo-309d227b7952b1bb527a52f385604fbc10f9f608.tar.bz2
gentoo-309d227b7952b1bb527a52f385604fbc10f9f608.zip
x11-themes/papirus-icon-theme: drop version 20200405
Drop version 20200405 as 20200901 becomes stable Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Marco Scardovi <marco@scardovi.com> Closes: https://github.com/gentoo/gentoo/pull/20018 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-themes/papirus-icon-theme')
-rw-r--r--x11-themes/papirus-icon-theme/Manifest1
-rw-r--r--x11-themes/papirus-icon-theme/papirus-icon-theme-20200405.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/x11-themes/papirus-icon-theme/Manifest b/x11-themes/papirus-icon-theme/Manifest
index f59f21874840..80773f0de0d9 100644
--- a/x11-themes/papirus-icon-theme/Manifest
+++ b/x11-themes/papirus-icon-theme/Manifest
@@ -1,3 +1,2 @@
-DIST papirus-icon-theme-20200405.tar.gz 22279244 BLAKE2B 756402258dcc356cde2c4822c979e93096de6fd827037a21839e67a6f6bf81da7c86cb311255a6018676941ad1659cb5206dc8f3d1bfd8f320381232b5a0528e SHA512 116aefea7049f7bdffee12fde8fa7088dfb4cd52f78bba617390700ba292b664dde32d30119f2929121988fa46244d452407b82f61f113b38810743c6db7e451
DIST papirus-icon-theme-20200901.tar.gz 24109177 BLAKE2B c30aefa8d056c4c8e86425b3ebca4720d01ca7b0853f33edfb382a280f347df5da75815b354549c96285478fd4e6bacf5469a4212047fe0ba14cc6d2d1b7e292 SHA512 0c1abdf58aeaff6aa8bce2b1db541377633e15282024f757d949adc4cf3e73d08b66b5188fa31530394cb804e88881b5a66c4d80772469d606cfc192c076224e
DIST papirus-icon-theme-20210302.tar.gz 26557577 BLAKE2B 6dfba45b97d466deffd23852694cec62c40035a7552c5424dbc84fb9e5755fc0ba97eab302947e45e408a3f36ce3d6eead4af9c335c066355398a4cf30c66085 SHA512 b8bba6a3f68b34da7f9e55ac19b37240d7dc0b1b7cb6523431d5e1ce08a90179e26beb621c8da4ff219d2c1e9ad390f8d0e6f413bc4296c15b1da872f09dfd26
diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20200405.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20200405.ebuild
deleted file mode 100644
index ffcaec181ce0..000000000000
--- a/x11-themes/papirus-icon-theme/papirus-icon-theme-20200405.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome2-utils xdg-utils
-
-DESCRIPTION="icon theme for Linux"
-HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
-SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-src_compile() { :; }
-
-src_install() {
- insinto /usr/share/icons
- doins -r ePapirus Papirus{,-Dark,-Light}
-
-}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { xdg_icon_cache_update; }