* [gentoo-commits] repo/gentoo:master commit in: x11-themes/echo-icon-theme/
@ 2016-04-24 12:07 Pacho Ramos
0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos @ 2016-04-24 12:07 UTC (permalink / raw
To: gentoo-commits
commit: d77cc7d0923ea8c304067741842605b5361d7cca
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 24 11:03:14 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 24 12:06:39 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77cc7d0
x11-themes/echo-icon-theme: Bump EAPI, addwrite looks to not be needed anymore
Package-Manager: portage-2.2.28
.../echo-icon-theme-0.3.89.0_pre20081031.ebuild | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
diff --git a/x11-themes/echo-icon-theme/echo-icon-theme-0.3.89.0_pre20081031.ebuild b/x11-themes/echo-icon-theme/echo-icon-theme-0.3.89.0_pre20081031.ebuild
index 141be87..77d3936 100644
--- a/x11-themes/echo-icon-theme/echo-icon-theme-0.3.89.0_pre20081031.ebuild
+++ b/x11-themes/echo-icon-theme/echo-icon-theme-0.3.89.0_pre20081031.ebuild
@@ -2,8 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=2
-inherit eutils gnome2-utils
+EAPI=6
+inherit gnome2-utils
DESCRIPTION="SVG icon theme from the Echo Icon project"
HOMEPAGE="https://fedorahosted.org/echo-icon-theme"
@@ -17,17 +17,12 @@ IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
virtual/pkgconfig
- >=x11-misc/icon-naming-utils-0.8.90"
+ >=x11-misc/icon-naming-utils-0.8.90
+"
RESTRICT="binchecks strip"
-S=${WORKDIR}/${PN}-${PV/_pre*}
-
-src_install() {
- addwrite /root/.gnome2
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog
-}
+S="${WORKDIR}/${PN}-${PV/_pre*}"
pkg_preinst() {
gnome2_icon_savelist
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/echo-icon-theme/
@ 2021-03-12 20:49 Andreas Sturmlechner
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2021-03-12 20:49 UTC (permalink / raw
To: gentoo-commits
commit: c62c054b1cdf6be368bd8e5ccd0763f7dc0d0e59
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Feb 4 00:33:45 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=c62c054b
x11-themes/echo-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>
.../echo-icon-theme-0.3.89.0_pre20081031.ebuild | 25 +++++-----------------
x11-themes/echo-icon-theme/metadata.xml | 9 +++++++-
2 files changed, 13 insertions(+), 21 deletions(-)
diff --git a/x11-themes/echo-icon-theme/echo-icon-theme-0.3.89.0_pre20081031.ebuild b/x11-themes/echo-icon-theme/echo-icon-theme-0.3.89.0_pre20081031.ebuild
index d702d72480b..3fd74457f14 100644
--- a/x11-themes/echo-icon-theme/echo-icon-theme-0.3.89.0_pre20081031.ebuild
+++ b/x11-themes/echo-icon-theme/echo-icon-theme-0.3.89.0_pre20081031.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-inherit gnome2-utils
+EAPI=7
+
+inherit xdg
DESCRIPTION="SVG icon theme from the Echo Icon project"
HOMEPAGE="https://fedorahosted.org/echo-icon-theme"
@@ -11,26 +12,10 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="CC-BY-SA-3.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND=""
-DEPEND="${RDEPEND}
+BDEPEND="
virtual/pkgconfig
>=x11-misc/icon-naming-utils-0.8.90
"
-RESTRICT="binchecks strip"
-
S="${WORKDIR}/${PN}-${PV/_pre*}"
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
diff --git a/x11-themes/echo-icon-theme/metadata.xml b/x11-themes/echo-icon-theme/metadata.xml
index 6f49eba8f49..52c3f63cafa 100644
--- a/x11-themes/echo-icon-theme/metadata.xml
+++ b/x11-themes/echo-icon-theme/metadata.xml
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
+ <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] 2+ messages in thread
end of thread, other threads:[~2021-03-12 20:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-12 20:49 [gentoo-commits] repo/gentoo:master commit in: x11-themes/echo-icon-theme/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2016-04-24 12:07 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox