* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-colors-themes/
@ 2016-04-24 12:07 Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2016-04-24 12:07 UTC (permalink / raw
To: gentoo-commits
commit: 888ffcc879622905e25f26437c34abce8e418261
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 24 11:05:55 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 24 12:06:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=888ffcc8
x11-themes/gnome-colors-themes: Bump EAPI
Package-Manager: portage-2.2.28
x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild b/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild
index ab1cb5c..886d681 100644
--- a/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild
+++ b/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=2
+EAPI=6
inherit gnome2-utils
DESCRIPTION="Some gnome-colors iconsets including a Gentoo one"
@@ -18,8 +18,11 @@ IUSE=""
RDEPEND="x11-themes/gnome-colors-common"
DEPEND=""
+
RESTRICT="binchecks strip"
+S="${WORKDIR}"
+
src_compile() {
einfo "Nothing to compile"
}
@@ -32,7 +35,7 @@ src_install() {
doins -r "${i}" || die
fi
done
- dodoc AUTHORS ChangeLog README
+ einstalldocs
}
pkg_preinst() {
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-colors-themes/
@ 2017-02-04 15:40 Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2017-02-04 15:40 UTC (permalink / raw
To: gentoo-commits
commit: 0631ac67943c7fbcd1b5acfa17ce8923105ce74e
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 4 15:38:53 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Feb 4 15:39:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0631ac67
x11-themes/gnome-colors-themes: Drop from metadata
Package-Manager: Portage-2.3.3, Repoman-2.3.1
x11-themes/gnome-colors-themes/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/x11-themes/gnome-colors-themes/metadata.xml b/x11-themes/gnome-colors-themes/metadata.xml
index e92b930..e945e13 100644
--- a/x11-themes/gnome-colors-themes/metadata.xml
+++ b/x11-themes/gnome-colors-themes/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>pacho@gentoo.org</email>
- <name>Pacho Ramos</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/gnome-colors-themes/
@ 2021-07-18 4:02 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-07-18 4:02 UTC (permalink / raw
To: gentoo-commits
commit: 6d5b845fcffc8fed58f0cb80f13ac4a18214a14a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 18 04:00:20 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 18 04:02:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d5b845f
x11-themes/gnome-colors-themes: update EAPI 6 -> 7
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../gnome-colors-themes-5.5.1.ebuild | 21 ++++++++-------------
x11-themes/gnome-colors-themes/metadata.xml | 2 +-
2 files changed, 9 insertions(+), 14 deletions(-)
diff --git a/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild b/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild
index 5fb52b368dc..94ffa1b9f6c 100644
--- a/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild
+++ b/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild
@@ -1,39 +1,34 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
+
inherit gnome2-utils
DESCRIPTION="Some gnome-colors iconsets including a Gentoo one"
HOMEPAGE="https://code.google.com/p/gnome-colors/"
-
SRC_URI="https://gnome-colors.googlecode.com/files/gnome-colors-${PV}.tar.gz
https://dev.gentoo.org/~pacho/gnome-gentoo-${PV}.tar.gz"
+S="${WORKDIR}"
LICENSE="GPL-2 public-domain"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
RDEPEND="x11-themes/gnome-colors-common"
-DEPEND=""
RESTRICT="binchecks strip"
-S="${WORKDIR}"
-
-src_compile() {
- einfo "Nothing to compile"
-}
-
src_install() {
- dodir /usr/share/icons
insinto /usr/share/icons
+
+ local i
for i in gnome*; do
- if [ "$i" != "gnome-colors-common" ]; then
+ if [[ "${i}" != "gnome-colors-common" ]]; then
doins -r "${i}"
fi
done
+
einstalldocs
}
diff --git a/x11-themes/gnome-colors-themes/metadata.xml b/x11-themes/gnome-colors-themes/metadata.xml
index e945e130766..2ba8e9e851e 100644
--- a/x11-themes/gnome-colors-themes/metadata.xml
+++ b/x11-themes/gnome-colors-themes/metadata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
+ <maintainer type="project">
<email>desktop-misc@gentoo.org</email>
<name>Gentoo Desktop Miscellaneous Project</name>
</maintainer>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-colors-themes/
@ 2021-09-12 21:12 Ionen Wolkens
0 siblings, 0 replies; 5+ messages in thread
From: Ionen Wolkens @ 2021-09-12 21:12 UTC (permalink / raw
To: gentoo-commits
commit: 15b7cead67134fb890a5aa6b0acdbca92c358621
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Fri Sep 10 15:24:30 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Sep 12 21:07:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b7cead
x11-themes/gnome-colors-themes: use xdg instead of gnome2-utils
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22263
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
.../gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild b/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild
index 94ffa1b9f6c..b631c1d47a0 100644
--- a/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild
+++ b/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit gnome2-utils
+inherit xdg
DESCRIPTION="Some gnome-colors iconsets including a Gentoo one"
HOMEPAGE="https://code.google.com/p/gnome-colors/"
@@ -31,15 +31,3 @@ src_install() {
einstalldocs
}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-colors-themes/
@ 2021-12-30 3:17 Jonas Stein
0 siblings, 0 replies; 5+ messages in thread
From: Jonas Stein @ 2021-12-30 3:17 UTC (permalink / raw
To: gentoo-commits
commit: 7e587631bd42d4982daf9bf84c92dff4077fd4f6
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 30 03:10:10 2021 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Thu Dec 30 03:10:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e587631
x11-themes/gnome-colors-themes: reassign to themes project
Drop project desktop-misc from the list of maintainers and reassign the
package to the new themes project.
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
x11-themes/gnome-colors-themes/metadata.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-themes/gnome-colors-themes/metadata.xml b/x11-themes/gnome-colors-themes/metadata.xml
index 410408b3d171..11f44c22efa9 100644
--- a/x11-themes/gnome-colors-themes/metadata.xml
+++ b/x11-themes/gnome-colors-themes/metadata.xml
@@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
- <email>desktop-misc@gentoo.org</email>
- <name>Gentoo Desktop Miscellaneous Project</name>
+ <email>themes@gentoo.org</email>
+ <name>Themes Project</name>
</maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-12-30 3:17 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-12 21:12 [gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-colors-themes/ Ionen Wolkens
-- strict thread matches above, loose matches on Subject: below --
2021-12-30 3:17 Jonas Stein
2021-07-18 4:02 Sam James
2017-02-04 15:40 Pacho Ramos
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