summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/File-Next/File-Next-1.02.ebuild19
-rw-r--r--dev-perl/File-Next/Manifest2
-rw-r--r--sys-apps/ack/Manifest2
-rw-r--r--sys-apps/ack/ack-1.82.ebuild19
4 files changed, 42 insertions, 0 deletions
diff --git a/dev-perl/File-Next/File-Next-1.02.ebuild b/dev-perl/File-Next/File-Next-1.02.ebuild
new file mode 100644
index 0000000..c1be5a0
--- /dev/null
+++ b/dev-perl/File-Next/File-Next-1.02.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+inherit perl-module
+
+DESCRIPTION="File::Next is an iterator-based module for finding files"
+HOMEPAGE="http://search.cpan.org/search?query=File-Next"
+SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz"
+
+
+IUSE=""
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~x86"
+
+DEPEND="dev-lang/perl
+virtual/perl-File-Spec
+virtual/perl-Test-Simple"
diff --git a/dev-perl/File-Next/Manifest b/dev-perl/File-Next/Manifest
new file mode 100644
index 0000000..ba83adc
--- /dev/null
+++ b/dev-perl/File-Next/Manifest
@@ -0,0 +1,2 @@
+DIST File-Next-1.02.tar.gz 12774 RMD160 9af024be5444a6a1a3639849f254800cae009941 SHA1 e9c309d312cd6c965fdc11fe33947dcab5d3eee6 SHA256 985287046c51238b5c381e40142051cfe03e250b854a9523a4cd2e2109360f5b
+EBUILD File-Next-1.02.ebuild 458 RMD160 f7fc2f2523268276a653c6e7b2a0ddff5be0a4b9 SHA1 893664de3c09119d1973cc24388123b044bc4c60 SHA256 7bb62b035b6df83d1893a87b384b5034e03ad612d614c8d18693d9181648dde1
diff --git a/sys-apps/ack/Manifest b/sys-apps/ack/Manifest
new file mode 100644
index 0000000..369bb34
--- /dev/null
+++ b/sys-apps/ack/Manifest
@@ -0,0 +1,2 @@
+DIST ack-1.82.tar.gz 80628 RMD160 095924eaad7714505949feec919083d32615a80c SHA1 107e0c148a432a3c6be1f1f200d084d85c6e036e SHA256 343de2faa2e483a83e2838f606ab9ef687202a80d46a4b789dbf7abe78dd9aba
+EBUILD ack-1.82.ebuild 455 RMD160 1b4e613867cc985b9310f45524b34719505465a8 SHA1 3f3bd082b05eef5a2162377ace047115d12e1d4b SHA256 a6501f23dcac903b638611ec9d8076f6d29db3f1c2ce8945281b120e8ddf7d4c
diff --git a/sys-apps/ack/ack-1.82.ebuild b/sys-apps/ack/ack-1.82.ebuild
new file mode 100644
index 0000000..529d018
--- /dev/null
+++ b/sys-apps/ack/ack-1.82.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+inherit perl-module
+
+DESCRIPTION="ack is a tool like grep, aimed at programmers with large trees of
+heterogeneous source code"
+HOMEPAGE="http://www.petdance.com/ack/"
+SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz"
+
+
+IUSE=""
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~x86"
+
+DEPEND=">=dev-perl/File-Next-1.02
+ dev-lang/perl"