public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-colors-common/
Date: Sun, 18 Jul 2021 04:02:26 +0000 (UTC)	[thread overview]
Message-ID: <1626580937.505fd180e97562c9b68495ad0a6bd24d44e233cf.sam@gentoo> (raw)

commit:     505fd180e97562c9b68495ad0a6bd24d44e233cf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 18 04:01:39 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 18 04:02:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=505fd180

x11-themes/gnome-colors-common: update EAPI 6 -> 7

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../gnome-colors-common-5.5.1-r1.ebuild            | 25 +++++++++-------------
 1 file changed, 10 insertions(+), 15 deletions(-)

diff --git a/x11-themes/gnome-colors-common/gnome-colors-common-5.5.1-r1.ebuild b/x11-themes/gnome-colors-common/gnome-colors-common-5.5.1-r1.ebuild
index 6d9348d2499..2370f83c992 100644
--- a/x11-themes/gnome-colors-common/gnome-colors-common-5.5.1-r1.ebuild
+++ b/x11-themes/gnome-colors-common/gnome-colors-common-5.5.1-r1.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2017 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="Colorized icons shared between all gnome-colors iconsets"
 HOMEPAGE="https://code.google.com/p/gnome-colors/"
-
 SRC_URI="https://gnome-colors.googlecode.com/files/gnome-colors-${PV}.tar.gz
-	branding? ( https://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz )
-"
+	branding? ( https://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz )"
+S="${WORKDIR}"
 
 LICENSE="
 	GPL-2
@@ -20,33 +20,28 @@ KEYWORDS="amd64 x86"
 IUSE="+branding"
 
 RDEPEND="x11-themes/adwaita-icon-theme"
-DEPEND=""
 RESTRICT="binchecks strip"
 
-S="${WORKDIR}"
-
 src_prepare() {
 	default
+
 	if use branding; then
 		for i in 16 22 24 32 ; do
 			cp tango-gentoo-v1.1/${i}x${i}/gentoo.png \
-			gnome-colors-common/${i}x${i}/places/start-here.png \
+				gnome-colors-common/${i}x${i}/places/start-here.png \
 			|| die "Copying gentoo logos failed"
 		done
+
 		cp tango-gentoo-v1.1/scalable/gentoo.svg \
-		gnome-colors-common/scalable/places/start-here.svg \
+			gnome-colors-common/scalable/places/start-here.svg \
 		|| die "Copying scalable logo failed"
 	fi
 }
 
-src_compile() {
-	einfo "Nothing to compile"
-}
-
 src_install() {
-	dodir /usr/share/icons
 	insinto /usr/share/icons
 	doins -r "${WORKDIR}/${PN}"
+
 	einstalldocs
 }
 


             reply	other threads:[~2021-07-18  4:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-18  4:02 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-12-30  3:17 [gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-colors-common/ Jonas Stein
2021-09-12 21:12 Ionen Wolkens
2017-08-22 15:57 Michał Górny
2017-04-20 16:14 Michał Górny
2017-02-04 15:40 Pacho Ramos
2016-11-27 11:21 Pacho Ramos
2016-04-24 12:07 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1626580937.505fd180e97562c9b68495ad0a6bd24d44e233cf.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox