Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/papirus-icon-theme/
Date: Fri, 29 Apr 2022 10:22:02
Message-Id: 1651227670.76efcc340504fe8694df04112583ceddb6c7eb04.sam@gentoo
1 commit: 76efcc340504fe8694df04112583ceddb6c7eb04
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 09:38:23 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 10:21:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76efcc34
7
8 x11-themes/papirus-icon-theme: drop 20210701
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 x11-themes/papirus-icon-theme/Manifest | 1 -
13 .../papirus-icon-theme-20210701.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/x11-themes/papirus-icon-theme/Manifest b/x11-themes/papirus-icon-theme/Manifest
17 index 5e187b8d2c12..8143f8c4dd28 100644
18 --- a/x11-themes/papirus-icon-theme/Manifest
19 +++ b/x11-themes/papirus-icon-theme/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST papirus-icon-theme-20210701.tar.gz 28129228 BLAKE2B cb4b8891607bfa2b245858c746e590d4a1aca973037669268be682a06ada5074e298666a1d9a9ee9ce66be92778fcf34d3cf306c9864332ea7ebc25f52568f30 SHA512 0ec131bac6a0804d0a61d0c01c30d8d55f4438e93e17849a5c3cb741c4d8aa050977b24101d7f33416a7d617b53c5dca28ce38316e52bd5f72d9034147983d4d
22 DIST papirus-icon-theme-20211201.tar.gz 30608183 BLAKE2B 1af77049995fdbc4acfbf72df706faaae507cb1c07624993073bbcf053bad8fd8eaae7fc2e228b57919e3bac041a0056fae6a1cf693040459d72c3285b7725ad SHA512 746055e9db0ef11c996fd90892582ca5ffd3e7c77aa08a43de2dd162364e915c73b3e1ab139c8caa4295e0857b4b5a6e273606f41ae5ab91de9dd160598ec621
23 DIST papirus-icon-theme-20220302.tar.gz 31555519 BLAKE2B 6c8377c45df01437715df199e4d204ee1e6d5778a694368d2123de16af4f7f825d87579208dbb0f5e8ef9cc8567688e5b758d2609abfcd473f7ed52687607dee SHA512 54793eb6b890931cc2e11c741b0144c485b8446673c8568eb95cf2a546d14d68bf8446d22953d63ee19c2ccd072dfa2d6443bb401a03e81c56c5776e4d30145d
24
25 diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20210701.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20210701.ebuild
26 deleted file mode 100644
27 index 8fd0ed502ff2..000000000000
28 --- a/x11-themes/papirus-icon-theme/papirus-icon-theme-20210701.ebuild
29 +++ /dev/null
30 @@ -1,22 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit xdg
37 -
38 -DESCRIPTION="Free and open source SVG icon theme"
39 -HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
40 -SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="GPL-3"
43 -SLOT="0"
44 -KEYWORDS="amd64 arm64 ppc64 x86"
45 -
46 -src_compile() { :; }
47 -
48 -src_install() {
49 - insinto /usr/share/icons
50 - doins -r ePapirus Papirus{,-Dark,-Light}
51 -
52 -}