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

commit:     47b73c3a7aefca082aed1da3b292ad978b274da9
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 21 14:20:02 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Nov 21 14:39:44 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b73c3a

x11-themes/gargantuan-icon-theme: Bump EAPI

Package-Manager: portage-2.2.24

 x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild | 7 ++++---
 x11-themes/gargantuan-icon-theme/metadata.xml                     | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild b/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild
index 125a5bd..d4a9a3b 100644
--- a/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild
+++ b/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=5
 inherit gnome2-utils
 
 DESCRIPTION="Gargantuan Icon Theme"
@@ -16,13 +17,13 @@ IUSE=""
 RDEPEND="x11-themes/hicolor-icon-theme"
 DEPEND="${RDEPEND}"
 
-S=${WORKDIR}/gargantuan
+S="${WORKDIR}/gargantuan"
 
 src_install() {
-	dodoc README || die
+	dodoc README
 	rm -f index.theme~ index.theme.old icons/iconrc~ README || die
 	insinto /usr/share/icons/gargantuan
-	doins -r * || die
+	doins -r *
 }
 
 pkg_preinst() { gnome2_icon_savelist; }

diff --git a/x11-themes/gargantuan-icon-theme/metadata.xml b/x11-themes/gargantuan-icon-theme/metadata.xml
index 540f810..40838bc 100644
--- a/x11-themes/gargantuan-icon-theme/metadata.xml
+++ b/x11-themes/gargantuan-icon-theme/metadata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <herd>desktop-misc</herd>
+<herd>desktop-misc</herd>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gargantuan-icon-theme/
@ 2018-04-15  1:41 Aaron Bauman
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2018-04-15  1:41 UTC (permalink / raw
  To: gentoo-commits

commit:     0a3b460c0ee52d1d1e0a8c8107e2818e44a244d7
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Apr 14 16:44:37 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 01:38:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3b460c

x11-themes/gargantuan-icon-theme: use HTTPS

 x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild b/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild
index b759269da52..87de72850d1 100644
--- a/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild
+++ b/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit gnome2-utils
 
 DESCRIPTION="Gargantuan Icon Theme"
-HOMEPAGE="http://www.gnome-look.org/content/show.php?content=24364"
+HOMEPAGE="https://www.gnome-look.org/content/show.php?content=24364"
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="public-domain"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gargantuan-icon-theme/
@ 2019-09-27 13:30 Jeroen Roovers
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers @ 2019-09-27 13:30 UTC (permalink / raw
  To: gentoo-commits

commit:     4611cefc6005fdce8a1e9da79d4bdb842dc39914
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 27 13:30:31 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Sep 27 13:30:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4611cefc

x11-themes/gargantuan-icon-theme: gnome2-utils => xdg-utils

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Bug: https://bugs.gentoo.org/695372
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 .../gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild b/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild
index 87de72850d1..c14fd842fb2 100644
--- a/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild
+++ b/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit gnome2-utils
+inherit xdg-utils
 
 DESCRIPTION="Gargantuan Icon Theme"
 HOMEPAGE="https://www.gnome-look.org/content/show.php?content=24364"
@@ -25,6 +25,10 @@ src_install() {
 	doins -r *
 }
 
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gargantuan-icon-theme/
@ 2021-03-12 20:49 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2021-03-12 20:49 UTC (permalink / raw
  To: gentoo-commits

commit:     a420c58f460536d936742b01d6bfdec2edd466c6
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Feb  4 18:09:43 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 12 20:49:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a420c58f

x11-themes/gargantuan-icon-theme: fix eclass usage

move to EAPI 7

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>

 .../gargantuan-icon-theme-1.7.ebuild                  | 19 +++++--------------
 x11-themes/gargantuan-icon-theme/metadata.xml         | 12 ++++++++----
 2 files changed, 13 insertions(+), 18 deletions(-)

diff --git a/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild b/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild
index c14fd842fb2..11d73f3989f 100644
--- a/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild
+++ b/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit xdg-utils
+EAPI=7
+
+inherit xdg
 
 DESCRIPTION="Gargantuan Icon Theme"
 HOMEPAGE="https://www.gnome-look.org/content/show.php?content=24364"
@@ -11,12 +12,10 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 LICENSE="public-domain"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
 
 RDEPEND="x11-themes/hicolor-icon-theme"
-DEPEND="${RDEPEND}"
 
-S="${WORKDIR}/gargantuan"
+S="${WORKDIR}"/gargantuan
 
 src_install() {
 	dodoc README
@@ -24,11 +23,3 @@ src_install() {
 	insinto /usr/share/icons/gargantuan
 	doins -r *
 }
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}

diff --git a/x11-themes/gargantuan-icon-theme/metadata.xml b/x11-themes/gargantuan-icon-theme/metadata.xml
index 49c86a887b6..52c3f63cafa 100644
--- a/x11-themes/gargantuan-icon-theme/metadata.xml
+++ b/x11-themes/gargantuan-icon-theme/metadata.xml
@@ -1,8 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-	<email>desktop-misc@gentoo.org</email>
-	<name>Gentoo Desktop Miscellaneous Project</name>
-</maintainer>
+  <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>
 </pkgmetadata>


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

end of thread, other threads:[~2021-03-12 20:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-21 14:40 [gentoo-commits] repo/gentoo:master commit in: x11-themes/gargantuan-icon-theme/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2018-04-15  1:41 Aaron Bauman
2019-09-27 13:30 Jeroen Roovers
2021-03-12 20:49 Andreas Sturmlechner

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