diff options
author | Pacho Ramos <pacho@gentoo.org> | 2022-09-03 18:07:04 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2022-09-03 18:07:04 +0200 |
commit | c0d72f3618ef3830d4d3347ff0f238d2ea823528 (patch) | |
tree | 83ca4df0696493bc6d51df03af8ba63af8fdd702 /x11-themes | |
parent | x11-themes/papirus-icon-theme: stabilize 20220808 for ALLARCHES (diff) | |
download | gentoo-c0d72f3618ef3830d4d3347ff0f238d2ea823528.tar.gz gentoo-c0d72f3618ef3830d4d3347ff0f238d2ea823528.tar.bz2 gentoo-c0d72f3618ef3830d4d3347ff0f238d2ea823528.zip |
x11-themes/papirus-icon-theme: drop 20220606, 20220710
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-themes')
3 files changed, 0 insertions, 50 deletions
diff --git a/x11-themes/papirus-icon-theme/Manifest b/x11-themes/papirus-icon-theme/Manifest index af8dcf1d4ebb..f06a350504ee 100644 --- a/x11-themes/papirus-icon-theme/Manifest +++ b/x11-themes/papirus-icon-theme/Manifest @@ -1,3 +1 @@ -DIST papirus-icon-theme-20220606.tar.gz 32364864 BLAKE2B 2cf8381619dff73d0bcd44bde98dcecbb1daca5db19251537d136f0d22929d52db2527f0cd932338047eeb16a86ee98444b856ff03edc13cbe5073911757e6f0 SHA512 ccf786a478e5a97052f11999c8fc48bde4c677a036bad3cb3cb908b5cde1055565cdb2914d70dd52029c4c4cb2c60fb1da0daa6dfa076176b5a5aced1665d0c0 -DIST papirus-icon-theme-20220710.tar.gz 32968856 BLAKE2B 07886d53fc918fd75992f5404e0cdceacc48b46cef632c9d233ddc56683504ee8835dd0787d33a5195469563ad02a866c711cb0e7cd43c86e20d68d62bdbf009 SHA512 2b9a51447e822e92d1660342de6f75ec57a641a152f4e7dd119422a1f98fe625adcf178814db8f0caf6156a17c73824c340dc59ada3523e44917f4d86db36098 DIST papirus-icon-theme-20220808.tar.gz 33262401 BLAKE2B b94d6a272613d443bd540e0899829a0d932402e7b2d529e8f6b0785d1e812624dca4e21e04fa7ee94a37a9313e85cdc5398ee42e0c110d74246cc31682dc6897 SHA512 4233ec11fad43901fca346bb3db94ec68466b91740b1a25c3eed5772a2ccef086500443af96373d19b172923f8dd8b6814859fe402d78f44b31ac7d555b598bd diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20220606.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20220606.ebuild deleted file mode 100644 index 7d8d629b6b93..000000000000 --- a/x11-themes/papirus-icon-theme/papirus-icon-theme-20220606.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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 Papirus{,-Dark,-Light} - - # Install variants designed for elementary OS and Pantheon Desktop only - doins -r ePapirus{,-Dark} -} diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20220710.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20220710.ebuild deleted file mode 100644 index b3be9a3ea230..000000000000 --- a/x11-themes/papirus-icon-theme/papirus-icon-theme-20220710.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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 Papirus{,-Dark,-Light} - - # Install variants designed for elementary OS and Pantheon Desktop only - doins -r ePapirus{,-Dark} -} |