From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A9697139085 for ; Wed, 21 Dec 2016 11:47:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08B1CE0CA1; Wed, 21 Dec 2016 11:47:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D73CEE0CA1 for ; Wed, 21 Dec 2016 11:46:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A64FF340DD8 for ; Wed, 21 Dec 2016 11:46:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E487124BA for ; Wed, 21 Dec 2016 11:46:55 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1482320740.57410bff320cbf7c6ce221e6f49124ece62fca20.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/App-pwhich/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/App-pwhich/App-pwhich-1.140.0.ebuild dev-perl/App-pwhich/Manifest dev-perl/App-pwhich/metadata.xml X-VCS-Directories: dev-perl/App-pwhich/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 57410bff320cbf7c6ce221e6f49124ece62fca20 X-VCS-Branch: master Date: Wed, 21 Dec 2016 11:46:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ef5193f4-4de0-4658-a6cf-1fb62b19ac54 X-Archives-Hash: 424cd755c98d95820ba7c43744aff83e commit: 57410bff320cbf7c6ce221e6f49124ece62fca20 Author: Kent Fredric gentoo org> AuthorDate: Wed Dec 21 11:37:57 2016 +0000 Commit: Kent Fredric gentoo 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 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + App-pwhich + App::pwhich + +