summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2016-12-22 00:37:57 +1300
committerKent Fredric <kentnl@gentoo.org>2016-12-22 00:45:40 +1300
commit57410bff320cbf7c6ce221e6f49124ece62fca20 (patch)
treead63abeb3b86c8c9856dc2bbcc520b123ce4826b /dev-perl/App-pwhich
parentdev-perl/Google-Ads-AdWords-Client: Fix SRC_URI for 2.7.3 (diff)
downloadgentoo-57410bff320cbf7c6ce221e6f49124ece62fca20.tar.gz
gentoo-57410bff320cbf7c6ce221e6f49124ece62fca20.tar.bz2
gentoo-57410bff320cbf7c6ce221e6f49124ece62fca20.zip
dev-perl/App-pwhich: Add w/ version 1.140.0
Was part of dev-perl/File-Which previously, and is provided to ensure people previously dependent on this utility don't get a shock. Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-perl/App-pwhich')
-rw-r--r--dev-perl/App-pwhich/App-pwhich-1.140.0.ebuild25
-rw-r--r--dev-perl/App-pwhich/Manifest1
-rw-r--r--dev-perl/App-pwhich/metadata.xml12
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-perl/App-pwhich/App-pwhich-1.140.0.ebuild b/dev-perl/App-pwhich/App-pwhich-1.140.0.ebuild
new file mode 100644
index 000000000000..c9ea1d9f10ff
--- /dev/null
+++ b/dev-perl/App-pwhich/App-pwhich-1.140.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=PLICEASE
+DIST_VERSION=1.14
+inherit perl-module
+
+DESCRIPTION="Perl-only 'which'"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/File-Which-1.140.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/Test-Script
+ >=virtual/perl-Test-Simple-0.940.0
+ )
+"
diff --git a/dev-perl/App-pwhich/Manifest b/dev-perl/App-pwhich/Manifest
new file mode 100644
index 000000000000..dda6bd1fdc49
--- /dev/null
+++ b/dev-perl/App-pwhich/Manifest
@@ -0,0 +1 @@
+DIST App-pwhich-1.14.tar.gz 13900 SHA256 c04f8ba01d244128cb6fe8a4d77a7850fd590d9ea1d0942dad18b868a172fe64 SHA512 515981eff1aa6e20f211336e9543dc3d3cd09c80e9b51698418350e112ab0985ab27e278c7beaecc61c26600ed74083a23a3d375e845e5ef8cddf9b95cfa5fcf WHIRLPOOL fac4aa7aab5aa4c9c62ea615eb28377591a2a4e9058f24b0eef7402f3f56a9379f7ccceab536aebb6dd09efd90494bce2dc18ba6d14f603ddadf439164c1bf9b
diff --git a/dev-perl/App-pwhich/metadata.xml b/dev-perl/App-pwhich/metadata.xml
new file mode 100644
index 000000000000..7259f041b5c3
--- /dev/null
+++ b/dev-perl/App-pwhich/metadata.xml
@@ -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">App-pwhich</remote-id>
+ <remote-id type="cpan-module">App::pwhich</remote-id>
+ </upstream>
+</pkgmetadata>