diff options
author | Torsten Veller <tove@gentoo.org> | 2012-05-03 17:50:47 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-05-03 17:50:47 +0000 |
commit | b11cff575c55fdfe5a70a34cffd47e3de950d8d0 (patch) | |
tree | 414874dd8e2ddbabaf4c6176a5a1b015d5c74ed6 /dev-perl/List-AllUtils | |
parent | Version bump, bug #411153, thank Dennis Schridde for report. Drop old. (diff) | |
download | gentoo-2-b11cff575c55fdfe5a70a34cffd47e3de950d8d0.tar.gz gentoo-2-b11cff575c55fdfe5a70a34cffd47e3de950d8d0.tar.bz2 gentoo-2-b11cff575c55fdfe5a70a34cffd47e3de950d8d0.zip |
Import from ::perl-experimental for biber (#386809)
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/List-AllUtils')
-rw-r--r-- | dev-perl/List-AllUtils/ChangeLog | 20 | ||||
-rw-r--r-- | dev-perl/List-AllUtils/List-AllUtils-0.30.0.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/List-AllUtils/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/List-AllUtils/metadata.xml | 8 |
4 files changed, 55 insertions, 0 deletions
diff --git a/dev-perl/List-AllUtils/ChangeLog b/dev-perl/List-AllUtils/ChangeLog new file mode 100644 index 000000000000..247fcd13abaa --- /dev/null +++ b/dev-perl/List-AllUtils/ChangeLog @@ -0,0 +1,20 @@ +# ChangeLog for dev-perl/List-AllUtils +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.1 2012/05/03 17:50:47 tove Exp $ + + 03 May 2012; Torsten Veller <tove@gentoo.org> +List-AllUtils-0.30.0.ebuild, + +metadata.xml: + Import from ::perl-experimental for biber (#386809) + +*List-AllUtils-0.30.0 (27 Feb 2012) + + 27 Feb 2012; Kent Fredric <kentfredric@gmail.com> + +List-AllUtils-0.30.0.ebuild: + Version Bump + +*List-AllUtils-0.20.0 (17 Oct 2011) + + 17 Oct 2011; Torsten Veller <tove@gentoo.org> +List-AllUtils-0.20.0.ebuild, + +metadata.xml: + Initial commit (#386809). Thanks to Christopher Schwan + diff --git a/dev-perl/List-AllUtils/List-AllUtils-0.30.0.ebuild b/dev-perl/List-AllUtils/List-AllUtils-0.30.0.ebuild new file mode 100644 index 000000000000..99390beeeec4 --- /dev/null +++ b/dev-perl/List-AllUtils/List-AllUtils-0.30.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.30.0.ebuild,v 1.1 2012/05/03 17:50:47 tove Exp $ + +EAPI=4 + +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/Manifest b/dev-perl/List-AllUtils/Manifest new file mode 100644 index 000000000000..9824fe585d17 --- /dev/null +++ b/dev-perl/List-AllUtils/Manifest @@ -0,0 +1,4 @@ +DIST List-AllUtils-0.03.tar.gz 14355 RMD160 371da9cf1fb2f44b6b8d80fcf8dd20b7315e513c SHA1 055eac62ede5c4f0ad222bbd539a50695c675ddc SHA256 4806cc718c5b7530d0bec48d3f7682e7f55a489be4014519d68f937c11c2a115 +EBUILD List-AllUtils-0.30.0.ebuild 438 RMD160 d0d96750a2f064fb7703f5758e3f270cd528286d SHA1 e2a0748321471184d345b6150afefdda157be0cf SHA256 05da9d3abb3c0e710aca1cf5f4b4ae1f27ecdc2864fb25185e343e323da56f51 +MISC ChangeLog 600 RMD160 f8e4a273cf0ff46d5b57a5f10068991d2ee627bd SHA1 c8661e9ae0b22617d716c2f22631ff43c8ee0f7f SHA256 547b345c0a048aae723e191a66beb282f2cf4b0b235a546d6370a16281161047 +MISC metadata.xml 239 RMD160 0b299e181b83a78489b65468e826a589bf4eba6d SHA1 5c374728b3e1d79b9aa917225974bf285a54618b SHA256 07cd15324b7a6633873538521569c25a3efc67cad6dc66132bb66f2a20f7cc6c diff --git a/dev-perl/List-AllUtils/metadata.xml b/dev-perl/List-AllUtils/metadata.xml new file mode 100644 index 000000000000..413ef4c5118c --- /dev/null +++ b/dev-perl/List-AllUtils/metadata.xml @@ -0,0 +1,8 @@ +<?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> + </upstream> +</pkgmetadata> |