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 F36551395E3 for ; Fri, 11 Nov 2016 03:46:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6A56E09FC; Fri, 11 Nov 2016 03:46:42 +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 9B425E09FF for ; Fri, 11 Nov 2016 03:46:42 +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 10D2D34167C for ; Fri, 11 Nov 2016 03:46:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80B6524AF for ; Fri, 11 Nov 2016 03:46:39 +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: <1478835949.53106d03381e7b101acd41691eda33b688bc8bb9.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Importer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Importer/Importer-0.24.0.ebuild dev-perl/Importer/Manifest dev-perl/Importer/metadata.xml X-VCS-Directories: dev-perl/Importer/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 53106d03381e7b101acd41691eda33b688bc8bb9 X-VCS-Branch: master Date: Fri, 11 Nov 2016 03:46:39 +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: 7b36317d-4cd5-40ef-968a-8939540373b9 X-Archives-Hash: 92223393c84ead21a61aab6df2af8e2e commit: 53106d03381e7b101acd41691eda33b688bc8bb9 Author: Kent Fredric gentoo org> AuthorDate: Thu Nov 10 19:54:12 2016 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri Nov 11 03:45:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53106d03 dev-perl/Importer: Added to tree at 0.24.0 Required by: -dev-perl/Test2-Suite -dev-perl/Data-Validate-Domain-0.140.0 Package-Manager: portage-2.3.2 dev-perl/Importer/Importer-0.24.0.ebuild | 22 ++++++++++++++++++++++ dev-perl/Importer/Manifest | 1 + dev-perl/Importer/metadata.xml | 12 ++++++++++++ 3 files changed, 35 insertions(+) diff --git a/dev-perl/Importer/Importer-0.24.0.ebuild b/dev-perl/Importer/Importer-0.24.0.ebuild new file mode 100644 index 00000000..a64b82f --- /dev/null +++ b/dev-perl/Importer/Importer-0.24.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=EXODIST +DIST_VERSION=0.024 +inherit perl-module + +DESCRIPTION="Alternative interface to modules that export symbols" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND=" + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-Test-Simple-0.980.0 + ) +" diff --git a/dev-perl/Importer/Manifest b/dev-perl/Importer/Manifest new file mode 100644 index 00000000..af4ad47 --- /dev/null +++ b/dev-perl/Importer/Manifest @@ -0,0 +1 @@ +DIST Importer-0.024.tar.gz 41264 SHA256 1d19760ceb366b664985ace9a7ee1b54a438b1e060a5bca6eff0c6a35b07a557 SHA512 f368f19a63fd52b88886b1ba6d51716050db8f475628238d16d2962ab7d6c21d6818205a82c86cc7f254736eb1c261dd6abd606dfcb16ca675e84898d03cab32 WHIRLPOOL 8ae1922d5bccec33b310c847e4950ced9602cc67174dc72772bffeb899410c83df11b8fc782cb682839fc1a8bb3b841af1b26304cd4157e451513b2df2f34458 diff --git a/dev-perl/Importer/metadata.xml b/dev-perl/Importer/metadata.xml new file mode 100644 index 00000000..6c0470b --- /dev/null +++ b/dev-perl/Importer/metadata.xml @@ -0,0 +1,12 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + Importer + Importer + +