summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-03-09 12:31:58 +0000
committerTorsten Veller <tove@gentoo.org>2011-03-09 12:31:58 +0000
commite1cdceaa8c2428c3dc71cd8caa1c1c97e55dd4ab (patch)
treea88789ff870e1762d47046a4994fcddc3b9b3b25 /dev-perl/File-Listing
parentInitial commit - unbundled from libwww-perl (diff)
downloadgentoo-2-e1cdceaa8c2428c3dc71cd8caa1c1c97e55dd4ab.tar.gz
gentoo-2-e1cdceaa8c2428c3dc71cd8caa1c1c97e55dd4ab.tar.bz2
gentoo-2-e1cdceaa8c2428c3dc71cd8caa1c1c97e55dd4ab.zip
Initial commit - unbundled from libwww-perl
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/File-Listing')
-rw-r--r--dev-perl/File-Listing/ChangeLog10
-rw-r--r--dev-perl/File-Listing/File-Listing-6.0.0.ebuild23
-rw-r--r--dev-perl/File-Listing/metadata.xml5
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-perl/File-Listing/ChangeLog b/dev-perl/File-Listing/ChangeLog
new file mode 100644
index 000000000000..50ed216f4332
--- /dev/null
+++ b/dev-perl/File-Listing/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/File-Listing
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Listing/ChangeLog,v 1.1 2011/03/09 12:31:58 tove Exp $
+
+*File-Listing-6.0.0 (09 Mar 2011)
+
+ 09 Mar 2011; Torsten Veller <tove@gentoo.org> +File-Listing-6.0.0.ebuild,
+ +metadata.xml:
+ Initial commit - unbundled from libwww-perl
+
diff --git a/dev-perl/File-Listing/File-Listing-6.0.0.ebuild b/dev-perl/File-Listing/File-Listing-6.0.0.ebuild
new file mode 100644
index 000000000000..179338c25a31
--- /dev/null
+++ b/dev-perl/File-Listing/File-Listing-6.0.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Listing/File-Listing-6.0.0.ebuild,v 1.1 2011/03/09 12:31:58 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=GAAS
+MODULE_VERSION=6.00
+inherit perl-module
+
+DESCRIPTION="Parse directory listings"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ !<dev-perl/libwww-perl-6
+ >=dev-perl/HTTP-Date-6.0.0
+"
+DEPEND="${RDEPEND}"
+
+SRC_TEST=online
diff --git a/dev-perl/File-Listing/metadata.xml b/dev-perl/File-Listing/metadata.xml
new file mode 100644
index 000000000000..801e9385a1e0
--- /dev/null
+++ b/dev-perl/File-Listing/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>