diff options
author | Torsten Veller <tove@gentoo.org> | 2009-01-20 12:16:37 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-01-20 12:16:37 +0000 |
commit | 514d0f13686ed9f3a4afb92d965a86d0d81acc5d (patch) | |
tree | 1727da15c5a478ec5975a12c3810775346fa2843 /perl-core/Module-Load | |
parent | Temporary mask of new perl virtuals (diff) | |
download | gentoo-2-514d0f13686ed9f3a4afb92d965a86d0d81acc5d.tar.gz gentoo-2-514d0f13686ed9f3a4afb92d965a86d0d81acc5d.tar.bz2 gentoo-2-514d0f13686ed9f3a4afb92d965a86d0d81acc5d.zip |
Version bump. Move from dev-perl to perl-core.
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'perl-core/Module-Load')
-rw-r--r-- | perl-core/Module-Load/ChangeLog | 20 | ||||
-rw-r--r-- | perl-core/Module-Load/Module-Load-0.12.ebuild | 18 | ||||
-rw-r--r-- | perl-core/Module-Load/Module-Load-0.14.ebuild | 17 | ||||
-rw-r--r-- | perl-core/Module-Load/metadata.xml | 5 |
4 files changed, 60 insertions, 0 deletions
diff --git a/perl-core/Module-Load/ChangeLog b/perl-core/Module-Load/ChangeLog new file mode 100644 index 000000000000..818ebe3e50cf --- /dev/null +++ b/perl-core/Module-Load/ChangeLog @@ -0,0 +1,20 @@ +# ChangeLog for perl-core/Module-Load +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Load/ChangeLog,v 1.1 2009/01/20 12:16:37 tove Exp $ + +*Module-Load-0.14 (20 Jan 2009) + + 20 Jan 2009; Torsten Veller <tove@gentoo.org> +metadata.xml, + +Module-Load-0.12.ebuild, +Module-Load-0.14.ebuild: + Version bump. Move from dev-perl to perl-core. + + 17 Jan 2009; Robin H. Johnson <robbat2@gentoo.org> + Module-Load-0.12.ebuild: + Emerge on an empty system (without perl) failed due to lack of perl dep. + +*Module-Load-0.12 (23 Dec 2008) + + 23 Dec 2008; Robin H. Johnson <robbat2@gentoo.org> +metadata.xml, + +Module-Load-0.12.ebuild: + Initial commit. Dep for Archive-Rar-2.x + diff --git a/perl-core/Module-Load/Module-Load-0.12.ebuild b/perl-core/Module-Load/Module-Load-0.12.ebuild new file mode 100644 index 000000000000..45074f2cdc3d --- /dev/null +++ b/perl-core/Module-Load/Module-Load-0.12.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Load/Module-Load-0.12.ebuild,v 1.1 2009/01/20 12:16:37 tove Exp $ + +MODULE_AUTHOR="KANE" + +inherit perl-module + +DESCRIPTION="runtime require of both modules and files" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/perl-core/Module-Load/Module-Load-0.14.ebuild b/perl-core/Module-Load/Module-Load-0.14.ebuild new file mode 100644 index 000000000000..ecec54814514 --- /dev/null +++ b/perl-core/Module-Load/Module-Load-0.14.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Load/Module-Load-0.14.ebuild,v 1.1 2009/01/20 12:16:37 tove Exp $ + +MODULE_AUTHOR="KANE" + +inherit perl-module + +DESCRIPTION="runtime require of both modules and files" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/perl-core/Module-Load/metadata.xml b/perl-core/Module-Load/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/perl-core/Module-Load/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> |