summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/ack')
-rw-r--r--sys-apps/ack/ChangeLog6
-rw-r--r--sys-apps/ack/ack-2.04.ebuild28
-rw-r--r--sys-apps/ack/ack-2.08.ebuild28
-rw-r--r--sys-apps/ack/ack-2.10.ebuild28
4 files changed, 5 insertions, 85 deletions
diff --git a/sys-apps/ack/ChangeLog b/sys-apps/ack/ChangeLog
index 500e8eaba206..9d7fd955e026 100644
--- a/sys-apps/ack/ChangeLog
+++ b/sys-apps/ack/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/ack
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ack/ChangeLog,v 1.36 2013/12/10 20:14:27 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ack/ChangeLog,v 1.37 2013/12/10 21:13:24 radhermit Exp $
+
+ 10 Dec 2013; Tim Harder <radhermit@gentoo.org> -ack-2.04.ebuild,
+ -ack-2.08.ebuild, -ack-2.10.ebuild:
+ Remove old.
*ack-2.12 (10 Dec 2013)
diff --git a/sys-apps/ack/ack-2.04.ebuild b/sys-apps/ack/ack-2.04.ebuild
deleted file mode 100644
index ffcec2518739..000000000000
--- a/sys-apps/ack/ack-2.04.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ack/ack-2.04.ebuild,v 1.2 2013/06/18 20:14:36 jer Exp $
-
-EAPI=5
-MODULE_AUTHOR=PETDANCE
-inherit perl-module
-
-DESCRIPTION="ack is a tool like grep, aimed at programmers with large trees of heterogeneous source code"
-HOMEPAGE="http://betterthangrep.com/ ${HOMEPAGE}"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-interix ~amd64-linux ~x86-linux ~x86-macos"
-IUSE="test"
-
-RDEPEND=">=dev-perl/File-Next-1.100.0"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=do
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
-
-src_test() {
- # Tests fail when run in parallel and if dev-perl/IO-Tty is installed
- # which enables interactive tests that need to read from stdin. If IO-Tty
- # is not installed the related tests are skipped.
- MAKEOPTS+=" -j1" perl-module_src_test
-}
diff --git a/sys-apps/ack/ack-2.08.ebuild b/sys-apps/ack/ack-2.08.ebuild
deleted file mode 100644
index 2bc358a6e757..000000000000
--- a/sys-apps/ack/ack-2.08.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ack/ack-2.08.ebuild,v 1.1 2013/08/25 05:42:59 radhermit Exp $
-
-EAPI=5
-MODULE_AUTHOR=PETDANCE
-inherit perl-module
-
-DESCRIPTION="ack is a tool like grep, aimed at programmers with large trees of heterogeneous source code"
-HOMEPAGE="http://betterthangrep.com/ ${HOMEPAGE}"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-interix ~amd64-linux ~x86-linux ~x86-macos"
-IUSE="test"
-
-RDEPEND=">=dev-perl/File-Next-1.100.0"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=do
-PATCHES=( "${FILESDIR}"/${PN}-2.04-gentoo.patch )
-
-src_test() {
- # Tests fail when run in parallel and if dev-perl/IO-Tty is installed
- # which enables interactive tests that need to read from stdin. If IO-Tty
- # is not installed the related tests are skipped.
- MAKEOPTS+=" -j1" perl-module_src_test
-}
diff --git a/sys-apps/ack/ack-2.10.ebuild b/sys-apps/ack/ack-2.10.ebuild
deleted file mode 100644
index 46157e2b1da9..000000000000
--- a/sys-apps/ack/ack-2.10.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ack/ack-2.10.ebuild,v 1.1 2013/09/25 10:01:40 radhermit Exp $
-
-EAPI=5
-MODULE_AUTHOR=PETDANCE
-inherit perl-module
-
-DESCRIPTION="ack is a tool like grep, aimed at programmers with large trees of heterogeneous source code"
-HOMEPAGE="http://betterthangrep.com/ ${HOMEPAGE}"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-interix ~amd64-linux ~x86-linux ~x86-macos"
-IUSE="test"
-
-RDEPEND=">=dev-perl/File-Next-1.100.0"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=do
-PATCHES=( "${FILESDIR}"/${PN}-2.04-gentoo.patch )
-
-src_test() {
- # Tests fail when run in parallel and if dev-perl/IO-Tty is installed
- # which enables interactive tests that need to read from stdin. If IO-Tty
- # is not installed the related tests are skipped.
- MAKEOPTS+=" -j1" perl-module_src_test
-}