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 4CD03139696 for ; Sun, 19 Mar 2017 00:39:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DD4621C112; Sun, 19 Mar 2017 00:39:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 4C2D921C09E for ; Sun, 19 Mar 2017 00:39:16 +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 2D1633412CB for ; Sun, 19 Mar 2017 00:39:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4A4C6D0C for ; Sun, 19 Mar 2017 00:39:13 +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: <1489883945.5d7924fe0fc9f4e931b1332f31965e24efe2e2e2.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/List-SomeUtils-XS/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild dev-perl/List-SomeUtils-XS/Manifest dev-perl/List-SomeUtils-XS/metadata.xml X-VCS-Directories: dev-perl/List-SomeUtils-XS/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 5d7924fe0fc9f4e931b1332f31965e24efe2e2e2 X-VCS-Branch: master Date: Sun, 19 Mar 2017 00:39:13 +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: bc48cd43-e02c-4948-9036-624b469d34a9 X-Archives-Hash: 00bfe1c37a77deb448a174dd96610168 commit: 5d7924fe0fc9f4e931b1332f31965e24efe2e2e2 Author: Kent Fredric gentoo org> AuthorDate: Sat Mar 18 15:53:26 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun Mar 19 00:39:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d7924fe dev-perl/List-SomeUtils-XS: Add w/ version 0.520.0 Required for dev-perl/List-SomeUtils, required for newer dev-perl/List-AllUtils Package-Manager: Portage-2.3.4, Repoman-2.3.2 .../List-SomeUtils-XS-0.520.0.ebuild | 29 ++++++++++++++++++++++ dev-perl/List-SomeUtils-XS/Manifest | 1 + dev-perl/List-SomeUtils-XS/metadata.xml | 12 +++++++++ 3 files changed, 42 insertions(+) diff --git a/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild b/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild new file mode 100644 index 00000000000..0ee913e2cc2 --- /dev/null +++ b/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=DROLSKY +DIST_VERSION=0.52 +inherit perl-module + +DESCRIPTION="XS implementation for List::SomeUtils" +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-XSLoader +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Carp + virtual/perl-Exporter + virtual/perl-File-Spec + dev-perl/Test-LeakTrace + >=virtual/perl-Test-Simple-0.960.0 + >=dev-perl/Test-Warnings-0.6.0 + ) +" diff --git a/dev-perl/List-SomeUtils-XS/Manifest b/dev-perl/List-SomeUtils-XS/Manifest new file mode 100644 index 00000000000..42d9b1746a6 --- /dev/null +++ b/dev-perl/List-SomeUtils-XS/Manifest @@ -0,0 +1 @@ +DIST List-SomeUtils-XS-0.52.tar.gz 92368 SHA256 e0e43c393283c15d8d447c4797102193a2c3543a20f6a014dd8aced0a843f4e1 SHA512 871d492a0ec019d56ecb5a02d0bb362462b52b08cc3ea5b95f58125009e6cca83ae77b3b877152885c8a24c36e438616051b61058a67b212c2dd9fa51ccf7ff9 WHIRLPOOL 0fc05290f8f87cdd8cba2ea3379c3715e656201d770da169638c0d62da04289a9f864cf4b6e814bc6468d6eca088d252f3d17bb48b62efd0fc18777fbeb83504 diff --git a/dev-perl/List-SomeUtils-XS/metadata.xml b/dev-perl/List-SomeUtils-XS/metadata.xml new file mode 100644 index 00000000000..c938a35ded3 --- /dev/null +++ b/dev-perl/List-SomeUtils-XS/metadata.xml @@ -0,0 +1,12 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + List-SomeUtils-XS + List::SomeUtils::XS + +