summaryrefslogtreecommitdiff
path: root/sys-apps/ack/ack-1.82.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/ack/ack-1.82.ebuild')
-rw-r--r--sys-apps/ack/ack-1.82.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/sys-apps/ack/ack-1.82.ebuild b/sys-apps/ack/ack-1.82.ebuild
deleted file mode 100644
index 529d018..0000000
--- a/sys-apps/ack/ack-1.82.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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"