summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2016-11-18 18:41:13 +1300
committerKent Fredric <kentnl@gentoo.org>2016-11-18 18:41:13 +1300
commit7b3aa659135fd86be5619e3c27b2e028a859ecb1 (patch)
tree1172e429b6c4faf4b15b7cd57dd0f21fef68a600 /dev-perl/Devel-CheckLib/Devel-CheckLib-1.70.0.ebuild
parentdev-perl/Devel-CheckCompiler: Bump to version 0.60.0 (diff)
downloadgentoo-7b3aa659135fd86be5619e3c27b2e028a859ecb1.tar.gz
gentoo-7b3aa659135fd86be5619e3c27b2e028a859ecb1.tar.bz2
gentoo-7b3aa659135fd86be5619e3c27b2e028a859ecb1.zip
dev-perl/Devel-CheckLib: Bump to version 1.70.0
Upstream: - add analyze_binary feature Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-perl/Devel-CheckLib/Devel-CheckLib-1.70.0.ebuild')
-rw-r--r--dev-perl/Devel-CheckLib/Devel-CheckLib-1.70.0.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.70.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.70.0.ebuild
new file mode 100644
index 000000000000..97bee717ab6e
--- /dev/null
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.70.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=MATTN
+DIST_VERSION=1.07
+inherit perl-module
+
+DESCRIPTION="check that a library is available"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=virtual/perl-File-Temp-0.160.0
+ virtual/perl-Exporter
+ virtual/perl-File-Spec
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=virtual/perl-Test-Simple-0.620.0
+ >=dev-perl/IO-CaptureOutput-1.80.100
+ )
+"