summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-02-08 09:16:46 +0000
committerTorsten Veller <tove@gentoo.org>2009-02-08 09:16:46 +0000
commitd703add0b8c46708fa6741e3e463ae4805df4e4a (patch)
treee85ba4ac4e7b5f534e54f4a3d9f2d2e43c65f441 /perl-core
parentStable for HPPA (bug #245173). (diff)
downloadgentoo-2-d703add0b8c46708fa6741e3e463ae4805df4e4a.tar.gz
gentoo-2-d703add0b8c46708fa6741e3e463ae4805df4e4a.tar.bz2
gentoo-2-d703add0b8c46708fa6741e3e463ae4805df4e4a.zip
Version bump
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/Module-Load/ChangeLog7
-rw-r--r--perl-core/Module-Load/Module-Load-0.16.ebuild18
2 files changed, 24 insertions, 1 deletions
diff --git a/perl-core/Module-Load/ChangeLog b/perl-core/Module-Load/ChangeLog
index 818ebe3e50cf..f26ce564437c 100644
--- a/perl-core/Module-Load/ChangeLog
+++ b/perl-core/Module-Load/ChangeLog
@@ -1,6 +1,11 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Load/ChangeLog,v 1.2 2009/02/08 09:16:46 tove Exp $
+
+*Module-Load-0.16 (08 Feb 2009)
+
+ 08 Feb 2009; Torsten Veller <tove@gentoo.org> +Module-Load-0.16.ebuild:
+ Version bump
*Module-Load-0.14 (20 Jan 2009)
diff --git a/perl-core/Module-Load/Module-Load-0.16.ebuild b/perl-core/Module-Load/Module-Load-0.16.ebuild
new file mode 100644
index 000000000000..79b856f32772
--- /dev/null
+++ b/perl-core/Module-Load/Module-Load-0.16.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.16.ebuild,v 1.1 2009/02/08 09:16:46 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}"
+
+SRC_TEST=do