Skip to content

Commit

Permalink
dev-perl/Module-Path: Add w/ version 0.190.0
Browse files Browse the repository at this point in the history
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
kentfredric committed Nov 21, 2016
1 parent ce1c766 commit 5f6021e
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-perl/Module-Path/Manifest
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
31 changes: 31 additions & 0 deletions dev-perl/Module-Path/Module-Path-0.190.0.ebuild
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
)
"
12 changes: 12 additions & 0 deletions dev-perl/Module-Path/metadata.xml
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>

0 comments on commit 5f6021e

Please sign in to comment.