public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/xfce-gant-icon-theme/
@ 2015-11-21 14:40 Pacho Ramos
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2015-11-21 14:40 UTC (permalink / raw
  To: gentoo-commits

commit:     8ee691c0a356da853161479b207d268938718c9f
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 21 14:27:03 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Nov 21 14:40:01 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ee691c0

x11-themes/xfce-gant-icon-theme: Bump EAPI

Package-Manager: portage-2.2.24

 x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6.ebuild b/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6.ebuild
index 4fa8477..3715770 100644
--- a/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6.ebuild
+++ b/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=5
 inherit gnome2-utils
 
 DESCRIPTION="Xfce Gant Icon Theme"
@@ -21,10 +22,10 @@ RESTRICT="binchecks strip"
 S=${WORKDIR}/Gant.Xfce
 
 src_install() {
-	dodoc README || die
+	dodoc README
 	rm -f icons/iconrc~ README || die
 	insinto /usr/share/icons/Gant.Xfce
-	doins -r * || die
+	doins -r *
 }
 
 pkg_preinst() { gnome2_icon_savelist; }


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/xfce-gant-icon-theme/
@ 2017-11-29  0:53 Denis Dupeyron
  0 siblings, 0 replies; 6+ messages in thread
From: Denis Dupeyron @ 2017-11-29  0:53 UTC (permalink / raw
  To: gentoo-commits

commit:     7ce11694768a9b3df33194c179f2b7731cdfe089
Author:     Denis Dupeyron <calchan <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 00:52:56 2017 +0000
Commit:     Denis Dupeyron <calchan <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 00:52:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce11694

x11-themes/xfce-gant-icon-theme: migrate to EAPI6

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 x11-themes/xfce-gant-icon-theme/Manifest           |  2 +-
 .../xfce-gant-icon-theme-3.9_p6-r1.ebuild          | 36 ++++++++++++++++++++++
 2 files changed, 37 insertions(+), 1 deletion(-)

diff --git a/x11-themes/xfce-gant-icon-theme/Manifest b/x11-themes/xfce-gant-icon-theme/Manifest
index 00a23dac3e9..0264d2b2873 100644
--- a/x11-themes/xfce-gant-icon-theme/Manifest
+++ b/x11-themes/xfce-gant-icon-theme/Manifest
@@ -1 +1 @@
-DIST icons-xfce-gant-3.9-6.tar.bz2 31992579 SHA256 94ce662e5ca996c56125b02f3a741c8a597b645f29fab1ad0e7c41ebaf6b105b SHA512 3bced73028c3796bb8bcf53f7cf02936243b7643bbd76191e01cd5f29165f16a5d7e386ef0c81b15b05f6d9fc4957f189b200c03af6b2255d0409e00a6fdad2d WHIRLPOOL 41d3308fac423ad404ab5a566bd5c9633f7c1d7bdc836791cc9240014839d0ddfdd06bb24be52f1ded37a49438a3b5870f3a99c44f326f588ad0ecefe705dd81
+DIST icons-xfce-gant-3.9-6.tar.bz2 31992579 BLAKE2B abcdbd61fa6e5cdb2bbf1c94f668a197812d74ca9443f50e79472bf625d00288871a8376adc7cf2b1db4dd14a23218ef107a71c968a3644d972cc573e1e85927 SHA512 3bced73028c3796bb8bcf53f7cf02936243b7643bbd76191e01cd5f29165f16a5d7e386ef0c81b15b05f6d9fc4957f189b200c03af6b2255d0409e00a6fdad2d

diff --git a/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6-r1.ebuild b/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6-r1.ebuild
new file mode 100644
index 00000000000..4c9c9d633ba
--- /dev/null
+++ b/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2-utils
+
+DESCRIPTION="Xfce Gant Icon Theme"
+HOMEPAGE="http://www.xfce-look.org/content/show.php/GANT?content=23297"
+SRC_URI="http://overlay.uberpenguin.net/icons-xfce-gant-${PV/_p/-}.tar.bz2"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="x11-themes/hicolor-icon-theme"
+DEPEND="${RDEPEND}"
+
+RESTRICT="binchecks strip"
+
+S=${WORKDIR}/Gant.Xfce
+
+src_install() {
+	dodoc README
+	rm -f icons/iconrc~ README || die
+	insinto /usr/share/icons/Gant.Xfce
+	doins -r *
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/xfce-gant-icon-theme/
@ 2018-01-05 10:42 Mikle Kolyada
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2018-01-05 10:42 UTC (permalink / raw
  To: gentoo-commits

commit:     d36a3c7557829fe57bc2ae6138e7418b5884a5e6
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  5 10:39:54 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 10:39:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d36a3c75

x11-themes/xfce-gant-icon-theme: amd64 stable wrt bug #643074

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6-r1.ebuild b/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6-r1.ebuild
index 4c9c9d633ba..dc417b58aa9 100644
--- a/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6-r1.ebuild
+++ b/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="http://overlay.uberpenguin.net/icons-xfce-gant-${PV/_p/-}.tar.bz2"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="x11-themes/hicolor-icon-theme"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/xfce-gant-icon-theme/
@ 2018-01-06  5:05 Thomas Deutschmann
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2018-01-06  5:05 UTC (permalink / raw
  To: gentoo-commits

commit:     374d9d1af88859beae04bc0e4905361c012f3151
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  6 04:51:27 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Jan  6 04:51:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=374d9d1a

x11-themes/xfce-gant-icon-theme: x86 stable (bug #643074)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6-r1.ebuild b/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6-r1.ebuild
index dc417b58aa9..d23e9696706 100644
--- a/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6-r1.ebuild
+++ b/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://overlay.uberpenguin.net/icons-xfce-gant-${PV/_p/-}.tar.bz2"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="x11-themes/hicolor-icon-theme"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/xfce-gant-icon-theme/
@ 2018-06-02 22:38 Aaron Bauman
  0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-06-02 22:38 UTC (permalink / raw
  To: gentoo-commits

commit:     24ec0fea8990ca0a208f38c88d36993f17fe85ae
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Jun  2 20:42:33 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Jun  2 22:37:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ec0fea

x11-themes/xfce-gant-icon-theme: use HTTPs

 x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6-r1.ebuild b/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6-r1.ebuild
index d23e9696706..04d5af129fd 100644
--- a/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6-r1.ebuild
+++ b/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 inherit gnome2-utils
 
 DESCRIPTION="Xfce Gant Icon Theme"
-HOMEPAGE="http://www.xfce-look.org/content/show.php/GANT?content=23297"
+HOMEPAGE="https://www.xfce-look.org/content/show.php/GANT?content=23297"
 SRC_URI="http://overlay.uberpenguin.net/icons-xfce-gant-${PV/_p/-}.tar.bz2"
 
 LICENSE="public-domain"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/xfce-gant-icon-theme/
@ 2023-02-20 20:52 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2023-02-20 20:52 UTC (permalink / raw
  To: gentoo-commits

commit:     11e1a0aeb11f23de204f9ca2c1ce96a6ea2b284e
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 20:51:50 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 20:51:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e1a0ae

x11-themes/xfce-gant-icon-theme: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 ...build => xfce-gant-icon-theme-3.9_p6-r2.ebuild} | 29 ++++++++--------------
 1 file changed, 10 insertions(+), 19 deletions(-)

diff --git a/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6-r1.ebuild b/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6-r2.ebuild
similarity index 64%
rename from x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6-r1.ebuild
rename to x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6-r2.ebuild
index 04d5af129fde..aaf567018f18 100644
--- a/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6-r1.ebuild
+++ b/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6-r2.ebuild
@@ -1,36 +1,27 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit gnome2-utils
+EAPI=8
+
+inherit xdg
 
 DESCRIPTION="Xfce Gant Icon Theme"
 HOMEPAGE="https://www.xfce-look.org/content/show.php/GANT?content=23297"
 SRC_URI="http://overlay.uberpenguin.net/icons-xfce-gant-${PV/_p/-}.tar.bz2"
+S="${WORKDIR}/Gant.Xfce"
 
 LICENSE="public-domain"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
+RESTRICT="binchecks strip"
 
 RDEPEND="x11-themes/hicolor-icon-theme"
 DEPEND="${RDEPEND}"
 
-RESTRICT="binchecks strip"
-
-S=${WORKDIR}/Gant.Xfce
-
 src_install() {
-	dodoc README
-	rm -f icons/iconrc~ README || die
-	insinto /usr/share/icons/Gant.Xfce
-	doins -r *
-}
+	einstalldocs
+	rm icons/iconrc~ README || die
 
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
+	insinto /usr/share/icons/Gant.Xfce
+	doins -r .
 }


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-02-20 20:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-29  0:53 [gentoo-commits] repo/gentoo:master commit in: x11-themes/xfce-gant-icon-theme/ Denis Dupeyron
  -- strict thread matches above, loose matches on Subject: below --
2023-02-20 20:52 David Seifert
2018-06-02 22:38 Aaron Bauman
2018-01-06  5:05 Thomas Deutschmann
2018-01-05 10:42 Mikle Kolyada
2015-11-21 14:40 Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox