diff options
author | Sam James <sam@gentoo.org> | 2021-07-18 05:00:20 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-18 05:02:16 +0100 |
commit | 6d5b845fcffc8fed58f0cb80f13ac4a18214a14a (patch) | |
tree | 85afe5bf5cbd574d75150952b5224b922bf1585c /x11-themes | |
parent | x11-themes/murrine-themes: update EAPI 6 -> 7 (diff) | |
download | gentoo-6d5b845fcffc8fed58f0cb80f13ac4a18214a14a.tar.gz gentoo-6d5b845fcffc8fed58f0cb80f13ac4a18214a14a.tar.bz2 gentoo-6d5b845fcffc8fed58f0cb80f13ac4a18214a14a.zip |
x11-themes/gnome-colors-themes: update EAPI 6 -> 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild | 21 | ||||
-rw-r--r-- | 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 5fb52b368dcc..94ffa1b9f6c7 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 e945e1307667..2ba8e9e851e4 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> |