diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-06-16 19:55:52 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-06-16 19:55:52 +0000 |
commit | 9d50f1c127e0ce289fb3974e67be10e69b90cc2a (patch) | |
tree | f1a0d273423cd26bfe971a81c7266fddf94b8870 /dev-perl/Const-Fast | |
parent | Initial import of Hash-MoreUtils required (indirectly) by the new google-api-... (diff) | |
download | gentoo-2-9d50f1c127e0ce289fb3974e67be10e69b90cc2a.tar.gz gentoo-2-9d50f1c127e0ce289fb3974e67be10e69b90cc2a.tar.bz2 gentoo-2-9d50f1c127e0ce289fb3974e67be10e69b90cc2a.zip |
Initial import
(Portage version: 2.1.10.63/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Const-Fast')
-rw-r--r-- | dev-perl/Const-Fast/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Const-Fast/Const-Fast-0.11.0.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Const-Fast/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/Const-Fast/metadata.xml | 17 |
4 files changed, 51 insertions, 0 deletions
diff --git a/dev-perl/Const-Fast/ChangeLog b/dev-perl/Const-Fast/ChangeLog new file mode 100644 index 000000000000..b3b3fae1c383 --- /dev/null +++ b/dev-perl/Const-Fast/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Const-Fast +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Const-Fast/ChangeLog,v 1.1 2012/06/16 19:55:52 bicatali Exp $ + +*Const-Fast-0.11.0 (16 Jun 2012) + + 16 Jun 2012; Sébastien Fabbro <bicatali@gentoo.org> + +Const-Fast-0.11.0.ebuild, +metadata.xml: + Initial import + diff --git a/dev-perl/Const-Fast/Const-Fast-0.11.0.ebuild b/dev-perl/Const-Fast/Const-Fast-0.11.0.ebuild new file mode 100644 index 000000000000..15ab681cf9a2 --- /dev/null +++ b/dev-perl/Const-Fast/Const-Fast-0.11.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Const-Fast/Const-Fast-0.11.0.ebuild,v 1.1 2012/06/16 19:55:52 bicatali Exp $ + +EAPI=4 + +MODULE_AUTHOR="LEONT" +MODULE_VERSION=0.011 + +inherit perl-module + +DESCRIPTION="Facility for creating read-only scalars, arrays, and hashes" + +LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-perl/Test-Exception + dev-perl/Sub-Exporter" diff --git a/dev-perl/Const-Fast/Manifest b/dev-perl/Const-Fast/Manifest new file mode 100644 index 000000000000..80c095eebcf8 --- /dev/null +++ b/dev-perl/Const-Fast/Manifest @@ -0,0 +1,4 @@ +DIST Const-Fast-0.011.tar.gz 12983 RMD160 d9ea402cd2688714deeb8d0dbbed9653155b4b40 SHA1 baf308775dded86357e0f0bb984ab96e731c7dc1 SHA256 603a76ef65cfc49f39f1ce67aa1de4162559aaf40f863547bb328cceb79a79bc +EBUILD Const-Fast-0.11.0.ebuild 410 RMD160 03d3a6fd79028c5d26948036f75ca8486d41c3bf SHA1 45be120da59c8c46e07023d8924aec885927fa02 SHA256 d3e89ee57ebaf8d1b38806129a266b4bdc17888b474692bd33bcef8d92020f21 +MISC ChangeLog 271 RMD160 079ab4b64922479043a0123bcf53875b9f95bfba SHA1 727715a1f2d858da181be8319e5d9a0a8f478c5b SHA256 97b379bb0df70cfc0018fbf721eb7a2dc843bd4f6766e8ccd4f254e8b8a92b8b +MISC metadata.xml 668 RMD160 b92f77d541fa055da279ed6c86e8dfd3a38d0f80 SHA1 7fdbf51ca3195245dad9b64bdfa536d23a49b801 SHA256 dd9a05f7f5e7bc22ee518176798dbd6cd6e38853ed4c96790fa9e582e96a286e diff --git a/dev-perl/Const-Fast/metadata.xml b/dev-perl/Const-Fast/metadata.xml new file mode 100644 index 000000000000..3f21dd817399 --- /dev/null +++ b/dev-perl/Const-Fast/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci</herd> +<herd>perl</herd> +<longdescription lang="en"> + This the only function of this module and it is exported by + default. It takes a scalar, array or hash left-value as first + argument, and a list of one or more values depending on the type of + the first argument as the value for the variable. It will set the + variable to that value and subsequently make it read-only. Arrays + and hashes will be made deeply read-only. +</longdescription> +<upstream> + <remote-id type="cpan">Const-Fast</remote-id> +</upstream> +</pkgmetadata> |