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>[email protected]</email>
                <name>Gentoo Desktop Miscellaneous Project</name>
        </maintainer>

Reply via email to