summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/ack/ack-1.88.ebuild')
-rw-r--r--sys-apps/ack/ack-1.88.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/sys-apps/ack/ack-1.88.ebuild b/sys-apps/ack/ack-1.88.ebuild
deleted file mode 100644
index e7066734ba56..000000000000
--- a/sys-apps/ack/ack-1.88.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ack/ack-1.88.ebuild,v 1.5 2009/07/26 19:06:11 rajiv Exp $
-
-inherit perl-module bash-completion
-
-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"
-
-LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=">=dev-perl/File-Next-1.02
- dev-lang/perl"
-RDEPEND="${DEPEND}"
-
-src_install() {
- perl-module_src_install
- dobashcompletion etc/ack.bash_completion.sh
-}
-
-pkg_postinst() {
- perl-module_pkg_postinst
- bash-completion_pkg_postinst
-}