summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-01-20 12:36:10 +0000
committerTorsten Veller <tove@gentoo.org>2009-01-20 12:36:10 +0000
commit1749e6914b684a626695a1695db34ff9e1347bcb (patch)
treeccfc496ed95a91c3b4bef84408ae4fd30847aec2 /virtual
parentMove from dev-perl to perl-core. (diff)
downloadgentoo-2-1749e6914b684a626695a1695db34ff9e1347bcb.tar.gz
gentoo-2-1749e6914b684a626695a1695db34ff9e1347bcb.tar.bz2
gentoo-2-1749e6914b684a626695a1695db34ff9e1347bcb.zip
Adding virtuals for dual-lifed modules that come with perl-5.10
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'virtual')
-rw-r--r--virtual/perl-Module-Load/ChangeLog11
-rw-r--r--virtual/perl-Module-Load/metadata.xml5
-rw-r--r--virtual/perl-Module-Load/perl-Module-Load-0.12.ebuild15
-rw-r--r--virtual/perl-Module-Load/perl-Module-Load-0.14.ebuild15
4 files changed, 46 insertions, 0 deletions
diff --git a/virtual/perl-Module-Load/ChangeLog b/virtual/perl-Module-Load/ChangeLog
new file mode 100644
index 000000000000..ccddba9538ea
--- /dev/null
+++ b/virtual/perl-Module-Load/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for virtual/perl-Module-Load
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load/ChangeLog,v 1.1 2009/01/20 12:36:10 tove Exp $
+
+*perl-Module-Load-0.14 (20 Jan 2009)
+*perl-Module-Load-0.12 (20 Jan 2009)
+
+ 20 Jan 2009; Torsten Veller <tove@gentoo.org> +metadata.xml,
+ +perl-Module-Load-0.12.ebuild, +perl-Module-Load-0.14.ebuild:
+ Adding virtuals for dual-lifed modules that come with perl-5.10
+
diff --git a/virtual/perl-Module-Load/metadata.xml b/virtual/perl-Module-Load/metadata.xml
new file mode 100644
index 000000000000..801e9385a1e0
--- /dev/null
+++ b/virtual/perl-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>
diff --git a/virtual/perl-Module-Load/perl-Module-Load-0.12.ebuild b/virtual/perl-Module-Load/perl-Module-Load-0.12.ebuild
new file mode 100644
index 000000000000..9485465a5801
--- /dev/null
+++ b/virtual/perl-Module-Load/perl-Module-Load-0.12.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load/perl-Module-Load-0.12.ebuild,v 1.1 2009/01/20 12:36:10 tove Exp $
+
+DESCRIPTION="runtime require of both modules and files"
+HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="~perl-core/Module-Load-${PV}"
diff --git a/virtual/perl-Module-Load/perl-Module-Load-0.14.ebuild b/virtual/perl-Module-Load/perl-Module-Load-0.14.ebuild
new file mode 100644
index 000000000000..402b175630bd
--- /dev/null
+++ b/virtual/perl-Module-Load/perl-Module-Load-0.14.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load/perl-Module-Load-0.14.ebuild,v 1.1 2009/01/20 12:36:10 tove Exp $
+
+DESCRIPTION="runtime require of both modules and files"
+HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="~perl-core/Module-Load-${PV}"