summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Westermann-Clark <dwc@pobox.com>2009-07-08 11:43:12 -0400
committerKent Fredric <kentfredric@gmail.com>2011-03-15 13:43:23 +1300
commit2e71173bcab2b2cd7ec67fd1c7ce9dfb82f80fdc (patch)
tree2c9f7717cc0cba019e92dc668194aac3b6d938e7 /dev-perl/Path-Abstract
parent[fix/migrate] Test-Lazy (diff)
downloadperl-overlay-2e71173bcab2b2cd7ec67fd1c7ce9dfb82f80fdc.tar.gz
perl-overlay-2e71173bcab2b2cd7ec67fd1c7ce9dfb82f80fdc.tar.bz2
perl-overlay-2e71173bcab2b2cd7ec67fd1c7ce9dfb82f80fdc.zip
[import] ( dwc:Path-Abstract ) Add remaning ebuilds from my perl-other overlay
Diffstat (limited to 'dev-perl/Path-Abstract')
-rw-r--r--dev-perl/Path-Abstract/Manifest2
-rw-r--r--dev-perl/Path-Abstract/Path-Abstract-0.095.ebuild26
2 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/Path-Abstract/Manifest b/dev-perl/Path-Abstract/Manifest
new file mode 100644
index 000000000..15231a69c
--- /dev/null
+++ b/dev-perl/Path-Abstract/Manifest
@@ -0,0 +1,2 @@
+DIST Path-Abstract-0.095.tar.gz 34250 RMD160 fcac557039d94a29345b32e37b89d9990b456de5 SHA1 9fabeb7b5054228d15c8e57c69e97cc3090bf1c1 SHA256 e71bdebca57c9115dab218e20d569047838f78d20fa6062ea72eedb532cae657
+EBUILD Path-Abstract-0.095.ebuild 681 RMD160 a9c277e49b2756abcd62c954386f524a2ea10d9b SHA1 ad4e627718e197f8fe4c4d182b6e7a49fa5bec9b SHA256 6fce1ddb263b977becbed9ac00ff78b61159d64e53c286623a49b6883ddfae2c
diff --git a/dev-perl/Path-Abstract/Path-Abstract-0.095.ebuild b/dev-perl/Path-Abstract/Path-Abstract-0.095.ebuild
new file mode 100644
index 000000000..224c1a3dd
--- /dev/null
+++ b/dev-perl/Path-Abstract/Path-Abstract-0.095.ebuild
@@ -0,0 +1,26 @@
+# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Distributed under the terms of the GNU General Public License v2
+# $Header$
+
+inherit perl-module
+
+DESCRIPTION="A fast and featureful class for UNIX-style path manipulation"
+HOMEPAGE="http://search.cpan.org/dist/${PN}/"
+SRC_URI="mirror://cpan/authors/id/R/RK/RKRIMEN/${P}.tar.gz"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
+RESTRICT="mirror"
+SRC_TEST="do"
+
+IUSE="test"
+RDEPEND="dev-lang/perl
+ virtual/perl-Scalar-List-Utils
+ dev-perl/Sub-Exporter"
+DEPEND="${RDEPEND}
+ test? (
+ virtual/perl-Test-Simple
+ dev-perl/Test-Most
+ dev-perl/Test-Lazy
+ )"