commit: 402c3be206932cf2f11b023622d99f7a9d4a3622 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Fri Dec 11 23:24:37 2015 +0000 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Fri Dec 11 23:25:04 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=402c3be2
dev-perl/Gtk2-AppIndicator: New package, bug 558338, ebuild by Mathy Vanvoorden Package-Manager: portage-2.2.26 .../Gtk2-AppIndicator-0.150.0.ebuild | 24 ++++++++++++++++++++++ dev-perl/Gtk2-AppIndicator/Manifest | 1 + dev-perl/Gtk2-AppIndicator/metadata.xml | 5 +++++ 3 files changed, 30 insertions(+) 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 0000000..0138089 --- /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 0000000..1a09347 --- /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 0000000..fcd994b --- /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>