Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-AppIndicator/
Date: Fri, 11 Dec 2015 23:25:24
Message-Id: 1449876304.402c3be206932cf2f11b023622d99f7a9d4a3622.dilfridge@gentoo
1 commit: 402c3be206932cf2f11b023622d99f7a9d4a3622
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 11 23:24:37 2015 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 11 23:25:04 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=402c3be2
7
8 dev-perl/Gtk2-AppIndicator: New package, bug 558338, ebuild by Mathy Vanvoorden
9
10 Package-Manager: portage-2.2.26
11
12 .../Gtk2-AppIndicator-0.150.0.ebuild | 24 ++++++++++++++++++++++
13 dev-perl/Gtk2-AppIndicator/Manifest | 1 +
14 dev-perl/Gtk2-AppIndicator/metadata.xml | 5 +++++
15 3 files changed, 30 insertions(+)
16
17 diff --git a/dev-perl/Gtk2-AppIndicator/Gtk2-AppIndicator-0.150.0.ebuild b/dev-perl/Gtk2-AppIndicator/Gtk2-AppIndicator-0.150.0.ebuild
18 new file mode 100644
19 index 0000000..0138089
20 --- /dev/null
21 +++ b/dev-perl/Gtk2-AppIndicator/Gtk2-AppIndicator-0.150.0.ebuild
22 @@ -0,0 +1,24 @@
23 +# Copyright 1999-2015 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Id$
26 +
27 +EAPI=5
28 +
29 +MODULE_AUTHOR=OESTERHOL
30 +MODULE_VERSION=0.15
31 +inherit perl-module
32 +
33 +DESCRIPTION="Perl binding for the GTK2 AppIndicator"
34 +
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~x86"
37 +
38 +RDEPEND="
39 + >=dev-perl/gtk2-perl-1.200.0
40 + dev-libs/libappindicator:2
41 +"
42 +DEPEND="${RDEPEND}
43 + virtual/perl-ExtUtils-MakeMaker
44 +"
45 +
46 +SRC_TEST="do parallel"
47
48 diff --git a/dev-perl/Gtk2-AppIndicator/Manifest b/dev-perl/Gtk2-AppIndicator/Manifest
49 new file mode 100644
50 index 0000000..1a09347
51 --- /dev/null
52 +++ b/dev-perl/Gtk2-AppIndicator/Manifest
53 @@ -0,0 +1 @@
54 +DIST Gtk2-AppIndicator-0.15.tar.gz 15662 SHA256 a25cb071e214fb89b4450aa4605031eae89b7961e149b0d6e8f491c19c14a90a SHA512 16aaddf520ce720969775b49697b605e0dda7ed3b62bb7edeefbc2c48a1122656469068b179acbfd595ae9b1f0328747898a54e7afdaf71ae7445792afd9c4ea WHIRLPOOL 6caef7b6266e79e360706d698baaf07882945ce894739fb81c69e9e5944516143feec8e0359e4b04301bf80d920825a1a3fa0f84301b9cb1681696d13b085e35
55
56 diff --git a/dev-perl/Gtk2-AppIndicator/metadata.xml b/dev-perl/Gtk2-AppIndicator/metadata.xml
57 new file mode 100644
58 index 0000000..fcd994b
59 --- /dev/null
60 +++ b/dev-perl/Gtk2-AppIndicator/metadata.xml
61 @@ -0,0 +1,5 @@
62 +<?xml version="1.0" encoding="UTF-8"?>
63 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
64 +<pkgmetadata>
65 + <herd>perl</herd>
66 +</pkgmetadata>