summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajiv Aaron Manglani <rajiv@gentoo.org>2011-12-04 20:23:46 +0000
committerRajiv Aaron Manglani <rajiv@gentoo.org>2011-12-04 20:23:46 +0000
commitf44ad0965800db27c2fd5e47673f47eed19ce699 (patch)
tree5b4cd64dd2f760076e652e534453ca37c859f2bd /sys-apps/ack
parentAdd missing libidn dep, reported by Agostino Sarubbo. (diff)
downloadgentoo-2-f44ad0965800db27c2fd5e47673f47eed19ce699.tar.gz
gentoo-2-f44ad0965800db27c2fd5e47673f47eed19ce699.tar.bz2
gentoo-2-f44ad0965800db27c2fd5e47673f47eed19ce699.zip
cleanup.
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'sys-apps/ack')
-rw-r--r--sys-apps/ack/ChangeLog5
-rw-r--r--sys-apps/ack/ack-1.92.ebuild30
2 files changed, 4 insertions, 31 deletions
diff --git a/sys-apps/ack/ChangeLog b/sys-apps/ack/ChangeLog
index b90ee4e1aaaa..e54a23c61e77 100644
--- a/sys-apps/ack/ChangeLog
+++ b/sys-apps/ack/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/ack
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ack/ChangeLog,v 1.24 2011/10/27 15:08:01 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ack/ChangeLog,v 1.25 2011/12/04 20:23:45 rajiv Exp $
+
+ 04 Dec 2011; Rajiv Aaron Manglani <rajiv@gentoo.org> -ack-1.92.ebuild:
+ cleanup.
27 Oct 2011; Tony Vroon <chainsaw@gentoo.org> ack-1.94-r1.ebuild:
Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney &
diff --git a/sys-apps/ack/ack-1.92.ebuild b/sys-apps/ack/ack-1.92.ebuild
deleted file mode 100644
index 694420fa9088..000000000000
--- a/sys-apps/ack/ack-1.92.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ack/ack-1.92.ebuild,v 1.3 2010/05/06 07:03:06 tove 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-2 GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-interix ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
-
-SRC_TEST=do
-
-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
-}