public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/yasis-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:     692a1060d529fbe419d8160b6f19fc67a58003af
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 21 14:21:24 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Nov 21 14:39:48 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=692a1060

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

Package-Manager: portage-2.2.24

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

diff --git a/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild b/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild
index 49d68c8..c93ff92 100644
--- a/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild
+++ b/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=5
 inherit gnome2-utils
 
 DESCRIPTION="A scalable icon theme called Yasis"
@@ -18,14 +19,14 @@ DEPEND=""
 
 RESTRICT="binchecks strip"
 
-S=${WORKDIR}
+S="${WORKDIR}"
 
 src_install() {
 	dodoc yasis/{AUTHORS,README}
 	rm -f yasis/{AUTHORS,COPYING,DONATE,INSTALL,README}
 
 	insinto /usr/share/icons
-	doins -r yasis || die
+	doins -r yasis
 }
 
 pkg_preinst() { gnome2_icon_savelist; }


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/yasis-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:     3aa9527ca0d33bd81dbdd5a8069939f719f66b3b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 10:13:20 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 10:17:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa9527c

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

Package-Manager: portage-2.3.0

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

diff --git a/x11-themes/yasis-icon-theme/metadata.xml b/x11-themes/yasis-icon-theme/metadata.xml
index 8ba4b9b..cc1ab68 100644
--- a/x11-themes/yasis-icon-theme/metadata.xml
+++ b/x11-themes/yasis-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/yasis-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:     39b09d4c8d70bade5d225906ef8ac14c4f3a765c
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 11:19:18 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 11:20:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39b09d4c

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

Package-Manager: portage-2.3.2

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

diff --git a/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild b/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild
index c93ff92..45fe236 100644
--- a/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild
+++ b/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.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$
 
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="minimal"
 
-RDEPEND="!minimal? ( || ( x11-themes/gnome-icon-theme x11-themes/nuovo-icon-theme ) )"
+RDEPEND="!minimal? ( || ( x11-themes/adwaita-icon-theme x11-themes/nuovo-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/yasis-icon-theme/
@ 2019-09-27 13:06 Jeroen Roovers
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers @ 2019-09-27 13:06 UTC (permalink / raw
  To: gentoo-commits

commit:     6c5bb67fc8bed9784f950893e3a9435c4e83f6b5
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 27 13:06:07 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Sep 27 13:06:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5bb67f

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

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

 x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild b/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild
index 2dfde6c04d3..f14489c8268 100644
--- a/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild
+++ b/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.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
+inherit xdg-utils
 
 DESCRIPTION="A scalable icon theme called Yasis"
 HOMEPAGE="http://www.silvestre.com.ar/"
@@ -28,6 +28,9 @@ src_install() {
 	doins -r yasis
 }
 
-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/yasis-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:     61f90b73cf485940ee27e46e8e02b23c471fe4b1
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Feb  4 01:16:37 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 12 20:49:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f90b73

x11-themes/yasis-icon-theme: move to EAPI 7

drop minimal use flag, only addded optional
runtime dependency

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/yasis-icon-theme/metadata.xml           | 10 ++++--
 .../yasis-icon-theme-0.4.2-r1.ebuild               | 24 +++++++++++++++
 .../yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild | 36 ----------------------
 3 files changed, 31 insertions(+), 39 deletions(-)

diff --git a/x11-themes/yasis-icon-theme/metadata.xml b/x11-themes/yasis-icon-theme/metadata.xml
index cc1ab684739..52c3f63cafa 100644
--- a/x11-themes/yasis-icon-theme/metadata.xml
+++ b/x11-themes/yasis-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/yasis-icon-theme/yasis-icon-theme-0.4.2-r1.ebuild b/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2-r1.ebuild
new file mode 100644
index 00000000000..afb44e8d8d6
--- /dev/null
+++ b/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg
+
+DESCRIPTION="Scalable icon theme called Yasis"
+HOMEPAGE="http://www.silvestre.com.ar/"
+SRC_URI="mirror://gentoo/yasis-${PV}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}"
+
+src_install() {
+	dodoc yasis/{AUTHORS,README}
+	rm -f yasis/{AUTHORS,COPYING,DONATE,INSTALL,README}
+
+	insinto /usr/share/icons
+	doins -r yasis
+}

diff --git a/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild b/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild
deleted file mode 100644
index f14489c8268..00000000000
--- a/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xdg-utils
-
-DESCRIPTION="A scalable icon theme called Yasis"
-HOMEPAGE="http://www.silvestre.com.ar/"
-SRC_URI="http://www.silvestre.com.ar/icons/yasis-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="minimal"
-
-RDEPEND="!minimal? ( || ( x11-themes/adwaita-icon-theme x11-themes/nuovo-icon-theme ) )"
-DEPEND=""
-
-RESTRICT="binchecks strip"
-
-S="${WORKDIR}"
-
-src_install() {
-	dodoc yasis/{AUTHORS,README}
-	rm -f yasis/{AUTHORS,COPYING,DONATE,INSTALL,README}
-
-	insinto /usr/share/icons
-	doins -r yasis
-}
-
-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 --
2016-08-06 10:17 [gentoo-commits] repo/gentoo:master commit in: x11-themes/yasis-icon-theme/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2021-03-12 20:49 Andreas Sturmlechner
2019-09-27 13:06 Jeroen Roovers
2016-11-27 11:21 Pacho Ramos
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