Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/iceicons/
Date: Thu, 15 Feb 2018 10:55:23
Message-Id: 1518692113.2df2f8c58abbcfa3a76c0356325a0e7926bdfa7e.polynomial-c@gentoo
1 commit: 2df2f8c58abbcfa3a76c0356325a0e7926bdfa7e
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 15 10:54:07 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 15 10:55:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2df2f8c5
7
8 x11-themes/iceicons: EAPI-6 revbump.
9
10 Dropped ppc64 keyword as x11-wm/icewm dropped it as well.
11
12 Package-Manager: Portage-2.3.24, Repoman-2.3.6
13
14 .../iceicons/{iceicons-0.10.0.ebuild => iceicons-0.10.0-r1.ebuild} | 6 ++++--
15 1 file changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-themes/iceicons/iceicons-0.10.0.ebuild b/x11-themes/iceicons/iceicons-0.10.0-r1.ebuild
18 similarity index 92%
19 rename from x11-themes/iceicons/iceicons-0.10.0.ebuild
20 rename to x11-themes/iceicons/iceicons-0.10.0-r1.ebuild
21 index e90157bf0aa..738f93297aa 100644
22 --- a/x11-themes/iceicons/iceicons-0.10.0.ebuild
23 +++ b/x11-themes/iceicons/iceicons-0.10.0-r1.ebuild
24 @@ -1,13 +1,15 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2018 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28
29 +EAPI=6
30 +
31 DESCRIPTION="IceWM Icons is a set of XPM 16x16, 32x32, and 48x48 XPM and PNG icons for IceWM"
32 HOMEPAGE="http://sandbox.cz/~covex/icewm/iceicons/"
33 SRC_URI="http://sandbox.cz/~covex/icewm/iceicons/${PN}-default-${PV}.tar.gz"
34 LICENSE="LGPL-2.1"
35
36 SLOT="0"
37 -KEYWORDS="amd64 ~ppc ~ppc64 sparc x86"
38 +KEYWORDS="amd64 ~ppc sparc x86"
39 IUSE=""
40
41 RDEPEND=">=x11-wm/icewm-1.2.6"