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/numix-icon-theme/
Date: Fri, 29 Apr 2022 10:22:01
Message-Id: 1651227669.a0d702c9dbf4f822575cc335d123b96539cedaeb.sam@gentoo
1 commit: a0d702c9dbf4f822575cc335d123b96539cedaeb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 09:37:53 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 10:21:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0d702c9
7
8 x11-themes/numix-icon-theme: drop 19.09.20, 20.06.07
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 x11-themes/numix-icon-theme/Manifest | 2 --
13 .../numix-icon-theme/numix-icon-theme-19.09.20.ebuild | 19 -------------------
14 .../numix-icon-theme/numix-icon-theme-20.06.07.ebuild | 19 -------------------
15 3 files changed, 40 deletions(-)
16
17 diff --git a/x11-themes/numix-icon-theme/Manifest b/x11-themes/numix-icon-theme/Manifest
18 index c348749012c9..02fa8c958c62 100644
19 --- a/x11-themes/numix-icon-theme/Manifest
20 +++ b/x11-themes/numix-icon-theme/Manifest
21 @@ -1,3 +1 @@
22 -DIST numix-icon-theme-19.09.20.tar.gz 4410187 BLAKE2B 84c786784bf9099aca30f86eebea4931e2ab35e83531642ebf4394d23b5fb317d1f0d296b82e7db8d894936222f582a7012d510dd27bf9b91cf74ddf435e0dba SHA512 33887291c6322c3a78162c86e8d81b882c5483d00bd14ebd1238eb5aec800e8d2f8e5a01c24d96491dd569495242ea196995a130ec5a8957e10e9068ae252d1b
23 -DIST numix-icon-theme-20.06.07.tar.gz 4431263 BLAKE2B 80f5220da0b0361ddaa27c178c0d1e75e34d970e6b25bd175a44b854c8e340e0cb37a5d6ac64aaa73d05b9570efdad0d40d268dc0a15836b41ec680e92a4ea13 SHA512 8ab26fe047d1ab7002a9cd1b21406c5565153dfd9fea7267945f8f9eeaac299b6b7601340c22d933c9e28c522cff300596aac6d589b0080d44746441d5494f6d
24 DIST numix-icon-theme-21.04.14.tar.gz 4447616 BLAKE2B 66155b63405c7655dbf48db6e6acfad5e1d133985e76fc92a70216d5bd0c470deac3c5c42ba5c46f1801552bc814847c3457e1e8339aac236a75eb45e9a40e6f SHA512 492d30ac58a2f7ad1ee9e64dc9cba4add086b5c1521b321ee302a51164de65ce837f27d11b8500eab31b5e52fae7c18f109fc72cabdf5b8951a7aecc46bf624e
25
26 diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-19.09.20.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-19.09.20.ebuild
27 deleted file mode 100644
28 index cc8d91bb36f0..000000000000
29 --- a/x11-themes/numix-icon-theme/numix-icon-theme-19.09.20.ebuild
30 +++ /dev/null
31 @@ -1,19 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit xdg
38 -
39 -DESCRIPTION="An official icon theme from the Numix Project"
40 -HOMEPAGE="https://github.com/numixproject"
41 -SRC_URI="https://github.com/numixproject/numix-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="GPL-3"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -
47 -src_install() {
48 - insinto /usr/share/icons
49 - doins -r Numix{,-Light}
50 -}
51
52 diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-20.06.07.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-20.06.07.ebuild
53 deleted file mode 100644
54 index 9ad960d6168b..000000000000
55 --- a/x11-themes/numix-icon-theme/numix-icon-theme-20.06.07.ebuild
56 +++ /dev/null
57 @@ -1,19 +0,0 @@
58 -# Copyright 1999-2021 Gentoo Authors
59 -# Distributed under the terms of the GNU General Public License v2
60 -
61 -EAPI=7
62 -
63 -inherit xdg
64 -
65 -DESCRIPTION="An official icon theme from the Numix Project"
66 -HOMEPAGE="https://github.com/numixproject"
67 -SRC_URI="https://github.com/numixproject/numix-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz"
68 -
69 -LICENSE="GPL-3"
70 -SLOT="0"
71 -KEYWORDS="~amd64 ~x86"
72 -
73 -src_install() {
74 - insinto /usr/share/icons
75 - doins -r Numix{,-Light}
76 -}