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 445D61395E2 for ; Sat, 10 Dec 2016 14:26:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76640E0B86; Sat, 10 Dec 2016 14:25:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 413BAE0B86 for ; Sat, 10 Dec 2016 14:25:59 +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 CECF234123F for ; Sat, 10 Dec 2016 14:25:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C8294A6 for ; Sat, 10 Dec 2016 14:25: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: <1481379929.a3b6adddadedb116eff1c3d82fba306e8d203b7c.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-Quote/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Sub-Quote/Manifest dev-perl/Sub-Quote/Sub-Quote-2.3.1.ebuild dev-perl/Sub-Quote/metadata.xml X-VCS-Directories: dev-perl/Sub-Quote/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: a3b6adddadedb116eff1c3d82fba306e8d203b7c X-VCS-Branch: master Date: Sat, 10 Dec 2016 14:25: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: 17da324e-3a89-44cd-b775-6f7fa8978458 X-Archives-Hash: aa33c76445e6d41d0dbf5fbcb11a33d7 commit: a3b6adddadedb116eff1c3d82fba306e8d203b7c Author: Kent Fredric gentoo org> AuthorDate: Sat Dec 10 14:22:06 2016 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Dec 10 14:25:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3b6addd dev-perl/Sub-Quote: Add w/ version 2.3.1 This has been teased out of Moo Package-Manager: portage-2.3.3 dev-perl/Sub-Quote/Manifest | 1 + dev-perl/Sub-Quote/Sub-Quote-2.3.1.ebuild | 29 +++++++++++++++++++++++++++++ dev-perl/Sub-Quote/metadata.xml | 13 +++++++++++++ 3 files changed, 43 insertions(+) diff --git a/dev-perl/Sub-Quote/Manifest b/dev-perl/Sub-Quote/Manifest new file mode 100644 index 00000000..1ded707 --- /dev/null +++ b/dev-perl/Sub-Quote/Manifest @@ -0,0 +1 @@ +DIST Sub-Quote-2.003001.tar.gz 19131 SHA256 9d471d8e13e7ce4793d5a5ec04a60fface14dd53be78dd94d228871915cfd1f9 SHA512 cd24460e52b68955a460accf673a58235c8f846285a01862198bbb4f6c5718f2977e615099da7eb54a41d76ae75fd7167c7d682c14f6819e65c83f163189dd49 WHIRLPOOL 5166d4c33732b661926f92b2c6ff9ab9f18388ae05b550e4e9e11f9dc0f2d6dd2c126430c5b0baa97047ff82b2ed7b21a785bd74022b3e1fea0c9f62aae02d77 diff --git a/dev-perl/Sub-Quote/Sub-Quote-2.3.1.ebuild b/dev-perl/Sub-Quote/Sub-Quote-2.3.1.ebuild new file mode 100644 index 00000000..e3a9ac5 --- /dev/null +++ b/dev-perl/Sub-Quote/Sub-Quote-2.3.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=HAARG +DIST_VERSION=2.003001 +inherit perl-module + +DESCRIPTION="efficient generation of subroutines via string eval" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test minimal" + +RDEPEND=" + !=dev-perl/Sub-Name-0.80.0 + ) + virtual/perl-Scalar-List-Utils +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=dev-perl/Test-Fatal-0.3.0 + >=virtual/perl-Test-Simple-0.940.0 + ) +" diff --git a/dev-perl/Sub-Quote/metadata.xml b/dev-perl/Sub-Quote/metadata.xml new file mode 100644 index 00000000..b623968 --- /dev/null +++ b/dev-perl/Sub-Quote/metadata.xml @@ -0,0 +1,13 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + Sub-Quote + Sub::Defer + Sub::Quote + +