diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-12-23 08:45:02 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-12-23 08:45:02 +0000 |
commit | 2b377620d19fecd7987ec11d4282732a31967177 (patch) | |
tree | 2cddd5a4da888d75d125c29f751a67abdd1dd880 /dev-perl | |
parent | Initial commit. Dep for Archive-Rar-2.x (diff) | |
download | gentoo-2-2b377620d19fecd7987ec11d4282732a31967177.tar.gz gentoo-2-2b377620d19fecd7987ec11d4282732a31967177.tar.bz2 gentoo-2-2b377620d19fecd7987ec11d4282732a31967177.zip |
Initial commit. Dep for Archive-Rar-2.x
(Portage version: 2.2_rc18/cvs/Linux 2.6.28-rc5-00117-g7f0f598 x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Module-Load-Conditional/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Module-Load-Conditional/Module-Load-Conditional-0.28.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Module-Load-Conditional/metadata.xml | 10 |
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-perl/Module-Load-Conditional/ChangeLog b/dev-perl/Module-Load-Conditional/ChangeLog new file mode 100644 index 000000000000..789aa9d1d38a --- /dev/null +++ b/dev-perl/Module-Load-Conditional/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Module-Load-Conditional +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Load-Conditional/ChangeLog,v 1.1 2008/12/23 08:45:02 robbat2 Exp $ + +*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/dev-perl/Module-Load-Conditional/Module-Load-Conditional-0.28.ebuild b/dev-perl/Module-Load-Conditional/Module-Load-Conditional-0.28.ebuild new file mode 100644 index 000000000000..fbfeb9aaf499 --- /dev/null +++ b/dev-perl/Module-Load-Conditional/Module-Load-Conditional-0.28.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Load-Conditional/Module-Load-Conditional-0.28.ebuild,v 1.1 2008/12/23 08:45:02 robbat2 Exp $ + +MODULE_AUTHOR="KANE" + +inherit perl-module + +DESCRIPTION="Looking up module information / loading at runtime" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~x86" + +DEPEND=">=dev-perl/Module-Load-0.12 + virtual/perl-Locale-Maketext-Simple + dev-perl/Params-Check" diff --git a/dev-perl/Module-Load-Conditional/metadata.xml b/dev-perl/Module-Load-Conditional/metadata.xml new file mode 100644 index 000000000000..86672fe64c10 --- /dev/null +++ b/dev-perl/Module-Load-Conditional/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>perl@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> + <longdescription></longdescription> +</pkgmetadata> |