commit: 57410bff320cbf7c6ce221e6f49124ece62fca20 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Wed Dec 21 11:37:57 2016 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Wed Dec 21 11:45:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57410bff
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 dev-perl/App-pwhich/App-pwhich-1.140.0.ebuild | 25 +++++++++++++++++++++++++ dev-perl/App-pwhich/Manifest | 1 + dev-perl/App-pwhich/metadata.xml | 12 ++++++++++++ 3 files changed, 38 insertions(+) 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 00000000..c9ea1d9 --- /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 00000000..dda6bd1 --- /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 00000000..7259f04 --- /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>p...@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>