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 1EE9A1395E2 for ; Mon, 21 Nov 2016 03:37:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A6D521C028; Mon, 21 Nov 2016 03:37:24 +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 75F79E0BE1 for ; Mon, 21 Nov 2016 03:37:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2DF5434121E for ; Mon, 21 Nov 2016 03:37:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F5EB24AF for ; Mon, 21 Nov 2016 03:37:17 +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: <1479699383.5f6021e6d292884d538daff737f0241e31cefea7.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Path/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Module-Path/Manifest dev-perl/Module-Path/Module-Path-0.190.0.ebuild dev-perl/Module-Path/metadata.xml X-VCS-Directories: dev-perl/Module-Path/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 5f6021e6d292884d538daff737f0241e31cefea7 X-VCS-Branch: master Date: Mon, 21 Nov 2016 03:37:17 +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: ba262fba-a2dd-45e4-954b-788060c26d11 X-Archives-Hash: dcf8e19262b47ba3103d9aee07b91302 commit: 5f6021e6d292884d538daff737f0241e31cefea7 Author: Kent Fredric gentoo org> AuthorDate: Mon Nov 21 02:32:27 2016 +0000 Commit: Kent Fredric gentoo org> CommitDate: Mon Nov 21 03:36:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f6021e6 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 dev-perl/Module-Path/Manifest | 1 + dev-perl/Module-Path/Module-Path-0.190.0.ebuild | 31 +++++++++++++++++++++++++ dev-perl/Module-Path/metadata.xml | 12 ++++++++++ 3 files changed, 44 insertions(+) diff --git a/dev-perl/Module-Path/Manifest b/dev-perl/Module-Path/Manifest new file mode 100644 index 00000000..9f69339 --- /dev/null +++ b/dev-perl/Module-Path/Manifest @@ -0,0 +1 @@ +DIST Module-Path-0.19.tar.gz 14328 SHA256 b33179ce4dd73dfcde7d46808804b9ffbb11db0245fe455a7d001747562feaca SHA512 fa71c67f6e8daab9df29a6ced09c557980873ea73ed6e9c28081d10009d153767adc24ddd6acbde0c1423ffbf9cc92f8ab5db29203b73a79643dfc98fc2b2935 WHIRLPOOL 5013182181b6dd88affdc2972a7a9152f9bef7edaa84578efc347307d5d70aa9cb8ab3a3b8a2039d5e82cd415b594f50ffe9d876c24f7a23632710cfb5485a6c diff --git a/dev-perl/Module-Path/Module-Path-0.190.0.ebuild b/dev-perl/Module-Path/Module-Path-0.190.0.ebuild new file mode 100644 index 00000000..c23fb75 --- /dev/null +++ b/dev-perl/Module-Path/Module-Path-0.190.0.ebuild @@ -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 + ) +" diff --git a/dev-perl/Module-Path/metadata.xml b/dev-perl/Module-Path/metadata.xml new file mode 100644 index 00000000..60524ec --- /dev/null +++ b/dev-perl/Module-Path/metadata.xml @@ -0,0 +1,12 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + Module-Path + Module::Path + +