* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-icon-theme/
@ 2018-08-30 17:43 Mikle Kolyada
0 siblings, 0 replies; 21+ messages in thread
From: Mikle Kolyada @ 2018-08-30 17:43 UTC (permalink / raw
To: gentoo-commits
commit: fce3432e7844bb273af71e494fb449cb6b1eedca
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 30 17:42:00 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Aug 30 17:43:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fce3432e
x11-themes/numix-icon-theme: Initial import
Package-Manager: Portage-2.3.40, Repoman-2.3.9
x11-themes/numix-icon-theme/Manifest | 1 +
x11-themes/numix-icon-theme/metadata.xml | 11 +++++++++++
.../numix-icon-theme-18.07.17.ebuild | 23 ++++++++++++++++++++++
3 files changed, 35 insertions(+)
diff --git a/x11-themes/numix-icon-theme/Manifest b/x11-themes/numix-icon-theme/Manifest
new file mode 100644
index 00000000000..67bb68adb7d
--- /dev/null
+++ b/x11-themes/numix-icon-theme/Manifest
@@ -0,0 +1 @@
+DIST numix-icon-theme-18.07.17.tar.gz 4415673 BLAKE2B f2bd9342dfb914872df429edc756eebf457f2938cb9db28948bec308eb9cb533268103957a2cc3381948ba4cc1405c82f3cba225bc1f956304119fdde4503b4e SHA512 dd71dd5b05df9f00b9a3d066ce9ad44aa2959d0fae5083a2203d0562b774c0f7d25edf278a285a4e3813fb7d4346626fafc6c6d947cf9d510beb320839dbd757
diff --git a/x11-themes/numix-icon-theme/metadata.xml b/x11-themes/numix-icon-theme/metadata.xml
new file mode 100644
index 00000000000..eb6932cbc20
--- /dev/null
+++ b/x11-themes/numix-icon-theme/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+ <email>zlogene@gentoo.org</email>
+ <name>Mikle Kolyada</name>
+</maintainer>
+<upstream>
+ <remote-id type="github">numixproject/numix-icon-theme</remote-id>
+</upstream>
+</pkgmetadata>
diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild
new file mode 100644
index 00000000000..c26f88fd4c3
--- /dev/null
+++ b/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="An official icon theme from the Numix Project"
+HOMEPAGE="https://github.com/numixproject"
+SRC_URI="https://github.com/numixproject/numix-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_install() {
+ insinto /usr/share/icons
+ doins -r Numix{,-Light}
+}
+
+pkg_preinst() { gnome2_icon_savelist; }
+pkg_postinst() { gnome2_icon_cache_update; }
+pkg_postrm() { gnome2_icon_cache_update; }
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-icon-theme/
@ 2018-09-15 17:10 Mikle Kolyada
0 siblings, 0 replies; 21+ messages in thread
From: Mikle Kolyada @ 2018-09-15 17:10 UTC (permalink / raw
To: gentoo-commits
commit: 49289271b6ef582f11dacd80c8cccb418088291d
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 15 17:09:46 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Sep 15 17:09:46 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49289271
x11-themes/numix-icon-theme: mark stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild
index c26f88fd4c3..ada198a107e 100644
--- a/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild
+++ b/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/numixproject/numix-icon-theme/archive/${PV}.tar.gz -
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
src_install() {
insinto /usr/share/icons
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-icon-theme/
@ 2019-09-26 19:52 Mikle Kolyada
0 siblings, 0 replies; 21+ messages in thread
From: Mikle Kolyada @ 2019-09-26 19:52 UTC (permalink / raw
To: gentoo-commits
commit: a6ad41b2f776a4188ee63c69e2f6468fb211c30f
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 26 19:52:17 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Sep 26 19:52:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6ad41b2
x11-themes/numix-icon-theme: Version bump (v19.09.20)
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
x11-themes/numix-icon-theme/Manifest | 1 +
.../numix-icon-theme-19.09.20.ebuild | 23 ++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/x11-themes/numix-icon-theme/Manifest b/x11-themes/numix-icon-theme/Manifest
index 67bb68adb7d..820f9c7646e 100644
--- a/x11-themes/numix-icon-theme/Manifest
+++ b/x11-themes/numix-icon-theme/Manifest
@@ -1 +1,2 @@
DIST numix-icon-theme-18.07.17.tar.gz 4415673 BLAKE2B f2bd9342dfb914872df429edc756eebf457f2938cb9db28948bec308eb9cb533268103957a2cc3381948ba4cc1405c82f3cba225bc1f956304119fdde4503b4e SHA512 dd71dd5b05df9f00b9a3d066ce9ad44aa2959d0fae5083a2203d0562b774c0f7d25edf278a285a4e3813fb7d4346626fafc6c6d947cf9d510beb320839dbd757
+DIST numix-icon-theme-19.09.20.tar.gz 4410187 BLAKE2B 84c786784bf9099aca30f86eebea4931e2ab35e83531642ebf4394d23b5fb317d1f0d296b82e7db8d894936222f582a7012d510dd27bf9b91cf74ddf435e0dba SHA512 33887291c6322c3a78162c86e8d81b882c5483d00bd14ebd1238eb5aec800e8d2f8e5a01c24d96491dd569495242ea196995a130ec5a8957e10e9068ae252d1b
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
new file mode 100644
index 00000000000..71ab76211a2
--- /dev/null
+++ b/x11-themes/numix-icon-theme/numix-icon-theme-19.09.20.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="An official icon theme from the Numix Project"
+HOMEPAGE="https://github.com/numixproject"
+SRC_URI="https://github.com/numixproject/numix-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_install() {
+ insinto /usr/share/icons
+ doins -r Numix{,-Light}
+}
+
+pkg_preinst() { gnome2_icon_savelist; }
+pkg_postinst() { gnome2_icon_cache_update; }
+pkg_postrm() { gnome2_icon_cache_update; }
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-icon-theme/
@ 2020-03-30 11:56 Mikle Kolyada
0 siblings, 0 replies; 21+ messages in thread
From: Mikle Kolyada @ 2020-03-30 11:56 UTC (permalink / raw
To: gentoo-commits
commit: 41275eaa95659be9f5cb87f58e6286d4f163cbb0
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 30 11:54:14 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Mar 30 11:56:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41275eaa
x11-themes/numix-icon-theme: mark stable
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
x11-themes/numix-icon-theme/numix-icon-theme-19.09.20.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
index 71ab76211a2..37409462c11 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/numixproject/numix-icon-theme/archive/${PV}.tar.gz -
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
src_install() {
insinto /usr/share/icons
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-icon-theme/
@ 2020-03-30 11:56 Mikle Kolyada
0 siblings, 0 replies; 21+ messages in thread
From: Mikle Kolyada @ 2020-03-30 11:56 UTC (permalink / raw
To: gentoo-commits
commit: 94bcc28ab6b716cc9e693e0ae7649df8167a32eb
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 30 11:56:16 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Mar 30 11:56:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94bcc28a
x11-themes/numix-icon-theme: Version bump (v20.03.20)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
x11-themes/numix-icon-theme/Manifest | 1 +
.../numix-icon-theme-20.03.20.ebuild | 23 ++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/x11-themes/numix-icon-theme/Manifest b/x11-themes/numix-icon-theme/Manifest
index 820f9c7646e..da5de5e06e3 100644
--- a/x11-themes/numix-icon-theme/Manifest
+++ b/x11-themes/numix-icon-theme/Manifest
@@ -1,2 +1,3 @@
DIST numix-icon-theme-18.07.17.tar.gz 4415673 BLAKE2B f2bd9342dfb914872df429edc756eebf457f2938cb9db28948bec308eb9cb533268103957a2cc3381948ba4cc1405c82f3cba225bc1f956304119fdde4503b4e SHA512 dd71dd5b05df9f00b9a3d066ce9ad44aa2959d0fae5083a2203d0562b774c0f7d25edf278a285a4e3813fb7d4346626fafc6c6d947cf9d510beb320839dbd757
DIST numix-icon-theme-19.09.20.tar.gz 4410187 BLAKE2B 84c786784bf9099aca30f86eebea4931e2ab35e83531642ebf4394d23b5fb317d1f0d296b82e7db8d894936222f582a7012d510dd27bf9b91cf74ddf435e0dba SHA512 33887291c6322c3a78162c86e8d81b882c5483d00bd14ebd1238eb5aec800e8d2f8e5a01c24d96491dd569495242ea196995a130ec5a8957e10e9068ae252d1b
+DIST numix-icon-theme-20.03.20.tar.gz 4426810 BLAKE2B a2f31ccff9326cc96c7f77c2acdd8f2c24698d6331bff73afcb0a2c80277b0c58b9527e063987b44867d7fe6f1586b454f29d29b5de3b3d69f43c245c29a6986 SHA512 417f50a13fa60292abc17381678d482d2b1f6f0df2ca7e97dfd3070fa3a563adb5cdbb33ce9853c80fdb7a90abba61263d064f212655149df7fe4cdea751097e
diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-20.03.20.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-20.03.20.ebuild
new file mode 100644
index 00000000000..1ce1b54125e
--- /dev/null
+++ b/x11-themes/numix-icon-theme/numix-icon-theme-20.03.20.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="An official icon theme from the Numix Project"
+HOMEPAGE="https://github.com/numixproject"
+SRC_URI="https://github.com/numixproject/numix-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_install() {
+ insinto /usr/share/icons
+ doins -r Numix{,-Light}
+}
+
+pkg_preinst() { gnome2_icon_savelist; }
+pkg_postinst() { gnome2_icon_cache_update; }
+pkg_postrm() { gnome2_icon_cache_update; }
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-icon-theme/
@ 2020-06-18 21:18 Mikle Kolyada
0 siblings, 0 replies; 21+ messages in thread
From: Mikle Kolyada @ 2020-06-18 21:18 UTC (permalink / raw
To: gentoo-commits
commit: fb4833aacd7b0aba994b2b77b222e8388750c99c
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 18 21:18:05 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Jun 18 21:18:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb4833aa
x11-themes/numix-icon-theme: Version bump (v20.06.07)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
x11-themes/numix-icon-theme/Manifest | 1 +
.../numix-icon-theme-20.06.07.ebuild | 23 ++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/x11-themes/numix-icon-theme/Manifest b/x11-themes/numix-icon-theme/Manifest
index da5de5e06e3..d7c725a193e 100644
--- a/x11-themes/numix-icon-theme/Manifest
+++ b/x11-themes/numix-icon-theme/Manifest
@@ -1,3 +1,4 @@
DIST numix-icon-theme-18.07.17.tar.gz 4415673 BLAKE2B f2bd9342dfb914872df429edc756eebf457f2938cb9db28948bec308eb9cb533268103957a2cc3381948ba4cc1405c82f3cba225bc1f956304119fdde4503b4e SHA512 dd71dd5b05df9f00b9a3d066ce9ad44aa2959d0fae5083a2203d0562b774c0f7d25edf278a285a4e3813fb7d4346626fafc6c6d947cf9d510beb320839dbd757
DIST numix-icon-theme-19.09.20.tar.gz 4410187 BLAKE2B 84c786784bf9099aca30f86eebea4931e2ab35e83531642ebf4394d23b5fb317d1f0d296b82e7db8d894936222f582a7012d510dd27bf9b91cf74ddf435e0dba SHA512 33887291c6322c3a78162c86e8d81b882c5483d00bd14ebd1238eb5aec800e8d2f8e5a01c24d96491dd569495242ea196995a130ec5a8957e10e9068ae252d1b
DIST numix-icon-theme-20.03.20.tar.gz 4426810 BLAKE2B a2f31ccff9326cc96c7f77c2acdd8f2c24698d6331bff73afcb0a2c80277b0c58b9527e063987b44867d7fe6f1586b454f29d29b5de3b3d69f43c245c29a6986 SHA512 417f50a13fa60292abc17381678d482d2b1f6f0df2ca7e97dfd3070fa3a563adb5cdbb33ce9853c80fdb7a90abba61263d064f212655149df7fe4cdea751097e
+DIST numix-icon-theme-20.06.07.tar.gz 4431263 BLAKE2B 80f5220da0b0361ddaa27c178c0d1e75e34d970e6b25bd175a44b854c8e340e0cb37a5d6ac64aaa73d05b9570efdad0d40d268dc0a15836b41ec680e92a4ea13 SHA512 8ab26fe047d1ab7002a9cd1b21406c5565153dfd9fea7267945f8f9eeaac299b6b7601340c22d933c9e28c522cff300596aac6d589b0080d44746441d5494f6d
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
new file mode 100644
index 00000000000..1ce1b54125e
--- /dev/null
+++ b/x11-themes/numix-icon-theme/numix-icon-theme-20.06.07.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="An official icon theme from the Numix Project"
+HOMEPAGE="https://github.com/numixproject"
+SRC_URI="https://github.com/numixproject/numix-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_install() {
+ insinto /usr/share/icons
+ doins -r Numix{,-Light}
+}
+
+pkg_preinst() { gnome2_icon_savelist; }
+pkg_postinst() { gnome2_icon_cache_update; }
+pkg_postrm() { gnome2_icon_cache_update; }
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-icon-theme/
@ 2021-01-12 12:49 Mikle Kolyada
0 siblings, 0 replies; 21+ messages in thread
From: Mikle Kolyada @ 2021-01-12 12:49 UTC (permalink / raw
To: gentoo-commits
commit: 1cc6460196615db003cda9c3901914e650896dec
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 12 12:44:13 2021 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Jan 12 12:49:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc64601
x11-themes/numix-icon-theme: Drop myself from maintainers
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
x11-themes/numix-icon-theme/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/x11-themes/numix-icon-theme/metadata.xml b/x11-themes/numix-icon-theme/metadata.xml
index eb6932cbc20..e09e385f855 100644
--- a/x11-themes/numix-icon-theme/metadata.xml
+++ b/x11-themes/numix-icon-theme/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
- <email>zlogene@gentoo.org</email>
- <name>Mikle Kolyada</name>
-</maintainer>
+<!-- maintainer-needed -->
<upstream>
<remote-id type="github">numixproject/numix-icon-theme</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-icon-theme/
@ 2021-03-12 20:49 Andreas Sturmlechner
0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2021-03-12 20:49 UTC (permalink / raw
To: gentoo-commits
commit: 9b1b3d1bea97778b6a97f772e391d4035df791b2
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sat Jan 30 13:46:12 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 12 20:49:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b1b3d1b
x11-themes/numix-icon-theme: fix eclass usage
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
x11-themes/numix-icon-theme/metadata.xml | 15 +++++++++++----
.../numix-icon-theme/numix-icon-theme-18.07.17.ebuild | 10 +++-------
.../numix-icon-theme/numix-icon-theme-19.09.20.ebuild | 10 +++-------
.../numix-icon-theme/numix-icon-theme-20.03.20.ebuild | 10 +++-------
.../numix-icon-theme/numix-icon-theme-20.06.07.ebuild | 10 +++-------
5 files changed, 23 insertions(+), 32 deletions(-)
diff --git a/x11-themes/numix-icon-theme/metadata.xml b/x11-themes/numix-icon-theme/metadata.xml
index e09e385f855..c6de63f06d4 100644
--- a/x11-themes/numix-icon-theme/metadata.xml
+++ b/x11-themes/numix-icon-theme/metadata.xml
@@ -1,8 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
-<upstream>
- <remote-id type="github">numixproject/numix-icon-theme</remote-id>
-</upstream>
+ <maintainer type="person">
+ <email>gentoo@aisha.cc</email>
+ <name>Aisha Tammy</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">numixproject/numix-icon-theme</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild
index ada198a107e..cc8d91bb36f 100644
--- a/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild
+++ b/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit gnome2-utils
+inherit xdg
DESCRIPTION="An official icon theme from the Numix Project"
HOMEPAGE="https://github.com/numixproject"
@@ -17,7 +17,3 @@ src_install() {
insinto /usr/share/icons
doins -r Numix{,-Light}
}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }
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
index 37409462c11..cc8d91bb36f 100644
--- 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
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit gnome2-utils
+inherit xdg
DESCRIPTION="An official icon theme from the Numix Project"
HOMEPAGE="https://github.com/numixproject"
@@ -17,7 +17,3 @@ src_install() {
insinto /usr/share/icons
doins -r Numix{,-Light}
}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }
diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-20.03.20.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-20.03.20.ebuild
index 1ce1b54125e..9ad960d6168 100644
--- a/x11-themes/numix-icon-theme/numix-icon-theme-20.03.20.ebuild
+++ b/x11-themes/numix-icon-theme/numix-icon-theme-20.03.20.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit gnome2-utils
+inherit xdg
DESCRIPTION="An official icon theme from the Numix Project"
HOMEPAGE="https://github.com/numixproject"
@@ -17,7 +17,3 @@ src_install() {
insinto /usr/share/icons
doins -r Numix{,-Light}
}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }
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
index 1ce1b54125e..9ad960d6168 100644
--- 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
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit gnome2-utils
+inherit xdg
DESCRIPTION="An official icon theme from the Numix Project"
HOMEPAGE="https://github.com/numixproject"
@@ -17,7 +17,3 @@ src_install() {
insinto /usr/share/icons
doins -r Numix{,-Light}
}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-icon-theme/
@ 2021-03-20 8:25 Joonas Niilola
0 siblings, 0 replies; 21+ messages in thread
From: Joonas Niilola @ 2021-03-20 8:25 UTC (permalink / raw
To: gentoo-commits
commit: 73c51562ac6ee520332eaa2f9ead2627cfc86568
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 20 08:23:06 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Mar 20 08:25:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c51562
x11-themes/numix-icon-theme: drop 18.07.17, 20.03.20
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-themes/numix-icon-theme/Manifest | 2 --
.../numix-icon-theme/numix-icon-theme-18.07.17.ebuild | 19 -------------------
.../numix-icon-theme/numix-icon-theme-20.03.20.ebuild | 19 -------------------
3 files changed, 40 deletions(-)
diff --git a/x11-themes/numix-icon-theme/Manifest b/x11-themes/numix-icon-theme/Manifest
index d7c725a193e..9e9d6504462 100644
--- a/x11-themes/numix-icon-theme/Manifest
+++ b/x11-themes/numix-icon-theme/Manifest
@@ -1,4 +1,2 @@
-DIST numix-icon-theme-18.07.17.tar.gz 4415673 BLAKE2B f2bd9342dfb914872df429edc756eebf457f2938cb9db28948bec308eb9cb533268103957a2cc3381948ba4cc1405c82f3cba225bc1f956304119fdde4503b4e SHA512 dd71dd5b05df9f00b9a3d066ce9ad44aa2959d0fae5083a2203d0562b774c0f7d25edf278a285a4e3813fb7d4346626fafc6c6d947cf9d510beb320839dbd757
DIST numix-icon-theme-19.09.20.tar.gz 4410187 BLAKE2B 84c786784bf9099aca30f86eebea4931e2ab35e83531642ebf4394d23b5fb317d1f0d296b82e7db8d894936222f582a7012d510dd27bf9b91cf74ddf435e0dba SHA512 33887291c6322c3a78162c86e8d81b882c5483d00bd14ebd1238eb5aec800e8d2f8e5a01c24d96491dd569495242ea196995a130ec5a8957e10e9068ae252d1b
-DIST numix-icon-theme-20.03.20.tar.gz 4426810 BLAKE2B a2f31ccff9326cc96c7f77c2acdd8f2c24698d6331bff73afcb0a2c80277b0c58b9527e063987b44867d7fe6f1586b454f29d29b5de3b3d69f43c245c29a6986 SHA512 417f50a13fa60292abc17381678d482d2b1f6f0df2ca7e97dfd3070fa3a563adb5cdbb33ce9853c80fdb7a90abba61263d064f212655149df7fe4cdea751097e
DIST numix-icon-theme-20.06.07.tar.gz 4431263 BLAKE2B 80f5220da0b0361ddaa27c178c0d1e75e34d970e6b25bd175a44b854c8e340e0cb37a5d6ac64aaa73d05b9570efdad0d40d268dc0a15836b41ec680e92a4ea13 SHA512 8ab26fe047d1ab7002a9cd1b21406c5565153dfd9fea7267945f8f9eeaac299b6b7601340c22d933c9e28c522cff300596aac6d589b0080d44746441d5494f6d
diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild
deleted file mode 100644
index cc8d91bb36f..00000000000
--- a/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg
-
-DESCRIPTION="An official icon theme from the Numix Project"
-HOMEPAGE="https://github.com/numixproject"
-SRC_URI="https://github.com/numixproject/numix-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-src_install() {
- insinto /usr/share/icons
- doins -r Numix{,-Light}
-}
diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-20.03.20.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-20.03.20.ebuild
deleted file mode 100644
index 9ad960d6168..00000000000
--- a/x11-themes/numix-icon-theme/numix-icon-theme-20.03.20.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg
-
-DESCRIPTION="An official icon theme from the Numix Project"
-HOMEPAGE="https://github.com/numixproject"
-SRC_URI="https://github.com/numixproject/numix-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_install() {
- insinto /usr/share/icons
- doins -r Numix{,-Light}
-}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-icon-theme/
@ 2021-05-07 10:28 Joonas Niilola
0 siblings, 0 replies; 21+ messages in thread
From: Joonas Niilola @ 2021-05-07 10:28 UTC (permalink / raw
To: gentoo-commits
commit: 4be4c1a4e9644ac712a845e0246eb4909da20bb9
Author: Aisha Tammy <floss <AT> bsd <DOT> ac>
AuthorDate: Thu Apr 22 19:32:33 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri May 7 10:28:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4be4c1a4
x11-themes/numix-icon-theme: version bump to 21.04.14
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-themes/numix-icon-theme/Manifest | 1 +
.../numix-icon-theme/numix-icon-theme-21.04.14.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/x11-themes/numix-icon-theme/Manifest b/x11-themes/numix-icon-theme/Manifest
index 9e9d6504462..c348749012c 100644
--- a/x11-themes/numix-icon-theme/Manifest
+++ b/x11-themes/numix-icon-theme/Manifest
@@ -1,2 +1,3 @@
DIST numix-icon-theme-19.09.20.tar.gz 4410187 BLAKE2B 84c786784bf9099aca30f86eebea4931e2ab35e83531642ebf4394d23b5fb317d1f0d296b82e7db8d894936222f582a7012d510dd27bf9b91cf74ddf435e0dba SHA512 33887291c6322c3a78162c86e8d81b882c5483d00bd14ebd1238eb5aec800e8d2f8e5a01c24d96491dd569495242ea196995a130ec5a8957e10e9068ae252d1b
DIST numix-icon-theme-20.06.07.tar.gz 4431263 BLAKE2B 80f5220da0b0361ddaa27c178c0d1e75e34d970e6b25bd175a44b854c8e340e0cb37a5d6ac64aaa73d05b9570efdad0d40d268dc0a15836b41ec680e92a4ea13 SHA512 8ab26fe047d1ab7002a9cd1b21406c5565153dfd9fea7267945f8f9eeaac299b6b7601340c22d933c9e28c522cff300596aac6d589b0080d44746441d5494f6d
+DIST numix-icon-theme-21.04.14.tar.gz 4447616 BLAKE2B 66155b63405c7655dbf48db6e6acfad5e1d133985e76fc92a70216d5bd0c470deac3c5c42ba5c46f1801552bc814847c3457e1e8339aac236a75eb45e9a40e6f SHA512 492d30ac58a2f7ad1ee9e64dc9cba4add086b5c1521b321ee302a51164de65ce837f27d11b8500eab31b5e52fae7c18f109fc72cabdf5b8951a7aecc46bf624e
diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-21.04.14.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-21.04.14.ebuild
new file mode 100644
index 00000000000..9ad960d6168
--- /dev/null
+++ b/x11-themes/numix-icon-theme/numix-icon-theme-21.04.14.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg
+
+DESCRIPTION="An official icon theme from the Numix Project"
+HOMEPAGE="https://github.com/numixproject"
+SRC_URI="https://github.com/numixproject/numix-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_install() {
+ insinto /usr/share/icons
+ doins -r Numix{,-Light}
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-icon-theme/
@ 2021-12-05 5:06 Sam James
0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2021-12-05 5:06 UTC (permalink / raw
To: gentoo-commits
commit: 722a934cf69e6a1206e85fcd6e67b2172724eed7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 5 05:05:51 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 5 05:05:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=722a934c
x11-themes/numix-icon-theme: Stabilize 21.04.14 amd64, #828318
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-themes/numix-icon-theme/numix-icon-theme-21.04.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-21.04.14.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-21.04.14.ebuild
index 9ad960d6168b..2bad5be1eced 100644
--- a/x11-themes/numix-icon-theme/numix-icon-theme-21.04.14.ebuild
+++ b/x11-themes/numix-icon-theme/numix-icon-theme-21.04.14.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/numixproject/numix-icon-theme/archive/${PV}.tar.gz -
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
src_install() {
insinto /usr/share/icons
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-icon-theme/
@ 2021-12-05 5:07 Sam James
0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2021-12-05 5:07 UTC (permalink / raw
To: gentoo-commits
commit: 4085e43ed80c16e9131f572b6112dc777a2cc92e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 5 05:07:32 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 5 05:07:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4085e43e
x11-themes/numix-icon-theme: Stabilize 21.04.14 ALLARCHES, #828318
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-themes/numix-icon-theme/numix-icon-theme-21.04.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-21.04.14.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-21.04.14.ebuild
index 2bad5be1eced..cc8d91bb36f0 100644
--- a/x11-themes/numix-icon-theme/numix-icon-theme-21.04.14.ebuild
+++ b/x11-themes/numix-icon-theme/numix-icon-theme-21.04.14.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/numixproject/numix-icon-theme/archive/${PV}.tar.gz -
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
src_install() {
insinto /usr/share/icons
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-icon-theme/
@ 2021-12-05 5:07 Sam James
0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2021-12-05 5:07 UTC (permalink / raw
To: gentoo-commits
commit: cbb5b840a9132b6056635f9ded74d78d072bb185
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 5 05:06:29 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 5 05:06:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb5b840
x11-themes/numix-icon-theme: mark ALLARCHES
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-themes/numix-icon-theme/metadata.xml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/x11-themes/numix-icon-theme/metadata.xml b/x11-themes/numix-icon-theme/metadata.xml
index 6395e7cbb9a9..f2d927e9ef47 100644
--- a/x11-themes/numix-icon-theme/metadata.xml
+++ b/x11-themes/numix-icon-theme/metadata.xml
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">numixproject/numix-icon-theme</remote-id>
- </upstream>
+ <!-- maintainer-needed -->
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="github">numixproject/numix-icon-theme</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-icon-theme/
@ 2022-04-29 10:21 Sam James
0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2022-04-29 10:21 UTC (permalink / raw
To: gentoo-commits
commit: a0d702c9dbf4f822575cc335d123b96539cedaeb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 09:37:53 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 10:21:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0d702c9
x11-themes/numix-icon-theme: drop 19.09.20, 20.06.07
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-themes/numix-icon-theme/Manifest | 2 --
.../numix-icon-theme/numix-icon-theme-19.09.20.ebuild | 19 -------------------
.../numix-icon-theme/numix-icon-theme-20.06.07.ebuild | 19 -------------------
3 files changed, 40 deletions(-)
diff --git a/x11-themes/numix-icon-theme/Manifest b/x11-themes/numix-icon-theme/Manifest
index c348749012c9..02fa8c958c62 100644
--- a/x11-themes/numix-icon-theme/Manifest
+++ b/x11-themes/numix-icon-theme/Manifest
@@ -1,3 +1 @@
-DIST numix-icon-theme-19.09.20.tar.gz 4410187 BLAKE2B 84c786784bf9099aca30f86eebea4931e2ab35e83531642ebf4394d23b5fb317d1f0d296b82e7db8d894936222f582a7012d510dd27bf9b91cf74ddf435e0dba SHA512 33887291c6322c3a78162c86e8d81b882c5483d00bd14ebd1238eb5aec800e8d2f8e5a01c24d96491dd569495242ea196995a130ec5a8957e10e9068ae252d1b
-DIST numix-icon-theme-20.06.07.tar.gz 4431263 BLAKE2B 80f5220da0b0361ddaa27c178c0d1e75e34d970e6b25bd175a44b854c8e340e0cb37a5d6ac64aaa73d05b9570efdad0d40d268dc0a15836b41ec680e92a4ea13 SHA512 8ab26fe047d1ab7002a9cd1b21406c5565153dfd9fea7267945f8f9eeaac299b6b7601340c22d933c9e28c522cff300596aac6d589b0080d44746441d5494f6d
DIST numix-icon-theme-21.04.14.tar.gz 4447616 BLAKE2B 66155b63405c7655dbf48db6e6acfad5e1d133985e76fc92a70216d5bd0c470deac3c5c42ba5c46f1801552bc814847c3457e1e8339aac236a75eb45e9a40e6f SHA512 492d30ac58a2f7ad1ee9e64dc9cba4add086b5c1521b321ee302a51164de65ce837f27d11b8500eab31b5e52fae7c18f109fc72cabdf5b8951a7aecc46bf624e
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
deleted file mode 100644
index cc8d91bb36f0..000000000000
--- a/x11-themes/numix-icon-theme/numix-icon-theme-19.09.20.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg
-
-DESCRIPTION="An official icon theme from the Numix Project"
-HOMEPAGE="https://github.com/numixproject"
-SRC_URI="https://github.com/numixproject/numix-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-src_install() {
- insinto /usr/share/icons
- doins -r Numix{,-Light}
-}
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
deleted file mode 100644
index 9ad960d6168b..000000000000
--- a/x11-themes/numix-icon-theme/numix-icon-theme-20.06.07.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg
-
-DESCRIPTION="An official icon theme from the Numix Project"
-HOMEPAGE="https://github.com/numixproject"
-SRC_URI="https://github.com/numixproject/numix-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_install() {
- insinto /usr/share/icons
- doins -r Numix{,-Light}
-}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-icon-theme/
@ 2023-05-20 12:50 Joonas Niilola
0 siblings, 0 replies; 21+ messages in thread
From: Joonas Niilola @ 2023-05-20 12:50 UTC (permalink / raw
To: gentoo-commits
commit: 46b1163352c74b69b787cda8360fa664b1fb00fc
Author: Brahmajit Das <brahmajit.xyz <AT> gmail <DOT> com>
AuthorDate: Wed May 10 15:33:32 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat May 20 12:50:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46b11633
x11-themes/numix-icon-theme: Version bump to 23.04.26
Signed-off-by: Brahmajit Das <brahmajit.xyz <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-themes/numix-icon-theme/Manifest | 1 +
.../numix-icon-theme/numix-icon-theme-23.04.26.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/x11-themes/numix-icon-theme/Manifest b/x11-themes/numix-icon-theme/Manifest
index 02fa8c958c62..0d35b996df29 100644
--- a/x11-themes/numix-icon-theme/Manifest
+++ b/x11-themes/numix-icon-theme/Manifest
@@ -1 +1,2 @@
DIST numix-icon-theme-21.04.14.tar.gz 4447616 BLAKE2B 66155b63405c7655dbf48db6e6acfad5e1d133985e76fc92a70216d5bd0c470deac3c5c42ba5c46f1801552bc814847c3457e1e8339aac236a75eb45e9a40e6f SHA512 492d30ac58a2f7ad1ee9e64dc9cba4add086b5c1521b321ee302a51164de65ce837f27d11b8500eab31b5e52fae7c18f109fc72cabdf5b8951a7aecc46bf624e
+DIST numix-icon-theme-23.04.26.tar.gz 4282681 BLAKE2B 5ea014d902291101a864fde81a3bc90c9ec08f2cf34b8ca630972104e08c373d8b53a25318d7ed95511fd4f9d3cf23839088dc555e1e6b28bde14d459f0c7863 SHA512 2a6937c077aa77b8cfbfca81f8103e4cee303bad3215b0fbf0ac68b0f8ebc0250232ff1beaf37a1e50dd673d1cbb1310bf8b23cd75718edf77fb84f40564a38a
diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-23.04.26.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-23.04.26.ebuild
new file mode 100644
index 000000000000..76e2047b97e5
--- /dev/null
+++ b/x11-themes/numix-icon-theme/numix-icon-theme-23.04.26.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg
+
+DESCRIPTION="An official icon theme from the Numix Project"
+HOMEPAGE="https://github.com/numixproject"
+SRC_URI="https://github.com/numixproject/numix-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_install() {
+ insinto /usr/share/icons
+ doins -r Numix{,-Light}
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-icon-theme/
@ 2023-05-20 12:50 Joonas Niilola
0 siblings, 0 replies; 21+ messages in thread
From: Joonas Niilola @ 2023-05-20 12:50 UTC (permalink / raw
To: gentoo-commits
commit: bb773abc46553ce914af01b6d3e29014a3f023ff
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat May 20 12:48:52 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat May 20 12:50:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb773abc
x11-themes/numix-icon-theme: update EAPI 7 -> 8
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-themes/numix-icon-theme/numix-icon-theme-23.04.26.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-23.04.26.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-23.04.26.ebuild
index 76e2047b97e5..32b0054ca596 100644
--- a/x11-themes/numix-icon-theme/numix-icon-theme-23.04.26.ebuild
+++ b/x11-themes/numix-icon-theme/numix-icon-theme-23.04.26.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit xdg
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-icon-theme/
@ 2023-06-22 17:46 Arthur Zamarin
0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2023-06-22 17:46 UTC (permalink / raw
To: gentoo-commits
commit: 69ea2ab858523e247d88ad071b2c81c094abe8e3
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 17:46:16 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 17:46:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ea2ab8
x11-themes/numix-icon-theme: Stabilize 23.04.26 ALLARCHES, #909005
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-themes/numix-icon-theme/numix-icon-theme-23.04.26.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-23.04.26.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-23.04.26.ebuild
index 32b0054ca596..1ff2b143711a 100644
--- a/x11-themes/numix-icon-theme/numix-icon-theme-23.04.26.ebuild
+++ b/x11-themes/numix-icon-theme/numix-icon-theme-23.04.26.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/numixproject/numix-icon-theme/archive/${PV}.tar.gz -
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
src_install() {
insinto /usr/share/icons
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-icon-theme/
@ 2024-05-30 14:55 Arthur Zamarin
0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2024-05-30 14:55 UTC (permalink / raw
To: gentoo-commits
commit: e6c15a1a0ebd605e56a4c881a4ecdef19698f3cc
Author: Brahmajit Das <brahmajit.xyz <AT> gmail <DOT> com>
AuthorDate: Wed May 29 23:07:57 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May 30 14:54:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c15a1a
x11-themes/numix-icon-theme: add 24.04.22
Signed-off-by: Brahmajit Das <brahmajit.xyz <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36895
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-themes/numix-icon-theme/Manifest | 1 +
.../numix-icon-theme/numix-icon-theme-24.04.22.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/x11-themes/numix-icon-theme/Manifest b/x11-themes/numix-icon-theme/Manifest
index 0d35b996df29..97eb36ced77f 100644
--- a/x11-themes/numix-icon-theme/Manifest
+++ b/x11-themes/numix-icon-theme/Manifest
@@ -1,2 +1,3 @@
DIST numix-icon-theme-21.04.14.tar.gz 4447616 BLAKE2B 66155b63405c7655dbf48db6e6acfad5e1d133985e76fc92a70216d5bd0c470deac3c5c42ba5c46f1801552bc814847c3457e1e8339aac236a75eb45e9a40e6f SHA512 492d30ac58a2f7ad1ee9e64dc9cba4add086b5c1521b321ee302a51164de65ce837f27d11b8500eab31b5e52fae7c18f109fc72cabdf5b8951a7aecc46bf624e
DIST numix-icon-theme-23.04.26.tar.gz 4282681 BLAKE2B 5ea014d902291101a864fde81a3bc90c9ec08f2cf34b8ca630972104e08c373d8b53a25318d7ed95511fd4f9d3cf23839088dc555e1e6b28bde14d459f0c7863 SHA512 2a6937c077aa77b8cfbfca81f8103e4cee303bad3215b0fbf0ac68b0f8ebc0250232ff1beaf37a1e50dd673d1cbb1310bf8b23cd75718edf77fb84f40564a38a
+DIST numix-icon-theme-24.04.22.tar.gz 4449499 BLAKE2B fac133f63899fd96d6d7246ef468424aea1589efc5a351e1831ea00070232901c69f62c0afcca96e9e62dc84ef582b5a909dca3683d8b361f2ec91e53414c054 SHA512 d7bee3436c901e1f43b74a0e1312e4d40ce5ebc0b8a681d76c9fc3135c581b9a19252678edeaebece5dbb65afc011cf40dac52e24751f2ee273fd5338dfa8acf
diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-24.04.22.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-24.04.22.ebuild
new file mode 100644
index 000000000000..1f9c7e166357
--- /dev/null
+++ b/x11-themes/numix-icon-theme/numix-icon-theme-24.04.22.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg
+
+DESCRIPTION="An official icon theme from the Numix Project"
+HOMEPAGE="https://github.com/numixproject"
+SRC_URI="https://github.com/numixproject/numix-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_install() {
+ insinto /usr/share/icons
+ doins -r Numix{,-Light}
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-icon-theme/
@ 2024-05-31 6:52 Arthur Zamarin
0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2024-05-31 6:52 UTC (permalink / raw
To: gentoo-commits
commit: c77e61ac3f6f20f14a0fb37db0a4d637f4ac98d9
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 31 06:34:01 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 31 06:51:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c77e61ac
x11-themes/numix-icon-theme: drop 21.04.14
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-themes/numix-icon-theme/Manifest | 1 -
.../numix-icon-theme/numix-icon-theme-21.04.14.ebuild | 19 -------------------
2 files changed, 20 deletions(-)
diff --git a/x11-themes/numix-icon-theme/Manifest b/x11-themes/numix-icon-theme/Manifest
index 97eb36ced77f..34d61d07381c 100644
--- a/x11-themes/numix-icon-theme/Manifest
+++ b/x11-themes/numix-icon-theme/Manifest
@@ -1,3 +1,2 @@
-DIST numix-icon-theme-21.04.14.tar.gz 4447616 BLAKE2B 66155b63405c7655dbf48db6e6acfad5e1d133985e76fc92a70216d5bd0c470deac3c5c42ba5c46f1801552bc814847c3457e1e8339aac236a75eb45e9a40e6f SHA512 492d30ac58a2f7ad1ee9e64dc9cba4add086b5c1521b321ee302a51164de65ce837f27d11b8500eab31b5e52fae7c18f109fc72cabdf5b8951a7aecc46bf624e
DIST numix-icon-theme-23.04.26.tar.gz 4282681 BLAKE2B 5ea014d902291101a864fde81a3bc90c9ec08f2cf34b8ca630972104e08c373d8b53a25318d7ed95511fd4f9d3cf23839088dc555e1e6b28bde14d459f0c7863 SHA512 2a6937c077aa77b8cfbfca81f8103e4cee303bad3215b0fbf0ac68b0f8ebc0250232ff1beaf37a1e50dd673d1cbb1310bf8b23cd75718edf77fb84f40564a38a
DIST numix-icon-theme-24.04.22.tar.gz 4449499 BLAKE2B fac133f63899fd96d6d7246ef468424aea1589efc5a351e1831ea00070232901c69f62c0afcca96e9e62dc84ef582b5a909dca3683d8b361f2ec91e53414c054 SHA512 d7bee3436c901e1f43b74a0e1312e4d40ce5ebc0b8a681d76c9fc3135c581b9a19252678edeaebece5dbb65afc011cf40dac52e24751f2ee273fd5338dfa8acf
diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-21.04.14.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-21.04.14.ebuild
deleted file mode 100644
index cc8d91bb36f0..000000000000
--- a/x11-themes/numix-icon-theme/numix-icon-theme-21.04.14.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg
-
-DESCRIPTION="An official icon theme from the Numix Project"
-HOMEPAGE="https://github.com/numixproject"
-SRC_URI="https://github.com/numixproject/numix-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-src_install() {
- insinto /usr/share/icons
- doins -r Numix{,-Light}
-}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-icon-theme/
@ 2024-11-23 13:02 Arthur Zamarin
0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2024-11-23 13:02 UTC (permalink / raw
To: gentoo-commits
commit: 3fc2acebfcd66150e26f50e50e420eecffaa7aa2
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 13:02:24 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 13:02:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fc2aceb
x11-themes/numix-icon-theme: Stabilize 24.04.22 ALLARCHES, #944699
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-themes/numix-icon-theme/numix-icon-theme-24.04.22.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-24.04.22.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-24.04.22.ebuild
index 1f9c7e166357..daeae779942c 100644
--- a/x11-themes/numix-icon-theme/numix-icon-theme-24.04.22.ebuild
+++ b/x11-themes/numix-icon-theme/numix-icon-theme-24.04.22.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/numixproject/numix-icon-theme/archive/${PV}.tar.gz -
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
src_install() {
insinto /usr/share/icons
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-icon-theme/
@ 2025-02-24 11:54 Petr Vaněk
0 siblings, 0 replies; 21+ messages in thread
From: Petr Vaněk @ 2025-02-24 11:54 UTC (permalink / raw
To: gentoo-commits
commit: 10e168515f06a86d5401dcdfbecb22cf2ae6708d
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 11:38:30 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 11:53:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10e16851
x11-themes/numix-icon-theme: drop 23.04.26
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
x11-themes/numix-icon-theme/Manifest | 1 -
.../numix-icon-theme/numix-icon-theme-23.04.26.ebuild | 19 -------------------
2 files changed, 20 deletions(-)
diff --git a/x11-themes/numix-icon-theme/Manifest b/x11-themes/numix-icon-theme/Manifest
index 34d61d07381c..086a0afab344 100644
--- a/x11-themes/numix-icon-theme/Manifest
+++ b/x11-themes/numix-icon-theme/Manifest
@@ -1,2 +1 @@
-DIST numix-icon-theme-23.04.26.tar.gz 4282681 BLAKE2B 5ea014d902291101a864fde81a3bc90c9ec08f2cf34b8ca630972104e08c373d8b53a25318d7ed95511fd4f9d3cf23839088dc555e1e6b28bde14d459f0c7863 SHA512 2a6937c077aa77b8cfbfca81f8103e4cee303bad3215b0fbf0ac68b0f8ebc0250232ff1beaf37a1e50dd673d1cbb1310bf8b23cd75718edf77fb84f40564a38a
DIST numix-icon-theme-24.04.22.tar.gz 4449499 BLAKE2B fac133f63899fd96d6d7246ef468424aea1589efc5a351e1831ea00070232901c69f62c0afcca96e9e62dc84ef582b5a909dca3683d8b361f2ec91e53414c054 SHA512 d7bee3436c901e1f43b74a0e1312e4d40ce5ebc0b8a681d76c9fc3135c581b9a19252678edeaebece5dbb65afc011cf40dac52e24751f2ee273fd5338dfa8acf
diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-23.04.26.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-23.04.26.ebuild
deleted file mode 100644
index 1ff2b143711a..000000000000
--- a/x11-themes/numix-icon-theme/numix-icon-theme-23.04.26.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg
-
-DESCRIPTION="An official icon theme from the Numix Project"
-HOMEPAGE="https://github.com/numixproject"
-SRC_URI="https://github.com/numixproject/numix-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-src_install() {
- insinto /usr/share/icons
- doins -r Numix{,-Light}
-}
^ permalink raw reply related [flat|nested] 21+ messages in thread
end of thread, other threads:[~2025-02-24 11:54 UTC | newest]
Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-15 17:10 [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-icon-theme/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2025-02-24 11:54 Petr Vaněk
2024-11-23 13:02 Arthur Zamarin
2024-05-31 6:52 Arthur Zamarin
2024-05-30 14:55 Arthur Zamarin
2023-06-22 17:46 Arthur Zamarin
2023-05-20 12:50 Joonas Niilola
2023-05-20 12:50 Joonas Niilola
2022-04-29 10:21 Sam James
2021-12-05 5:07 Sam James
2021-12-05 5:07 Sam James
2021-12-05 5:06 Sam James
2021-05-07 10:28 Joonas Niilola
2021-03-20 8:25 Joonas Niilola
2021-03-12 20:49 Andreas Sturmlechner
2021-01-12 12:49 Mikle Kolyada
2020-06-18 21:18 Mikle Kolyada
2020-03-30 11:56 Mikle Kolyada
2020-03-30 11:56 Mikle Kolyada
2019-09-26 19:52 Mikle Kolyada
2018-08-30 17:43 Mikle Kolyada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox