forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-perl/Devel-FindPerl: Add w/ version 0.14.0
Required for dev-perl/Dist-Zilla via: dev-perl/Dist-Zilla -> dev-perl/Perl-PrereqScanner -> dev-perl/Module-Path -> dev-perl/Devel-FindPerl Previously maintained in ::perl-experimental by myself since October 2013 Package-Manager: portage-2.3.2
- Loading branch information
1 parent
5a8b6d3
commit ce1c766
Showing
3 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
EAPI=6 | ||
DIST_AUTHOR=LEONT | ||
DIST_VERSION=0.014 | ||
inherit perl-module | ||
|
||
DESCRIPTION="Find the path to your perl" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="test minimal" | ||
# r: Cwd -> File-Spec | ||
# r: File::Basename -> perl | ||
# r: File::Spec::Functions -> perl | ||
# r: IPC::Open2 -> perl | ||
# r: Scalar::Util -> Scalar-List-Utils | ||
# r: strict, warnings -> perl | ||
RDEPEND=" | ||
!minimal? ( | ||
>=dev-perl/ExtUtils-Config-0.7.0 | ||
) | ||
virtual/perl-Carp | ||
>=virtual/perl-Exporter-5.570.0 | ||
virtual/perl-File-Spec | ||
virtual/perl-Scalar-List-Utils | ||
" | ||
# t: Test::More -> Test-Simple | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
test? ( | ||
virtual/perl-Test-Simple | ||
) | ||
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DIST Devel-FindPerl-0.014.tar.gz 13815 SHA256 01959448f4bfdc6fedbda1e80db810ad6e31b667a171d782031ae5fa742b495b SHA512 958044c628ce1d004031f753673ec7cd066bb70387b2ecef6e91dcdb050a1aac0b036b7a78c38f731ec22d8fcf109f9421f640b4e008a44ff9de382cff944cea WHIRLPOOL ea457a6ef182e34647237d7747e4440235544baa21fc474fb234d4335b474527d68bb6c6d7db27936fede831b5d604918baf1e00201178b0e2321cb650c9d0d6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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>[email protected]</email> | ||
<name>Gentoo Perl Project</name> | ||
</maintainer> | ||
<upstream> | ||
<remote-id type="cpan">Devel-FindPerl</remote-id> | ||
<remote-id type="cpan-module">Devel::FindPerl</remote-id> | ||
</upstream> | ||
</pkgmetadata> |