summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-02-13 13:15:20 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-02-13 13:15:20 +0000
commit08e8a23c33106a80b92caaf57a177e794dc8e6eb (patch)
treef609951132cc6dd9f48d6d67e4153daa22488310 /virtual/perl-Getopt-Long
parentVirtuals for some perl-core deps (diff)
downloadgentoo-2-08e8a23c33106a80b92caaf57a177e794dc8e6eb.tar.gz
gentoo-2-08e8a23c33106a80b92caaf57a177e794dc8e6eb.tar.bz2
gentoo-2-08e8a23c33106a80b92caaf57a177e794dc8e6eb.zip
New virtual for perl-core/Getopt-Long
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'virtual/perl-Getopt-Long')
-rw-r--r--virtual/perl-Getopt-Long/ChangeLog14
-rw-r--r--virtual/perl-Getopt-Long/Manifest5
-rw-r--r--virtual/perl-Getopt-Long/files/digest-perl-Getopt-Long-2.340
-rw-r--r--virtual/perl-Getopt-Long/files/digest-perl-Getopt-Long-2.350
-rw-r--r--virtual/perl-Getopt-Long/metadata.xml10
-rw-r--r--virtual/perl-Getopt-Long/perl-Getopt-Long-2.34.ebuild16
-rw-r--r--virtual/perl-Getopt-Long/perl-Getopt-Long-2.35.ebuild16
7 files changed, 61 insertions, 0 deletions
diff --git a/virtual/perl-Getopt-Long/ChangeLog b/virtual/perl-Getopt-Long/ChangeLog
new file mode 100644
index 000000000000..9c4fd22e2c4f
--- /dev/null
+++ b/virtual/perl-Getopt-Long/ChangeLog
@@ -0,0 +1,14 @@
+# ChangeLog for gentoo-x86/virtual
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Getopt-Long/ChangeLog,v 1.1 2006/02/13 13:15:20 mcummings Exp $
+
+*perl-Getopt-Long-2.35 (13 Feb 2006)
+*perl-Getopt-Long-2.34 (13 Feb 2006)
+
+ 13 Feb 2006; Michael Cummings <mcummings@gentoo.org> +metadata.xml,
+ +perl-Getopt-Long-2.34.ebuild, +perl-Getopt-Long-2.35.ebuild:
+ New virtual for perl-core/Getopt-Long
+
+ 07 Feb 2006; Michael Cummings <mcummings@gentoo.org> ChangeLog:
+ New virtual for perl-core/Getopt-Long
+
diff --git a/virtual/perl-Getopt-Long/Manifest b/virtual/perl-Getopt-Long/Manifest
new file mode 100644
index 000000000000..d40700a1a0f5
--- /dev/null
+++ b/virtual/perl-Getopt-Long/Manifest
@@ -0,0 +1,5 @@
+MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-perl-Getopt-Long-2.34 0
+MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-perl-Getopt-Long-2.35 0
+MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
+MD5 5e847a78c67d1d2281ebb0c414f0a7cd perl-Getopt-Long-2.34.ebuild 360
+MD5 2df0b7cfcc314f3abdf538323d9c74cc perl-Getopt-Long-2.35.ebuild 369
diff --git a/virtual/perl-Getopt-Long/files/digest-perl-Getopt-Long-2.34 b/virtual/perl-Getopt-Long/files/digest-perl-Getopt-Long-2.34
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/virtual/perl-Getopt-Long/files/digest-perl-Getopt-Long-2.34
diff --git a/virtual/perl-Getopt-Long/files/digest-perl-Getopt-Long-2.35 b/virtual/perl-Getopt-Long/files/digest-perl-Getopt-Long-2.35
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/virtual/perl-Getopt-Long/files/digest-perl-Getopt-Long-2.35
diff --git a/virtual/perl-Getopt-Long/metadata.xml b/virtual/perl-Getopt-Long/metadata.xml
new file mode 100644
index 000000000000..86672fe64c10
--- /dev/null
+++ b/virtual/perl-Getopt-Long/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>
diff --git a/virtual/perl-Getopt-Long/perl-Getopt-Long-2.34.ebuild b/virtual/perl-Getopt-Long/perl-Getopt-Long-2.34.ebuild
new file mode 100644
index 000000000000..561089f4f445
--- /dev/null
+++ b/virtual/perl-Getopt-Long/perl-Getopt-Long-2.34.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Getopt-Long/perl-Getopt-Long-2.34.ebuild,v 1.1 2006/02/13 13:15:20 mcummings Exp $
+
+DESCRIPTION="Virtual for Getopt-Long"
+HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 amd64 alpha ppc sparc hppa mips ia64 ppc64"
+
+IUSE=""
+DEPEND=""
+RDEPEND="~perl-core/Getopt-Long-${PV}"
+
diff --git a/virtual/perl-Getopt-Long/perl-Getopt-Long-2.35.ebuild b/virtual/perl-Getopt-Long/perl-Getopt-Long-2.35.ebuild
new file mode 100644
index 000000000000..dbe6f0464d99
--- /dev/null
+++ b/virtual/perl-Getopt-Long/perl-Getopt-Long-2.35.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Getopt-Long/perl-Getopt-Long-2.35.ebuild,v 1.1 2006/02/13 13:15:20 mcummings Exp $
+
+DESCRIPTION="Virtual for Getopt-Long"
+HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE=""
+DEPEND=""
+RDEPEND="~perl-core/Getopt-Long-${PV}"
+