commit: 0180975999f216a0eba0a467d41d9d4c4e050ac1 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Tue Sep 30 08:47:17 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Tue Sep 30 08:47:17 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=01809759
[import] dev-perl/List-AllUtils from kentfredric/gx86-test-dev Package-Manager: portage-2.2.10 --- dev-perl/List-AllUtils/ChangeLog | 11 ++++++++ .../List-AllUtils/List-AllUtils-0.30.0-r1.ebuild | 22 +++++++++++++++ dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild | 31 ++++++++++++++++++++++ dev-perl/List-AllUtils/metadata.xml | 9 +++++++ 4 files changed, 73 insertions(+) diff --git a/dev-perl/List-AllUtils/ChangeLog b/dev-perl/List-AllUtils/ChangeLog new file mode 100644 index 0000000..687108e --- /dev/null +++ b/dev-perl/List-AllUtils/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-perl/List-AllUtils +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*List-AllUtils-0.80.0 (30 Sep 2014) +*List-AllUtils-0.30.0-r1 (30 Sep 2014) + + 30 Sep 2014; Kent Fredric <kentfred...@gmail.com> + +List-AllUtils-0.30.0-r1.ebuild, +List-AllUtils-0.80.0.ebuild, +metadata.xml: + from kentfredric/gx86-test-dev + diff --git a/dev-perl/List-AllUtils/List-AllUtils-0.30.0-r1.ebuild b/dev-perl/List-AllUtils/List-AllUtils-0.30.0-r1.ebuild new file mode 100644 index 0000000..fde8ec3 --- /dev/null +++ b/dev-perl/List-AllUtils/List-AllUtils-0.30.0-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +MODULE_AUTHOR=DROLSKY +MODULE_VERSION=0.03 +inherit perl-module + +DESCRIPTION='Combines List::Util and List::MoreUtils in one bite-sized package' + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=dev-perl/List-MoreUtils-0.280.0 + >=virtual/perl-Scalar-List-Utils-1.190.0 +" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild b/dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild new file mode 100644 index 0000000..85c1095 --- /dev/null +++ b/dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +MODULE_AUTHOR=DROLSKY +MODULE_VERSION=0.08 +inherit perl-module + +DESCRIPTION='Combines List::Util and List::MoreUtils in one bite-sized package' + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Exporter + >=dev-perl/List-MoreUtils-0.280.0 + >=virtual/perl-Scalar-List-Utils-1.310.0 +" +DEPEND=" + >=virtual/perl-ExtUtils-MakeMaker-6.300.0 + ${RDEPEND} + test? ( + virtual/perl-File-Temp + >=virtual/perl-Test-Simple-0.880.0 + dev-perl/Test-Warnings + ) +" + +SRC_TEST="do parallel" diff --git a/dev-perl/List-AllUtils/metadata.xml b/dev-perl/List-AllUtils/metadata.xml new file mode 100644 index 0000000..b2adbd6 --- /dev/null +++ b/dev-perl/List-AllUtils/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <upstream> + <remote-id type="cpan">List-AllUtils</remote-id> + <remote-id type="cpan-module">List::AllUtils</remote-id> + </upstream> +</pkgmetadata>