Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ack/, sys-apps/ack/files/
Date: Wed, 14 Aug 2019 23:33:40
Message-Id: 1565825609.c74416a37b3f7560ebd4a6220bd2adb9ff65a9de.radhermit@gentoo
1 commit: c74416a37b3f7560ebd4a6220bd2adb9ff65a9de
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 14 23:32:02 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 14 23:33:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c74416a3
7
8 sys-apps/ack: remove old
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 sys-apps/ack/Manifest | 4 ----
13 sys-apps/ack/ack-2.18-r1.ebuild | 27 ---------------------------
14 sys-apps/ack/ack-2.22.ebuild | 27 ---------------------------
15 sys-apps/ack/ack-2.24.ebuild | 27 ---------------------------
16 sys-apps/ack/ack-2.28.ebuild | 27 ---------------------------
17 sys-apps/ack/files/ack-2.14-gentoo.patch | 22 ----------------------
18 6 files changed, 134 deletions(-)
19
20 diff --git a/sys-apps/ack/Manifest b/sys-apps/ack/Manifest
21 index 3f16b4177f9..2ab89f668be 100644
22 --- a/sys-apps/ack/Manifest
23 +++ b/sys-apps/ack/Manifest
24 @@ -1,5 +1 @@
25 -DIST ack-2.18.tar.gz 232279 BLAKE2B dc7c347eee2be367a2b1bd4839719661f1c0de68bd3fcb3512c68cb5c42e09e8208712e7e3c57b418a00c961a933574a0c09c7f107fe43a4f96efeae21fbc8d8 SHA512 4147161baa8d82fb84b29980d5eac7cf3197733192ca827d3fa4e8f55fa9df29d92b2ac21beb69df00186eea03c7ae6fcb85d6e4334a0a21c232ddeb4933bcf5
26 -DIST ack-2.22.tar.gz 250275 BLAKE2B 52cafe63b6f4aa50feb3a8d68141662fbbec7a73d31b2f06d3d63c7efb9ba681214ac20fbfd299f680d4e3758eaed8b4b9b3cd697f38977f2e0657a90dc0478a SHA512 d0073c424d861f2cfdc2ce8c0dfa149620803b4c30adb6c6f4f8896277ac89bb6d97d3e8e9bdfd1202f95808bd387b2e3a8353a3e7d204cdd61eb9cafde48303
27 -DIST ack-2.24.tar.gz 261289 BLAKE2B 0ec1e280abbcd2319bcc9f0cd83c73f97decd6698928fd1b8be310fe9a81839e02390bf4baabef402cb8603eceb5c005c4c8a1f71a60273cef21e3366efff11c SHA512 3778c1d70ae08852eff9d8dd75688713bbb8dd15d4e72c07a3829cf362c7bfeba1175275e66cfe99265ba28777b6833734ebd6debb4ec4ec79df06ac46a79c24
28 -DIST ack-2.28.tar.gz 263072 BLAKE2B 5bb5c41165dff9140959d7680a79def77b8d95106ee3b70b842579f082c8bf4ca978d05d1128722bd22456be94703ea1e44de1a87071317c46a4fb80d0cab6cb SHA512 04ad599b644ff2cb07abe687f99286f14ddd0628458ac88dea0124d8487792824af470a60718c21be5930083830b463385e13927cc4a680ff34be133256c0f8a
29 DIST ack-v3.0.0.tar.gz 238646 BLAKE2B 679cf84c7dffd6f1ec3881de465cbdbebf9ec8958a6e36c5265d11492d84990a67b34af0e42041280b9a9ab6c57d951a2c73ba5b6fe07c9ac8774bac445c10fd SHA512 2bf4e9719d8a5ec56c9d31acbcff647aece7b52ff7ffaacbfec56e59e30efb9ca7397fa379e13a9113a27abe47053261b9adb641b995d3e8579d459c0483fb45
30
31 diff --git a/sys-apps/ack/ack-2.18-r1.ebuild b/sys-apps/ack/ack-2.18-r1.ebuild
32 deleted file mode 100644
33 index bc165b550e4..00000000000
34 --- a/sys-apps/ack/ack-2.18-r1.ebuild
35 +++ /dev/null
36 @@ -1,27 +0,0 @@
37 -# Copyright 1999-2019 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -DIST_AUTHOR=PETDANCE
42 -inherit perl-module
43 -
44 -DESCRIPTION="ack is a tool like grep, optimized for programmers"
45 -HOMEPAGE="https://beyondgrep.com"
46 -
47 -LICENSE="Artistic-2"
48 -SLOT="0"
49 -KEYWORDS="~alpha amd64 ~arm ~hppa x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos"
50 -IUSE="test"
51 -
52 -RDEPEND=">=dev-perl/File-Next-1.160.0"
53 -DEPEND="${RDEPEND}
54 - test? ( dev-perl/IO-Tty )"
55 -
56 -PATCHES=( "${FILESDIR}"/${PN}-2.14-gentoo.patch )
57 -
58 -src_test() {
59 - # Tests fail when run in parallel and if dev-perl/IO-Tty is installed
60 - # which enables interactive tests that need to read from stdin. If IO-Tty
61 - # is not installed the related tests are skipped.
62 - MAKEOPTS+=" -j1" perl-module_src_test
63 -}
64
65 diff --git a/sys-apps/ack/ack-2.22.ebuild b/sys-apps/ack/ack-2.22.ebuild
66 deleted file mode 100644
67 index dbff5491f6a..00000000000
68 --- a/sys-apps/ack/ack-2.22.ebuild
69 +++ /dev/null
70 @@ -1,27 +0,0 @@
71 -# Copyright 1999-2019 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=6
75 -DIST_AUTHOR=PETDANCE
76 -inherit perl-module
77 -
78 -DESCRIPTION="ack is a tool like grep, optimized for programmers"
79 -HOMEPAGE="https://beyondgrep.com"
80 -
81 -LICENSE="Artistic-2"
82 -SLOT="0"
83 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos"
84 -IUSE="test"
85 -
86 -RDEPEND=">=dev-perl/File-Next-1.160.0"
87 -DEPEND="${RDEPEND}
88 - test? ( dev-perl/IO-Tty )"
89 -
90 -PATCHES=( "${FILESDIR}"/${PN}-2.14-gentoo.patch )
91 -
92 -src_test() {
93 - # Tests fail when run in parallel and if dev-perl/IO-Tty is installed
94 - # which enables interactive tests that need to read from stdin. If IO-Tty
95 - # is not installed the related tests are skipped.
96 - MAKEOPTS+=" -j1" perl-module_src_test
97 -}
98
99 diff --git a/sys-apps/ack/ack-2.24.ebuild b/sys-apps/ack/ack-2.24.ebuild
100 deleted file mode 100644
101 index 227a80911ad..00000000000
102 --- a/sys-apps/ack/ack-2.24.ebuild
103 +++ /dev/null
104 @@ -1,27 +0,0 @@
105 -# Copyright 1999-2018 Gentoo Authors
106 -# Distributed under the terms of the GNU General Public License v2
107 -
108 -EAPI=6
109 -DIST_AUTHOR=PETDANCE
110 -inherit perl-module
111 -
112 -DESCRIPTION="ack is a tool like grep, optimized for programmers"
113 -HOMEPAGE="https://beyondgrep.com"
114 -
115 -LICENSE="Artistic-2"
116 -SLOT="0"
117 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos"
118 -IUSE="test"
119 -
120 -RDEPEND=">=dev-perl/File-Next-1.160.0"
121 -DEPEND="${RDEPEND}
122 - test? ( dev-perl/IO-Tty )"
123 -
124 -PATCHES=( "${FILESDIR}"/${PN}-2.14-gentoo.patch )
125 -
126 -src_test() {
127 - # Tests fail when run in parallel and if dev-perl/IO-Tty is installed
128 - # which enables interactive tests that need to read from stdin. If IO-Tty
129 - # is not installed the related tests are skipped.
130 - MAKEOPTS+=" -j1" perl-module_src_test
131 -}
132
133 diff --git a/sys-apps/ack/ack-2.28.ebuild b/sys-apps/ack/ack-2.28.ebuild
134 deleted file mode 100644
135 index dbff5491f6a..00000000000
136 --- a/sys-apps/ack/ack-2.28.ebuild
137 +++ /dev/null
138 @@ -1,27 +0,0 @@
139 -# Copyright 1999-2019 Gentoo Authors
140 -# Distributed under the terms of the GNU General Public License v2
141 -
142 -EAPI=6
143 -DIST_AUTHOR=PETDANCE
144 -inherit perl-module
145 -
146 -DESCRIPTION="ack is a tool like grep, optimized for programmers"
147 -HOMEPAGE="https://beyondgrep.com"
148 -
149 -LICENSE="Artistic-2"
150 -SLOT="0"
151 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos"
152 -IUSE="test"
153 -
154 -RDEPEND=">=dev-perl/File-Next-1.160.0"
155 -DEPEND="${RDEPEND}
156 - test? ( dev-perl/IO-Tty )"
157 -
158 -PATCHES=( "${FILESDIR}"/${PN}-2.14-gentoo.patch )
159 -
160 -src_test() {
161 - # Tests fail when run in parallel and if dev-perl/IO-Tty is installed
162 - # which enables interactive tests that need to read from stdin. If IO-Tty
163 - # is not installed the related tests are skipped.
164 - MAKEOPTS+=" -j1" perl-module_src_test
165 -}
166
167 diff --git a/sys-apps/ack/files/ack-2.14-gentoo.patch b/sys-apps/ack/files/ack-2.14-gentoo.patch
168 deleted file mode 100644
169 index 80f0747deef..00000000000
170 --- a/sys-apps/ack/files/ack-2.14-gentoo.patch
171 +++ /dev/null
172 @@ -1,22 +0,0 @@
173 ---- ack-2.14/ConfigDefault.pm
174 -+++ ack-2.14/ConfigDefault.pm
175 -@@ -252,6 +252,9 @@
176 - # http://en.wikipedia.org/wiki/Fortran
177 - --type-add=fortran:ext:f,f77,f90,f95,f03,for,ftn,fpp
178 -
179 -+# Gentoo http://www.gentoo.org/
180 -+--type-add=gentoo:ext:ebuild,eclass
181 -+
182 - # Go
183 - # http://golang.org/
184 - --type-add=go:ext:go
185 ---- ack-2.14/t/ack-filetypes.t
186 -+++ ack-2.14/t/ack-filetypes.t
187 -@@ -26,6 +26,7 @@
188 - elisp
189 - erlang
190 - fortran
191 -+gentoo
192 - go
193 - groovy
194 - haskell