diff options
author | Sam James <sam@gentoo.org> | 2022-04-29 10:38:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-29 11:21:10 +0100 |
commit | 76efcc340504fe8694df04112583ceddb6c7eb04 (patch) | |
tree | c20ec3d8ae5bd12c078f419e829cb8c453002325 /x11-themes/papirus-icon-theme | |
parent | x11-themes/numix-icon-theme: drop 19.09.20, 20.06.07 (diff) | |
download | gentoo-76efcc340504fe8694df04112583ceddb6c7eb04.tar.gz gentoo-76efcc340504fe8694df04112583ceddb6c7eb04.tar.bz2 gentoo-76efcc340504fe8694df04112583ceddb6c7eb04.zip |
x11-themes/papirus-icon-theme: drop 20210701
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-themes/papirus-icon-theme')
-rw-r--r-- | x11-themes/papirus-icon-theme/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/papirus-icon-theme/papirus-icon-theme-20210701.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/x11-themes/papirus-icon-theme/Manifest b/x11-themes/papirus-icon-theme/Manifest index 5e187b8d2c12..8143f8c4dd28 100644 --- a/x11-themes/papirus-icon-theme/Manifest +++ b/x11-themes/papirus-icon-theme/Manifest @@ -1,3 +1,2 @@ -DIST papirus-icon-theme-20210701.tar.gz 28129228 BLAKE2B cb4b8891607bfa2b245858c746e590d4a1aca973037669268be682a06ada5074e298666a1d9a9ee9ce66be92778fcf34d3cf306c9864332ea7ebc25f52568f30 SHA512 0ec131bac6a0804d0a61d0c01c30d8d55f4438e93e17849a5c3cb741c4d8aa050977b24101d7f33416a7d617b53c5dca28ce38316e52bd5f72d9034147983d4d DIST papirus-icon-theme-20211201.tar.gz 30608183 BLAKE2B 1af77049995fdbc4acfbf72df706faaae507cb1c07624993073bbcf053bad8fd8eaae7fc2e228b57919e3bac041a0056fae6a1cf693040459d72c3285b7725ad SHA512 746055e9db0ef11c996fd90892582ca5ffd3e7c77aa08a43de2dd162364e915c73b3e1ab139c8caa4295e0857b4b5a6e273606f41ae5ab91de9dd160598ec621 DIST papirus-icon-theme-20220302.tar.gz 31555519 BLAKE2B 6c8377c45df01437715df199e4d204ee1e6d5778a694368d2123de16af4f7f825d87579208dbb0f5e8ef9cc8567688e5b758d2609abfcd473f7ed52687607dee SHA512 54793eb6b890931cc2e11c741b0144c485b8446673c8568eb95cf2a546d14d68bf8446d22953d63ee19c2ccd072dfa2d6443bb401a03e81c56c5776e4d30145d diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20210701.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20210701.ebuild deleted file mode 100644 index 8fd0ed502ff2..000000000000 --- a/x11-themes/papirus-icon-theme/papirus-icon-theme-20210701.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xdg - -DESCRIPTION="Free and open source SVG icon theme" -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 arm64 ppc64 x86" - -src_compile() { :; } - -src_install() { - insinto /usr/share/icons - doins -r ePapirus Papirus{,-Dark,-Light} - -} |