diff options
author | Rajiv Aaron Manglani <rajiv@gentoo.org> | 2010-05-12 15:54:18 +0000 |
---|---|---|
committer | Rajiv Aaron Manglani <rajiv@gentoo.org> | 2010-05-12 15:54:18 +0000 |
commit | c8007887bd92735f6f1e4c51b3cfdd95eeccc880 (patch) | |
tree | 96926c1d624ac58d20e355ae855d6aa756ab2612 /sys-apps/ack | |
parent | remove unused use flag (diff) | |
download | gentoo-2-c8007887bd92735f6f1e4c51b3cfdd95eeccc880.tar.gz gentoo-2-c8007887bd92735f6f1e4c51b3cfdd95eeccc880.tar.bz2 gentoo-2-c8007887bd92735f6f1e4c51b3cfdd95eeccc880.zip |
cleanup.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'sys-apps/ack')
-rw-r--r-- | sys-apps/ack/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/ack/ack-1.90.ebuild | 30 |
2 files changed, 4 insertions, 31 deletions
diff --git a/sys-apps/ack/ChangeLog b/sys-apps/ack/ChangeLog index 5698f65d6b0e..97437240e267 100644 --- a/sys-apps/ack/ChangeLog +++ b/sys-apps/ack/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/ack # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ack/ChangeLog,v 1.17 2010/05/06 07:03:05 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ack/ChangeLog,v 1.18 2010/05/12 15:54:18 rajiv Exp $ + + 12 May 2010; Rajiv Aaron Manglani <rajiv@gentoo.org> -ack-1.90.ebuild: + cleanup. 06 May 2010; Torsten Veller <tove@gentoo.org> ack-1.92.ebuild: Stable on x86 and amd64 (#318311) diff --git a/sys-apps/ack/ack-1.90.ebuild b/sys-apps/ack/ack-1.90.ebuild deleted file mode 100644 index ab863cda7669..000000000000 --- a/sys-apps/ack/ack-1.90.ebuild +++ /dev/null @@ -1,30 +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.90.ebuild,v 1.3 2009/11/20 15:22:22 maekke 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="" - -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 -} |