diff options
author | Tim Harder <radhermit@gentoo.org> | 2019-08-14 17:32:02 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2019-08-14 17:33:29 -0600 |
commit | c74416a37b3f7560ebd4a6220bd2adb9ff65a9de (patch) | |
tree | a6653782860f1d0cf7b6653059949e348044c414 /sys-apps | |
parent | www-client/firefox-bin: bump to v68.0.2 (diff) | |
download | gentoo-c74416a37b3f7560ebd4a6220bd2adb9ff65a9de.tar.gz gentoo-c74416a37b3f7560ebd4a6220bd2adb9ff65a9de.tar.bz2 gentoo-c74416a37b3f7560ebd4a6220bd2adb9ff65a9de.zip |
sys-apps/ack: remove old
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/ack/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/ack/ack-2.18-r1.ebuild | 27 | ||||
-rw-r--r-- | sys-apps/ack/ack-2.22.ebuild | 27 | ||||
-rw-r--r-- | sys-apps/ack/ack-2.24.ebuild | 27 | ||||
-rw-r--r-- | sys-apps/ack/ack-2.28.ebuild | 27 | ||||
-rw-r--r-- | sys-apps/ack/files/ack-2.14-gentoo.patch | 22 |
6 files changed, 0 insertions, 134 deletions
diff --git a/sys-apps/ack/Manifest b/sys-apps/ack/Manifest index 3f16b4177f90..2ab89f668bed 100644 --- a/sys-apps/ack/Manifest +++ b/sys-apps/ack/Manifest @@ -1,5 +1 @@ -DIST ack-2.18.tar.gz 232279 BLAKE2B dc7c347eee2be367a2b1bd4839719661f1c0de68bd3fcb3512c68cb5c42e09e8208712e7e3c57b418a00c961a933574a0c09c7f107fe43a4f96efeae21fbc8d8 SHA512 4147161baa8d82fb84b29980d5eac7cf3197733192ca827d3fa4e8f55fa9df29d92b2ac21beb69df00186eea03c7ae6fcb85d6e4334a0a21c232ddeb4933bcf5 -DIST ack-2.22.tar.gz 250275 BLAKE2B 52cafe63b6f4aa50feb3a8d68141662fbbec7a73d31b2f06d3d63c7efb9ba681214ac20fbfd299f680d4e3758eaed8b4b9b3cd697f38977f2e0657a90dc0478a SHA512 d0073c424d861f2cfdc2ce8c0dfa149620803b4c30adb6c6f4f8896277ac89bb6d97d3e8e9bdfd1202f95808bd387b2e3a8353a3e7d204cdd61eb9cafde48303 -DIST ack-2.24.tar.gz 261289 BLAKE2B 0ec1e280abbcd2319bcc9f0cd83c73f97decd6698928fd1b8be310fe9a81839e02390bf4baabef402cb8603eceb5c005c4c8a1f71a60273cef21e3366efff11c SHA512 3778c1d70ae08852eff9d8dd75688713bbb8dd15d4e72c07a3829cf362c7bfeba1175275e66cfe99265ba28777b6833734ebd6debb4ec4ec79df06ac46a79c24 -DIST ack-2.28.tar.gz 263072 BLAKE2B 5bb5c41165dff9140959d7680a79def77b8d95106ee3b70b842579f082c8bf4ca978d05d1128722bd22456be94703ea1e44de1a87071317c46a4fb80d0cab6cb SHA512 04ad599b644ff2cb07abe687f99286f14ddd0628458ac88dea0124d8487792824af470a60718c21be5930083830b463385e13927cc4a680ff34be133256c0f8a DIST ack-v3.0.0.tar.gz 238646 BLAKE2B 679cf84c7dffd6f1ec3881de465cbdbebf9ec8958a6e36c5265d11492d84990a67b34af0e42041280b9a9ab6c57d951a2c73ba5b6fe07c9ac8774bac445c10fd SHA512 2bf4e9719d8a5ec56c9d31acbcff647aece7b52ff7ffaacbfec56e59e30efb9ca7397fa379e13a9113a27abe47053261b9adb641b995d3e8579d459c0483fb45 diff --git a/sys-apps/ack/ack-2.18-r1.ebuild b/sys-apps/ack/ack-2.18-r1.ebuild deleted file mode 100644 index bc165b550e4d..000000000000 --- a/sys-apps/ack/ack-2.18-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -DIST_AUTHOR=PETDANCE -inherit perl-module - -DESCRIPTION="ack is a tool like grep, optimized for programmers" -HOMEPAGE="https://beyondgrep.com" - -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos" -IUSE="test" - -RDEPEND=">=dev-perl/File-Next-1.160.0" -DEPEND="${RDEPEND} - test? ( dev-perl/IO-Tty )" - -PATCHES=( "${FILESDIR}"/${PN}-2.14-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.22.ebuild b/sys-apps/ack/ack-2.22.ebuild deleted file mode 100644 index dbff5491f6a4..000000000000 --- a/sys-apps/ack/ack-2.22.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -DIST_AUTHOR=PETDANCE -inherit perl-module - -DESCRIPTION="ack is a tool like grep, optimized for programmers" -HOMEPAGE="https://beyondgrep.com" - -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos" -IUSE="test" - -RDEPEND=">=dev-perl/File-Next-1.160.0" -DEPEND="${RDEPEND} - test? ( dev-perl/IO-Tty )" - -PATCHES=( "${FILESDIR}"/${PN}-2.14-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.24.ebuild b/sys-apps/ack/ack-2.24.ebuild deleted file mode 100644 index 227a80911ad7..000000000000 --- a/sys-apps/ack/ack-2.24.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -DIST_AUTHOR=PETDANCE -inherit perl-module - -DESCRIPTION="ack is a tool like grep, optimized for programmers" -HOMEPAGE="https://beyondgrep.com" - -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos" -IUSE="test" - -RDEPEND=">=dev-perl/File-Next-1.160.0" -DEPEND="${RDEPEND} - test? ( dev-perl/IO-Tty )" - -PATCHES=( "${FILESDIR}"/${PN}-2.14-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.28.ebuild b/sys-apps/ack/ack-2.28.ebuild deleted file mode 100644 index dbff5491f6a4..000000000000 --- a/sys-apps/ack/ack-2.28.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -DIST_AUTHOR=PETDANCE -inherit perl-module - -DESCRIPTION="ack is a tool like grep, optimized for programmers" -HOMEPAGE="https://beyondgrep.com" - -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos" -IUSE="test" - -RDEPEND=">=dev-perl/File-Next-1.160.0" -DEPEND="${RDEPEND} - test? ( dev-perl/IO-Tty )" - -PATCHES=( "${FILESDIR}"/${PN}-2.14-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/files/ack-2.14-gentoo.patch b/sys-apps/ack/files/ack-2.14-gentoo.patch deleted file mode 100644 index 80f0747deef9..000000000000 --- a/sys-apps/ack/files/ack-2.14-gentoo.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- ack-2.14/ConfigDefault.pm -+++ ack-2.14/ConfigDefault.pm -@@ -252,6 +252,9 @@ - # http://en.wikipedia.org/wiki/Fortran - --type-add=fortran:ext:f,f77,f90,f95,f03,for,ftn,fpp - -+# Gentoo http://www.gentoo.org/ -+--type-add=gentoo:ext:ebuild,eclass -+ - # Go - # http://golang.org/ - --type-add=go:ext:go ---- ack-2.14/t/ack-filetypes.t -+++ ack-2.14/t/ack-filetypes.t -@@ -26,6 +26,7 @@ - elisp - erlang - fortran -+gentoo - go - groovy - haskell |