Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-colors-themes/
Date: Sun, 18 Jul 2021 04:02:30
Message-Id: 1626580936.6d5b845fcffc8fed58f0cb80f13ac4a18214a14a.sam@gentoo
1 commit: 6d5b845fcffc8fed58f0cb80f13ac4a18214a14a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 18 04:00:20 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 18 04:02:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d5b845f
7
8 x11-themes/gnome-colors-themes: update EAPI 6 -> 7
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 .../gnome-colors-themes-5.5.1.ebuild | 21 ++++++++-------------
13 x11-themes/gnome-colors-themes/metadata.xml | 2 +-
14 2 files changed, 9 insertions(+), 14 deletions(-)
15
16 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
17 index 5fb52b368dc..94ffa1b9f6c 100644
18 --- a/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild
19 +++ b/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild
20 @@ -1,39 +1,34 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27 +
28 inherit gnome2-utils
29
30 DESCRIPTION="Some gnome-colors iconsets including a Gentoo one"
31 HOMEPAGE="https://code.google.com/p/gnome-colors/"
32 -
33 SRC_URI="https://gnome-colors.googlecode.com/files/gnome-colors-${PV}.tar.gz
34 https://dev.gentoo.org/~pacho/gnome-gentoo-${PV}.tar.gz"
35 +S="${WORKDIR}"
36
37 LICENSE="GPL-2 public-domain"
38 SLOT="0"
39 KEYWORDS="amd64 x86"
40 -IUSE=""
41
42 RDEPEND="x11-themes/gnome-colors-common"
43 -DEPEND=""
44
45 RESTRICT="binchecks strip"
46
47 -S="${WORKDIR}"
48 -
49 -src_compile() {
50 - einfo "Nothing to compile"
51 -}
52 -
53 src_install() {
54 - dodir /usr/share/icons
55 insinto /usr/share/icons
56 +
57 + local i
58 for i in gnome*; do
59 - if [ "$i" != "gnome-colors-common" ]; then
60 + if [[ "${i}" != "gnome-colors-common" ]]; then
61 doins -r "${i}"
62 fi
63 done
64 +
65 einstalldocs
66 }
67
68
69 diff --git a/x11-themes/gnome-colors-themes/metadata.xml b/x11-themes/gnome-colors-themes/metadata.xml
70 index e945e130766..2ba8e9e851e 100644
71 --- a/x11-themes/gnome-colors-themes/metadata.xml
72 +++ b/x11-themes/gnome-colors-themes/metadata.xml
73 @@ -1,7 +1,7 @@
74 <?xml version="1.0" encoding="UTF-8"?>
75 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
76 <pkgmetadata>
77 -<maintainer type="project">
78 + <maintainer type="project">
79 <email>desktop-misc@g.o</email>
80 <name>Gentoo Desktop Miscellaneous Project</name>
81 </maintainer>