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/Module-Path: Add w/ version 0.190.0
required for dev-perl/Dist-Zilla via dev-perl/Perl-PrereqScanner Previously maintained by myself in ::perl-experimental since October 2013 Package-Manager: portage-2.3.2
- Loading branch information
1 parent
ce1c766
commit 5f6021e
Showing
3 changed files
with
44 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 @@ | ||
DIST Module-Path-0.19.tar.gz 14328 SHA256 b33179ce4dd73dfcde7d46808804b9ffbb11db0245fe455a7d001747562feaca SHA512 fa71c67f6e8daab9df29a6ced09c557980873ea73ed6e9c28081d10009d153767adc24ddd6acbde0c1423ffbf9cc92f8ab5db29203b73a79643dfc98fc2b2935 WHIRLPOOL 5013182181b6dd88affdc2972a7a9152f9bef7edaa84578efc347307d5d70aa9cb8ab3a3b8a2039d5e82cd415b594f50ffe9d876c24f7a23632710cfb5485a6c |
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,31 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
EAPI=6 | ||
DIST_AUTHOR=NEILB | ||
DIST_VERSION=0.19 | ||
inherit perl-module | ||
|
||
DESCRIPTION="get the full path to a locally installed module" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="test" | ||
# r: Cwd -> File-Spec | ||
# r: File::Basename -> perl | ||
# r: Pod::Usage -> perl | ||
# r: strict, warnings -> perl | ||
RDEPEND=" | ||
virtual/perl-File-Spec | ||
virtual/perl-Exporter | ||
virtual/perl-Getopt-Long | ||
" | ||
# t: File::Spec::Functions -> File-Spec | ||
# t: FindBin 0.05 -> perl | ||
# t: Test::More -> Test-Simple | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
test? ( | ||
dev-perl/Devel-FindPerl | ||
>=virtual/perl-Test-Simple-0.880.0 | ||
) | ||
" |
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">Module-Path</remote-id> | ||
<remote-id type="cpan-module">Module::Path</remote-id> | ||
</upstream> | ||
</pkgmetadata> |