Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-AppIndicator/
Date: Tue, 24 Oct 2017 02:43:23
Message-Id: 1508809724.15e9a70510ca6bb052e39fa6070da8feaf7df713.kentnl@gentoo
1 commit: 15e9a70510ca6bb052e39fa6070da8feaf7df713
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 24 01:27:49 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 24 01:48:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e9a705
7
8 dev-perl/Gtk2-AppIndicator: EAPI6 + Remote'ids
9
10 - EAPI6
11 - Add remote-id's to metadata.xml
12
13 Package-Manager: Portage-2.3.8, Repoman-2.3.3
14
15 .../Gtk2-AppIndicator-0.150.0-r1.ebuild | 24 ++++++++++++++++++++++
16 dev-perl/Gtk2-AppIndicator/metadata.xml | 4 ++++
17 2 files changed, 28 insertions(+)
18
19 diff --git a/dev-perl/Gtk2-AppIndicator/Gtk2-AppIndicator-0.150.0-r1.ebuild b/dev-perl/Gtk2-AppIndicator/Gtk2-AppIndicator-0.150.0-r1.ebuild
20 new file mode 100644
21 index 00000000000..3984a0708ca
22 --- /dev/null
23 +++ b/dev-perl/Gtk2-AppIndicator/Gtk2-AppIndicator-0.150.0-r1.ebuild
24 @@ -0,0 +1,24 @@
25 +# Copyright 1999-2017 Gentoo Foundation
26 +# Distributed under the terms of the GNU General Public License v2
27 +
28 +EAPI=6
29 +
30 +DIST_AUTHOR=OESTERHOL
31 +DIST_VERSION=0.15
32 +inherit virtualx perl-module
33 +
34 +DESCRIPTION="Perl binding for the GTK2 AppIndicator"
35 +
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~x86"
38 +
39 +RDEPEND="
40 + >=dev-perl/Gtk2-1.200.0
41 + dev-libs/libappindicator:2
42 +"
43 +DEPEND="${RDEPEND}
44 + virtual/perl-ExtUtils-MakeMaker
45 +"
46 +src_test() {
47 + virtx perl-module_src_test
48 +}
49
50 diff --git a/dev-perl/Gtk2-AppIndicator/metadata.xml b/dev-perl/Gtk2-AppIndicator/metadata.xml
51 index f53c778e0d3..c893c255130 100644
52 --- a/dev-perl/Gtk2-AppIndicator/metadata.xml
53 +++ b/dev-perl/Gtk2-AppIndicator/metadata.xml
54 @@ -5,4 +5,8 @@
55 <email>perl@g.o</email>
56 <name>Gentoo Perl Project</name>
57 </maintainer>
58 + <upstream>
59 + <remote-id type="cpan">Gtk2-AppIndicator</remote-id>
60 + <remote-id type="cpan-module">Gtk2::AppIndicator</remote-id>
61 + </upstream>
62 </pkgmetadata>