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

commit:     2d8519976b581c7ab249c4b949aaac4981b374cb
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 21 14:22:22 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Nov 21 14:39:52 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d851997

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

Package-Manager: portage-2.2.24

 x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild b/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild
index 5e5037a..78aacba 100644
--- a/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild
+++ b/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild
@@ -2,9 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=5
 inherit gnome2-utils versionator
 
-MY_PV=$(delete_all_version_separators ${PV})
+MY_PV="$(delete_all_version_separators ${PV})"
 
 DESCRIPTION="A scalable icon theme called Nou"
 HOMEPAGE="http://www.silvestre.com.ar/"
@@ -27,7 +28,7 @@ src_install() {
 	rm -f Nou/{AUTHORS,COPYING,DONATE,INSTALL,README,.icon-theme.cache}
 
 	insinto /usr/share/icons
-	doins -r Nou || die
+	doins -r Nou
 }
 
 pkg_preinst() { gnome2_icon_savelist; }


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/nou-icon-theme/
@ 2016-08-06 10:17 Pacho Ramos
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2016-08-06 10:17 UTC (permalink / raw
  To: gentoo-commits

commit:     a5481742de85d5e4da0e83c82da262b1d6d9758a
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 10:12:38 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 10:17:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5481742

x11-themes/nou-icon-theme: Cleanup per bug #131259

Package-Manager: portage-2.3.0

 x11-themes/nou-icon-theme/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/x11-themes/nou-icon-theme/metadata.xml b/x11-themes/nou-icon-theme/metadata.xml
index 8ba4b9b..cc1ab68 100644
--- a/x11-themes/nou-icon-theme/metadata.xml
+++ b/x11-themes/nou-icon-theme/metadata.xml
@@ -1,10 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>ssuominen@gentoo.org</email>
-    <name>Samuli Suominen</name>
-  </maintainer>
 <maintainer type="project">
     <email>desktop-misc@gentoo.org</email>
     <name>Gentoo Desktop Miscellaneous Project</name>


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/nou-icon-theme/
@ 2016-11-27 11:21 Pacho Ramos
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2016-11-27 11:21 UTC (permalink / raw
  To: gentoo-commits

commit:     3f67821607ed5578e0a83496cd1c2ac55bd2788c
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 11:17:43 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 11:20:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f678216

x11-themes/nou-icon-theme: Use adwaita instead of dead gnome-icon-theme

Package-Manager: portage-2.3.2

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

diff --git a/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild b/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild
index 78aacba..e49f5a1 100644
--- a/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild
+++ b/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="minimal"
 
-RDEPEND="!minimal? ( || ( x11-themes/tango-icon-theme x11-themes/gnome-icon-theme ) )"
+RDEPEND="!minimal? ( || ( x11-themes/tango-icon-theme x11-themes/adwaita-icon-theme ) )"
 DEPEND=""
 
 RESTRICT="binchecks strip"


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

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

commit:     808258ae283cfa55208674217457bede7eb4a860
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 27 12:52:30 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Sep 27 12:59:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=808258ae

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

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

 x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild b/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild
index 44b2ece09bb..8d7a1731ba6 100644
--- a/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild
+++ b/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit gnome2-utils versionator
+inherit versionator xdg-utils
 
 MY_PV="$(delete_all_version_separators ${PV})"
 
@@ -30,6 +30,10 @@ src_install() {
 	doins -r Nou
 }
 
-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] 5+ messages in thread

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

commit:     97cc63fd0648b97934aaf5584574d1cb4b2c3c48
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Feb  4 17:16: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=97cc63fd

x11-themes/nou-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/nou-icon-theme/metadata.xml             | 10 +++++---
 .../nou-icon-theme/nou-icon-theme-09.02.08.ebuild  | 29 ++++++----------------
 2 files changed, 15 insertions(+), 24 deletions(-)

diff --git a/x11-themes/nou-icon-theme/metadata.xml b/x11-themes/nou-icon-theme/metadata.xml
index cc1ab684739..52c3f63cafa 100644
--- a/x11-themes/nou-icon-theme/metadata.xml
+++ b/x11-themes/nou-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 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>

diff --git a/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild b/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild
index 8d7a1731ba6..ef9bfc9d1c6 100644
--- a/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild
+++ b/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild
@@ -1,26 +1,21 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit versionator xdg-utils
+EAPI=7
 
-MY_PV="$(delete_all_version_separators ${PV})"
+inherit xdg
 
-DESCRIPTION="A scalable icon theme called Nou"
+MY_PV="$(ver_rs 1- '')"
+
+DESCRIPTION="Scalable icon theme called Nou"
 HOMEPAGE="http://www.silvestre.com.ar/"
-SRC_URI="http://www.silvestre.com.ar/icons/Nou-${MY_PV}.tar.bz2"
+SRC_URI="mirror://gentoo/Nou-${MY_PV}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="minimal"
-
-RDEPEND="!minimal? ( || ( x11-themes/tango-icon-theme x11-themes/adwaita-icon-theme ) )"
-DEPEND=""
 
-RESTRICT="binchecks strip"
-
-S=${WORKDIR}
+S="${WORKDIR}"
 
 src_install() {
 	dodoc Nou/{AUTHORS,README}
@@ -29,11 +24,3 @@ src_install() {
 	insinto /usr/share/icons
 	doins -r Nou
 }
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


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

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

Thread overview: 5+ 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/nou-icon-theme/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2016-08-06 10:17 Pacho Ramos
2016-11-27 11:21 Pacho Ramos
2019-09-27 12:59 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