summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-04-11 03:27:59 +1200
committerAndreas K. Huettel <dilfridge@gentoo.org>2016-04-12 12:10:19 +0200
commit95fdd112285d8a6ffd7a52c318cc5bc5a4cbb2bc (patch)
treebfbc3da07104cd7fb115c24b636750bb61de48cf /dev-perl/Devel-CheckBin/Devel-CheckBin-0.40.0.ebuild
parentsys-cluster/swift: remove upstreamed patch, fixes 2.7.0 (diff)
downloadgentoo-95fdd112285d8a6ffd7a52c318cc5bc5a4cbb2bc.tar.gz
gentoo-95fdd112285d8a6ffd7a52c318cc5bc5a4cbb2bc.tar.bz2
gentoo-95fdd112285d8a6ffd7a52c318cc5bc5a4cbb2bc.zip
dev-perl/Devel-CheckBin: Added at 0.40.0
Required for extra Sub-Name tests Previously maintained in ::perl-experimental by Kent Fredric since Jul 2015 Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-perl/Devel-CheckBin/Devel-CheckBin-0.40.0.ebuild')
-rw-r--r--dev-perl/Devel-CheckBin/Devel-CheckBin-0.40.0.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/Devel-CheckBin/Devel-CheckBin-0.40.0.ebuild b/dev-perl/Devel-CheckBin/Devel-CheckBin-0.40.0.ebuild
new file mode 100644
index 000000000000..994fc7d2913e
--- /dev/null
+++ b/dev-perl/Devel-CheckBin/Devel-CheckBin-0.40.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=TOKUHIROM
+DIST_VERSION=0.04
+inherit perl-module
+
+DESCRIPTION="check that a command is available"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Exporter
+ >=virtual/perl-ExtUtils-MakeMaker-6.520.0
+ virtual/perl-parent
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.640.0
+ test? (
+ virtual/perl-File-Temp
+ >=virtual/perl-Test-Simple-0.980.0
+ )
+"