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 | a7f54368b1056c8ceac0a4adafb583006b80c0fa (patch) | |
tree | f17a149bfbbf7d5e9755838ff7ff2cbf5026a06a /perl-core | |
parent | Version bump. Move from dev-perl to perl-core. (diff) | |
download | gentoo-2-a7f54368b1056c8ceac0a4adafb583006b80c0fa.tar.gz gentoo-2-a7f54368b1056c8ceac0a4adafb583006b80c0fa.tar.bz2 gentoo-2-a7f54368b1056c8ceac0a4adafb583006b80c0fa.zip |
Version bump. Move from dev-perl to perl-core.
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'perl-core')
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> |