diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-12-12 00:24:37 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-12-12 00:25:04 +0100 |
commit | 402c3be206932cf2f11b023622d99f7a9d4a3622 (patch) | |
tree | da33f799be9396ba42e7c15a14862cf3b136d1de /dev-perl/Gtk2-AppIndicator | |
parent | app-crypt/letsencrypt: Initial version (diff) | |
download | gentoo-402c3be206932cf2f11b023622d99f7a9d4a3622.tar.gz gentoo-402c3be206932cf2f11b023622d99f7a9d4a3622.tar.bz2 gentoo-402c3be206932cf2f11b023622d99f7a9d4a3622.zip |
dev-perl/Gtk2-AppIndicator: New package, bug 558338, ebuild by Mathy Vanvoorden
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-perl/Gtk2-AppIndicator')
-rw-r--r-- | dev-perl/Gtk2-AppIndicator/Gtk2-AppIndicator-0.150.0.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/Gtk2-AppIndicator/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Gtk2-AppIndicator/metadata.xml | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/dev-perl/Gtk2-AppIndicator/Gtk2-AppIndicator-0.150.0.ebuild b/dev-perl/Gtk2-AppIndicator/Gtk2-AppIndicator-0.150.0.ebuild new file mode 100644 index 000000000000..01380899c9a2 --- /dev/null +++ b/dev-perl/Gtk2-AppIndicator/Gtk2-AppIndicator-0.150.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=OESTERHOL +MODULE_VERSION=0.15 +inherit perl-module + +DESCRIPTION="Perl binding for the GTK2 AppIndicator" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-perl/gtk2-perl-1.200.0 + dev-libs/libappindicator:2 +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" + +SRC_TEST="do parallel" diff --git a/dev-perl/Gtk2-AppIndicator/Manifest b/dev-perl/Gtk2-AppIndicator/Manifest new file mode 100644 index 000000000000..1a0934787ceb --- /dev/null +++ b/dev-perl/Gtk2-AppIndicator/Manifest @@ -0,0 +1 @@ +DIST Gtk2-AppIndicator-0.15.tar.gz 15662 SHA256 a25cb071e214fb89b4450aa4605031eae89b7961e149b0d6e8f491c19c14a90a SHA512 16aaddf520ce720969775b49697b605e0dda7ed3b62bb7edeefbc2c48a1122656469068b179acbfd595ae9b1f0328747898a54e7afdaf71ae7445792afd9c4ea WHIRLPOOL 6caef7b6266e79e360706d698baaf07882945ce894739fb81c69e9e5944516143feec8e0359e4b04301bf80d920825a1a3fa0f84301b9cb1681696d13b085e35 diff --git a/dev-perl/Gtk2-AppIndicator/metadata.xml b/dev-perl/Gtk2-AppIndicator/metadata.xml new file mode 100644 index 000000000000..fcd994bc881b --- /dev/null +++ b/dev-perl/Gtk2-AppIndicator/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> |