summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Brown <rbrown@gentoo.org>2007-06-18 18:00:20 +0000
committerRichard Brown <rbrown@gentoo.org>2007-06-18 18:00:20 +0000
commitd59b64a204f4c0cfdefe64950a94b196870edd63 (patch)
tree8c635be288732e16d6a34c85573dd5703ab31ef9
parentAdd App-CLI (diff)
downloadrbrown-d59b64a204f4c0cfdefe64950a94b196870edd63.tar.gz
rbrown-d59b64a204f4c0cfdefe64950a94b196870edd63.tar.bz2
rbrown-d59b64a204f4c0cfdefe64950a94b196870edd63.zip
Add Path-Class
(reprehendo 0.4 , using paludis 0.25.0) svn path=/; revision=40
-rw-r--r--dev-perl/Path-Class/ChangeLog0
-rw-r--r--dev-perl/Path-Class/Path-Class-0.16.ebuild20
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Path-Class/ChangeLog b/dev-perl/Path-Class/ChangeLog
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/dev-perl/Path-Class/ChangeLog
diff --git a/dev-perl/Path-Class/Path-Class-0.16.ebuild b/dev-perl/Path-Class/Path-Class-0.16.ebuild
new file mode 100644
index 0000000..40d0227
--- /dev/null
+++ b/dev-perl/Path-Class/Path-Class-0.16.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header$
+
+inherit perl-module
+
+DESCRIPTION="Cross-platform path specification manipulation"
+SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${P}.tar.gz"
+HOMEPAGE="http://search.cpan.org/~kwilliams/${P}/"
+
+SLOT="0"
+LICENSE="Artistic"
+KEYWORDS="~amd64"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND="dev-lang/perl
+ >=virtual/perl-File-Spec-0.87
+ virtual/perl-Test-Simple"