diff options
author | Torsten Veller <tove@gentoo.org> | 2009-01-20 12:20:58 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-01-20 12:20:58 +0000 |
commit | c0a66a9da106f4a374735516db03a3c46a89c8d8 (patch) | |
tree | 1497f8e7e46b4ea47f9974d380afdc8e625e604d /perl-core/Module-Load-Conditional | |
parent | Temporary mask of new perl virtuals (diff) | |
download | historical-c0a66a9da106f4a374735516db03a3c46a89c8d8.tar.gz historical-c0a66a9da106f4a374735516db03a3c46a89c8d8.tar.bz2 historical-c0a66a9da106f4a374735516db03a3c46a89c8d8.zip |
Version bump. Move from dev-perl to perl-core.
Package-Manager: portage-2.2_rc23/cvs/Linux i686
Diffstat (limited to 'perl-core/Module-Load-Conditional')
4 files changed, 59 insertions, 0 deletions
diff --git a/perl-core/Module-Load-Conditional/ChangeLog b/perl-core/Module-Load-Conditional/ChangeLog new file mode 100644 index 000000000000..2fcdd8721f34 --- /dev/null +++ b/perl-core/Module-Load-Conditional/ChangeLog @@ -0,0 +1,17 @@ +# ChangeLog for perl-core/Module-Load-Conditional +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Load-Conditional/ChangeLog,v 1.1 2009/01/20 12:20:58 tove Exp $ + +*Module-Load-Conditional-0.30 (20 Jan 2009) + + 20 Jan 2009; Torsten Veller <tove@gentoo.org> +metadata.xml, + +Module-Load-Conditional-0.28.ebuild, + +Module-Load-Conditional-0.30.ebuild: + Version bump. Move from dev-perl to perl-core. + +*Module-Load-Conditional-0.28 (23 Dec 2008) + + 23 Dec 2008; Robin H. Johnson <robbat2@gentoo.org> +metadata.xml, + +Module-Load-Conditional-0.28.ebuild: + Initial commit. Dep for Archive-Rar-2.x + diff --git a/perl-core/Module-Load-Conditional/Module-Load-Conditional-0.28.ebuild b/perl-core/Module-Load-Conditional/Module-Load-Conditional-0.28.ebuild new file mode 100644 index 000000000000..4891eff3640a --- /dev/null +++ b/perl-core/Module-Load-Conditional/Module-Load-Conditional-0.28.ebuild @@ -0,0 +1,19 @@ +# 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-Conditional/Module-Load-Conditional-0.28.ebuild,v 1.1 2009/01/20 12:20:58 tove Exp $ + +MODULE_AUTHOR="KANE" + +inherit perl-module + +DESCRIPTION="Looking up module information / loading at runtime" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=virtual/perl-Module-Load-0.12 + virtual/perl-Locale-Maketext-Simple + virtual/perl-Params-Check" +RDEPEND="${DEPEND}" diff --git a/perl-core/Module-Load-Conditional/Module-Load-Conditional-0.30.ebuild b/perl-core/Module-Load-Conditional/Module-Load-Conditional-0.30.ebuild new file mode 100644 index 000000000000..bffa3b87c07f --- /dev/null +++ b/perl-core/Module-Load-Conditional/Module-Load-Conditional-0.30.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-Conditional/Module-Load-Conditional-0.30.ebuild,v 1.1 2009/01/20 12:20:58 tove Exp $ + +MODULE_AUTHOR="KANE" +inherit perl-module + +DESCRIPTION="Looking up module information / loading at runtime" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=virtual/perl-Module-Load-0.12 + virtual/perl-Locale-Maketext-Simple + virtual/perl-Params-Check" +RDEPEND="${DEPEND}" diff --git a/perl-core/Module-Load-Conditional/metadata.xml b/perl-core/Module-Load-Conditional/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/perl-core/Module-Load-Conditional/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> |