summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2011-03-15 13:39:46 +1300
committerKent Fredric <kentfredric@gmail.com>2011-03-15 13:43:23 +1300
commit07b7902bd5230e0d45682df49565d96c0639d053 (patch)
treef7eaa8560e211db397c7b9923dc761975a1fc3c2 /dev-perl/Path-Abstract/Path-Abstract-0.96.0.ebuild
parent[import] ( dwc:Path-Abstract ) Bump dev-perl/Path-Abstract to 0.096 (diff)
downloadperl-overlay-07b7902bd5230e0d45682df49565d96c0639d053.tar.gz
perl-overlay-07b7902bd5230e0d45682df49565d96c0639d053.tar.bz2
perl-overlay-07b7902bd5230e0d45682df49565d96c0639d053.zip
[fix/migrate] Path-Abstract
(Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
Diffstat (limited to 'dev-perl/Path-Abstract/Path-Abstract-0.96.0.ebuild')
-rw-r--r--dev-perl/Path-Abstract/Path-Abstract-0.96.0.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/Path-Abstract/Path-Abstract-0.96.0.ebuild b/dev-perl/Path-Abstract/Path-Abstract-0.96.0.ebuild
new file mode 100644
index 000000000..16b65f61c
--- /dev/null
+++ b/dev-perl/Path-Abstract/Path-Abstract-0.96.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+MODULE_AUTHOR=ROKR
+MODULE_VERSION="0.096"
+inherit perl-module
+
+DESCRIPTION="A fast and featureful class for UNIX-style path manipulation"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+SRC_TEST="do"
+
+IUSE="test"
+RDEPEND="virtual/perl-Scalar-List-Utils
+ dev-perl/Sub-Exporter"
+DEPEND="${RDEPEND}
+ test? (
+ virtual/perl-Test-Simple
+ dev-perl/Test-Most
+ dev-perl/Test-Lazy
+ )"