mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/Devel-CheckLib: Added to tree at 1.60.0
- Required by recent Math::GMP Package-Manager: portage-2.2.27
This commit is contained in:
28
dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild
Normal file
28
dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild
Normal file
@@ -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.06
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="check that a library is available"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~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
|
||||
)
|
||||
"
|
||||
1
dev-perl/Devel-CheckLib/Manifest
Normal file
1
dev-perl/Devel-CheckLib/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST Devel-CheckLib-1.06.tar.gz 14315 SHA256 b5a49989ad1ac414ad5dd52d9ec93c3b88c4d9141693a45d2b07bb24d8bc6dad SHA512 a87d7ecb6ab3936b1dfe69f7a6b61c21ab097cc89a45d98715e1615895f9412e64206f950535a77009249f35d028875fe679f90adb9b48030c2d5a28f6a8f68e WHIRLPOOL dace2adbcf33dad613790f8df460a9274a6f5abe0bac7bdf75fc0a8a97412bff5bd3f0ad7fa7967a78b7f6a96e1261e71843320e46dab35eae52de8ee3319172
|
||||
12
dev-perl/Devel-CheckLib/metadata.xml
Normal file
12
dev-perl/Devel-CheckLib/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>perl@gentoo.org</email>
|
||||
<name>Gentoo Perl Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="cpan">Devel-CheckLib</remote-id>
|
||||
<remote-id type="cpan-module">Devel::CheckLib</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user