diff options
author | Torsten Veller <tove@gentoo.org> | 2009-06-30 13:42:13 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-06-30 13:42:13 +0000 |
commit | d901ea9c2f0fe533bc8b2e3f40c128228dbad820 (patch) | |
tree | 3b373b514848f2bf5787906cd2b505f2f96fcfa2 /perl-core/AutoLoader | |
parent | arm/ia64/sh/sparc stable wrt #274829 (diff) | |
download | gentoo-2-d901ea9c2f0fe533bc8b2e3f40c128228dbad820.tar.gz gentoo-2-d901ea9c2f0fe533bc8b2e3f40c128228dbad820.tar.bz2 gentoo-2-d901ea9c2f0fe533bc8b2e3f40c128228dbad820.zip |
Initial import from perl-experimental (#275932)
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/AutoLoader')
-rw-r--r-- | perl-core/AutoLoader/AutoLoader-5.68.ebuild | 16 | ||||
-rw-r--r-- | perl-core/AutoLoader/ChangeLog | 10 | ||||
-rw-r--r-- | perl-core/AutoLoader/metadata.xml | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/perl-core/AutoLoader/AutoLoader-5.68.ebuild b/perl-core/AutoLoader/AutoLoader-5.68.ebuild new file mode 100644 index 000000000000..61c299670180 --- /dev/null +++ b/perl-core/AutoLoader/AutoLoader-5.68.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/AutoLoader/AutoLoader-5.68.ebuild,v 1.1 2009/06/30 13:42:13 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=SMUELLER +inherit perl-module + +DESCRIPTION="load subroutines only on demand" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SRC_TEST=do diff --git a/perl-core/AutoLoader/ChangeLog b/perl-core/AutoLoader/ChangeLog new file mode 100644 index 000000000000..4dc2ef06aa2b --- /dev/null +++ b/perl-core/AutoLoader/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for perl-core/AutoLoader +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/AutoLoader/ChangeLog,v 1.1 2009/06/30 13:42:13 tove Exp $ + +*AutoLoader-5.68 (30 Jun 2009) + + 30 Jun 2009; Torsten Veller <tove@gentoo.org> +AutoLoader-5.68.ebuild, + +metadata.xml: + Initial import from perl-experimental (#275932) + diff --git a/perl-core/AutoLoader/metadata.xml b/perl-core/AutoLoader/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/perl-core/AutoLoader/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> |