public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: perl-core/Scalar-List-Utils/, virtual/perl-Scalar-List-Utils/
@ 2016-11-11 20:22 Kent Fredric
  0 siblings, 0 replies; only message in thread
From: Kent Fredric @ 2016-11-11 20:22 UTC (permalink / raw
  To: gentoo-commits

commit:     3e16f2a9771219dd6f23d6d16a4b350a16b74481
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 11 15:50:18 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Nov 11 20:18:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e16f2a9

perl-core/Scalar-List-Utils: Add 1.460.0

Various things on CPAN now need newer Scalar::List::Utils.

Keywords copied from virtual/perl-Scalar-List-Utils

Package-Manager: portage-2.3.2

 perl-core/Scalar-List-Utils/Manifest               |  1 +
 .../Scalar-List-Utils-1.460.0.ebuild               | 22 ++++++++++++++++++++++
 perl-core/Scalar-List-Utils/metadata.xml           | 15 +++++++++++++++
 .../perl-Scalar-List-Utils-1.460.0.ebuild          | 16 ++++++++++++++++
 4 files changed, 54 insertions(+)

diff --git a/perl-core/Scalar-List-Utils/Manifest b/perl-core/Scalar-List-Utils/Manifest
new file mode 100644
index 00000000..162043b
--- /dev/null
+++ b/perl-core/Scalar-List-Utils/Manifest
@@ -0,0 +1 @@
+DIST Scalar-List-Utils-1.46.tar.gz 86961 SHA256 30662b1261364adb317e9a5bd686273d3dd731e3fda1b8e894802aa52e0052e7 SHA512 355e83d4127b372057143b9498863b075155e7bae8abaa9f5f3f9fbd56cd37b9c6dc58cd20249f22c8bff926d28a3be1e0b03760cc7c89ce358cb135a6c3369f WHIRLPOOL 3e272b17a2a87a6f6035bcc98c70c39adf05a22bed96d71463543be04201d74d960d8ede9184447d63b562d2abdcf6a5f0e41d273f0d52299f9847bba59f0431

diff --git a/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.460.0.ebuild b/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.460.0.ebuild
new file mode 100644
index 00000000..2583997
--- /dev/null
+++ b/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.460.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=PEVANS
+DIST_VERSION=1.46
+inherit perl-module
+
+DESCRIPTION="Common Scalar and List utility subroutines"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"

diff --git a/perl-core/Scalar-List-Utils/metadata.xml b/perl-core/Scalar-List-Utils/metadata.xml
new file mode 100644
index 00000000..b19d2d2
--- /dev/null
+++ b/perl-core/Scalar-List-Utils/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">Scalar-List-Utils</remote-id>
+    <remote-id type="cpan-module">List::Util</remote-id>
+    <remote-id type="cpan-module">List::Util::XS</remote-id>
+    <remote-id type="cpan-module">Scalar::Util</remote-id>
+    <remote-id type="cpan-module">Sub::Util</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.460.0.ebuild b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.460.0.ebuild
new file mode 100644
index 00000000..3a15756
--- /dev/null
+++ b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.460.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Virtual for Scalar::Util and List::Util, also distributed as Scalar::List::Utils"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="~perl-core/${PN#perl-}-${PV}"


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-11-11 20:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-11 20:22 [gentoo-commits] repo/gentoo:master commit in: perl-core/Scalar-List-Utils/, virtual/perl-Scalar-List-Utils/ Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox