diff options
author | Torsten Veller <tove@gentoo.org> | 2012-02-03 14:28:26 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-02-03 14:28:26 +0000 |
commit | d9529da6421940536160f45617369ef0baf4dcc4 (patch) | |
tree | 5720453924dc73a3fb8700318620511c425e97da /dev-perl/List-UtilsBy | |
parent | Assign to maintainer-needed (diff) | |
download | gentoo-2-d9529da6421940536160f45617369ef0baf4dcc4.tar.gz gentoo-2-d9529da6421940536160f45617369ef0baf4dcc4.tar.bz2 gentoo-2-d9529da6421940536160f45617369ef0baf4dcc4.zip |
Import from ::perl-experimental for Convert-Color (#381869)
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/List-UtilsBy')
-rw-r--r-- | dev-perl/List-UtilsBy/ChangeLog | 16 | ||||
-rw-r--r-- | dev-perl/List-UtilsBy/List-UtilsBy-0.80.0.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/List-UtilsBy/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/List-UtilsBy/metadata.xml | 8 |
4 files changed, 52 insertions, 0 deletions
diff --git a/dev-perl/List-UtilsBy/ChangeLog b/dev-perl/List-UtilsBy/ChangeLog new file mode 100644 index 000000000000..85a737fa4487 --- /dev/null +++ b/dev-perl/List-UtilsBy/ChangeLog @@ -0,0 +1,16 @@ +# ChangeLog for dev-perl/List-UtilsBy +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-UtilsBy/ChangeLog,v 1.1 2012/02/03 14:28:26 tove Exp $ + +*List-UtilsBy-0.80.0 (03 Feb 2012) + + 03 Feb 2012; Torsten Veller <tove@gentoo.org> +List-UtilsBy-0.80.0.ebuild, + +metadata.xml: + Import from ::perl-experimental for Convert-Color (#381869) + +*List-UtilsBy-0.70.0 (17 Oct 2011) + + 17 Oct 2011; Torsten Veller <tove@gentoo.org> +List-UtilsBy-0.70.0.ebuild, + +metadata.xml: + Initial commit + diff --git a/dev-perl/List-UtilsBy/List-UtilsBy-0.80.0.ebuild b/dev-perl/List-UtilsBy/List-UtilsBy-0.80.0.ebuild new file mode 100644 index 000000000000..3de39c4ec6e2 --- /dev/null +++ b/dev-perl/List-UtilsBy/List-UtilsBy-0.80.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-UtilsBy/List-UtilsBy-0.80.0.ebuild,v 1.1 2012/02/03 14:28:26 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=PEVANS +MODULE_VERSION=0.08 +inherit perl-module + +DESCRIPTION="Higher-order list utility functions" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +DEPEND=" + >=virtual/perl-Module-Build-0.380.0 + test? ( + dev-perl/Test-Pod + ) +" + +SRC_TEST=do diff --git a/dev-perl/List-UtilsBy/Manifest b/dev-perl/List-UtilsBy/Manifest new file mode 100644 index 000000000000..986ee35b452e --- /dev/null +++ b/dev-perl/List-UtilsBy/Manifest @@ -0,0 +1,4 @@ +DIST List-UtilsBy-0.08.tar.gz 21328 RMD160 d4324aa23f85159128301924ee6975c26ff112a3 SHA1 71e055fbb3e096aef6ebf8470bf02ab8afae676b SHA256 ca0875e454d709277c70acffbd5cc9a045c1f2e6b09192ea528c5d6dc35a0d9e +EBUILD List-UtilsBy-0.80.0.ebuild 380 RMD160 41788fd58a8cc0a9a1c4e3c5ea8da727d738ad4a SHA1 bfbb047901767d0004c2472c51f5351b4de3db43 SHA256 1140a06d12fab4e09812278d53e729cbc6b94c3abe84b0f68c7dc7a653252711 +MISC ChangeLog 463 RMD160 d62ffab45180b67eab2f0652d8e705bd8d8424ca SHA1 0b9d5bfd72544659ca9d74b4d1a8b196e7af8215 SHA256 12a4e2e390387876ff2e6f1d595bee6822689433ef73782ca9a80da818ccc09e +MISC metadata.xml 238 RMD160 2254a57563ddc5a0b92432652faea33ce6137f8d SHA1 4dacf1845e18312bd97434f3980ee134e70ff33b SHA256 a22b6930778c4eb4f18b8c2d06743896ee8f4d941017abd16f8ab6d9579c9ab3 diff --git a/dev-perl/List-UtilsBy/metadata.xml b/dev-perl/List-UtilsBy/metadata.xml new file mode 100644 index 000000000000..9d2f3a9593e8 --- /dev/null +++ b/dev-perl/List-UtilsBy/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-UtilsBy</remote-id> + </upstream> +</pkgmetadata> |