Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/papirus-icon-theme/
Date: Wed, 01 Mar 2023 15:55:47
Message-Id: 1677686129.766787d8595779af9f613b025239a3ab4dc60b01.pacho@gentoo
1 commit: 766787d8595779af9f613b025239a3ab4dc60b01
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 15:54:40 2023 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 15:55:29 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=766787d8
7
8 x11-themes/papirus-icon-theme: drop 20221201
9
10 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
11
12 x11-themes/papirus-icon-theme/Manifest | 1 -
13 .../papirus-icon-theme-20221201.ebuild | 30 ----------------------
14 2 files changed, 31 deletions(-)
15
16 diff --git a/x11-themes/papirus-icon-theme/Manifest b/x11-themes/papirus-icon-theme/Manifest
17 index 8ef7acd10173..f5a74ce4b0b9 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-20221201.tar.gz 33494699 BLAKE2B 546c7b3530fc039821e2d183f426d4131182c5c923c51b86367352c39d40c7f96e4f1f3e842d1c286db68685ecc5afa5898de2605f299eff781f7d1a801ec3e9 SHA512 2c4f73f3036a66efccbc6c19d6e571782f0d8549a4bcee55d85413f4960dc1941a15cdc667760d73d5e75211444d4c4b9814bdd6294037719dd5cfe03a2ad445
22 DIST papirus-icon-theme-20230104.tar.gz 33527798 BLAKE2B 9aa80a3611f0a39aa0fabeb0a20a7d901ed983c046208784bbd268151a7668adf99d0e4d9df9efe544864278dc2ff417a40ab581610f11d204a4288e68173adb SHA512 c07adc6258e9c0b37b250efae91825004b5b440304b9a901dbccec90fe683eee6871f5bf3205e79ee1bf44fe13ce5f014cbfc99b1bb6488e82bd6b0b8b730bfa
23 DIST papirus-icon-theme-20230301.tar.gz 33609598 BLAKE2B 7c4910d9992696ebba1e13e965fa39fb339aede971f39bdf1947f1ceaf3744ca30aa3ac348e9735e9e7004872fb6ad34747709968da84d9c13c1ad87bfba97b4 SHA512 bdb0bb4c16b33459c19665953294b34776d2ac712ee6f1e8673396f18673b68a10c90d3b2406febb5d4fad76296eb4f60f0db60a85bf6ee6f15700ee025d9cec
24
25 diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20221201.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20221201.ebuild
26 deleted file mode 100644
27 index a3a26b110a03..000000000000
28 --- a/x11-themes/papirus-icon-theme/papirus-icon-theme-20221201.ebuild
29 +++ /dev/null
30 @@ -1,30 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -inherit xdg
36 -
37 -DESCRIPTION="Free and open source SVG icon theme"
38 -HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
39 -SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz"
40 -
41 -LICENSE="GPL-3"
42 -SLOT="0"
43 -KEYWORDS="amd64 arm64 ppc64 x86"
44 -
45 -src_prepare() {
46 - default
47 - # https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/issues/3241
48 - cd Papirus/128x128/apps/ || die
49 - ln -s beneath-a-steel-sky.svg bass.svg || die
50 -}
51 -
52 -src_compile() { :; }
53 -
54 -src_install() {
55 - insinto /usr/share/icons
56 - doins -r Papirus{,-Dark,-Light}
57 -
58 - # Install variants designed for elementary OS and Pantheon Desktop only
59 - doins -r ePapirus{,-Dark}
60 -}