diff options
author | Kent Fredric <kentfredric@gmail.com> | 2015-06-25 13:00:25 +1200 |
---|---|---|
committer | Kent Fredric <kentfredric@gmail.com> | 2015-06-25 13:08:22 +1200 |
commit | 513ae9f36612ea725668ced3a719e74d888089cf (patch) | |
tree | 74dfbc7a05c83ac0b1e483752fce9ea4da1cffdf /virtual | |
parent | [bump] CPAN-Uploader ( using new experimental versioning stuff (diff) | |
download | perl-overlay-513ae9f36612ea725668ced3a719e74d888089cf.tar.gz perl-overlay-513ae9f36612ea725668ced3a719e74d888089cf.tar.bz2 perl-overlay-513ae9f36612ea725668ced3a719e74d888089cf.zip |
[added] virtual/perl-List-Util as Scalar-List-Utils proxy for future planning
Package-Manager: portage-2.2.17
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-List-Util/metadata.xml | 5 | ||||
-rw-r--r-- | virtual/perl-List-Util/perl-List-Util-1.380.0.ebuild | 15 | ||||
-rw-r--r-- | virtual/perl-List-Util/perl-List-Util-1.410.0.ebuild | 15 |
3 files changed, 35 insertions, 0 deletions
diff --git a/virtual/perl-List-Util/metadata.xml b/virtual/perl-List-Util/metadata.xml new file mode 100644 index 000000000..801e9385a --- /dev/null +++ b/virtual/perl-List-Util/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> diff --git a/virtual/perl-List-Util/perl-List-Util-1.380.0.ebuild b/virtual/perl-List-Util/perl-List-Util-1.380.0.ebuild new file mode 100644 index 000000000..4ecf90f2f --- /dev/null +++ b/virtual/perl-List-Util/perl-List-Util-1.380.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="~virtual/perl-Scalar-List-Utils-${PV}" diff --git a/virtual/perl-List-Util/perl-List-Util-1.410.0.ebuild b/virtual/perl-List-Util/perl-List-Util-1.410.0.ebuild new file mode 100644 index 000000000..4ecf90f2f --- /dev/null +++ b/virtual/perl-List-Util/perl-List-Util-1.410.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="~virtual/perl-Scalar-List-Utils-${PV}" |