Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/icon-naming-utils/
Date: Sat, 25 Feb 2017 14:15:47
Message-Id: 1488032063.cdf9fea14ef66f04a80b20b76f6a9b3005f31a84.soap@gentoo
1 commit: cdf9fea14ef66f04a80b20b76f6a9b3005f31a84
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 22 15:09:41 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 25 14:14:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf9fea1
7
8 x11-misc/icon-naming-utils: EAPI bump 0 -> 6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/4057
12
13 .../icon-naming-utils-0.8.90-r1.ebuild | 18 ++++++++++++++++++
14 1 file changed, 18 insertions(+)
15
16 diff --git a/x11-misc/icon-naming-utils/icon-naming-utils-0.8.90-r1.ebuild b/x11-misc/icon-naming-utils/icon-naming-utils-0.8.90-r1.ebuild
17 new file mode 100644
18 index 0000000000..1b5e9d1877
19 --- /dev/null
20 +++ b/x11-misc/icon-naming-utils/icon-naming-utils-0.8.90-r1.ebuild
21 @@ -0,0 +1,18 @@
22 +# Copyright 1999-2017 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Id$
25 +
26 +EAPI=6
27 +
28 +DESCRIPTION="Utils to help with the transition to the new freedesktop.org naming scheme"
29 +HOMEPAGE="http://tango.freedesktop.org"
30 +SRC_URI="http://tango.freedesktop.org/releases/${P}.tar.gz"
31 +
32 +LICENSE="GPL-2"
33 +SLOT="0"
34 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
35 +IUSE=""
36 +
37 +RDEPEND=">=dev-perl/XML-Simple-2
38 + >=dev-lang/perl-5"
39 +DEPEND="${RDEPEND}"