Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, app-text/searchmonkey/, app-text/searchmonkey/files/
Date: Wed, 28 Mar 2018 21:46:12
Message-Id: 1522273522.12272bc5a86369f1b7d7b89e84f3db2a359d28ef.asturm@gentoo
1 commit: 12272bc5a86369f1b7d7b89e84f3db2a359d28ef
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 28 21:43:07 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 28 21:45:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12272bc5
7
8 app-text/searchmonkey: Remove last-rited package
9
10 Closes: https://bugs.gentoo.org/644534
11
12 app-text/searchmonkey/Manifest | 2 -
13 .../files/searchmonkey-2.0.0-gcc4.7.patch | 40 --------------------
14 .../files/searchmonkey-2.0.0-gcc6.patch | 14 -------
15 .../searchmonkey/files/searchmonkey-2.0.0.desktop | 8 ----
16 app-text/searchmonkey/metadata.xml | 8 ----
17 app-text/searchmonkey/searchmonkey-0.8.1.ebuild | 25 ------------
18 app-text/searchmonkey/searchmonkey-2.0.0-r1.ebuild | 44 ----------------------
19 app-text/searchmonkey/searchmonkey-2.0.0.ebuild | 40 --------------------
20 profiles/package.mask | 5 ---
21 9 files changed, 186 deletions(-)
22
23 diff --git a/app-text/searchmonkey/Manifest b/app-text/searchmonkey/Manifest
24 deleted file mode 100644
25 index 6761a40605e..00000000000
26 --- a/app-text/searchmonkey/Manifest
27 +++ /dev/null
28 @@ -1,2 +0,0 @@
29 -DIST searchmonkey-0.8.1.tar.gz 364824 BLAKE2B ed107203ee0e9cba1ebe25e84a3dd8ec4db15ba88cf3c9a46354f47c31e2f0b69fe63f171090ad33b440014d815e3ef51ac3f3a77f7bef5f5bf83f42d6b7772e SHA512 9a07031fe629ef3b910c252b179f0ba33e83750b25a632631bbd50531632f8d77b0943cef87ba0f854afb590274e45c9eaf45d3cb51dc55b2faffe1a45fe0d87
30 -DIST searchmonkey_v2.0.0.zip 491726 BLAKE2B 92f7995ebd4eb99411732c19954844a19541defe8e4fc1f03d88a70c702b22fe47953c23065184d93d9c433ae0f1fb62bb80a7e415f6bc9b2e598ec0798b486f SHA512 bde6560c58ed2b0295fdbdf778e947926c08ab9e70ab4fde4e4fc170353a7301d5c598669975654dede88faeb367627f05ee144a7ab18443db43b2f4f7396ba3
31
32 diff --git a/app-text/searchmonkey/files/searchmonkey-2.0.0-gcc4.7.patch b/app-text/searchmonkey/files/searchmonkey-2.0.0-gcc4.7.patch
33 deleted file mode 100644
34 index f9d1718dd7b..00000000000
35 --- a/app-text/searchmonkey/files/searchmonkey-2.0.0-gcc4.7.patch
36 +++ /dev/null
37 @@ -1,40 +0,0 @@
38 - Utility.h | 20 ++++++++++----------
39 - 1 files changed, 10 insertions(+), 10 deletions(-)
40 -
41 -diff --git a/Utility.h b/Utility.h
42 -index 890eada..99f9a4e 100644
43 ---- a/Utility.h
44 -+++ b/Utility.h
45 -@@ -92,16 +92,6 @@ QRegExp::PatternSyntax uint2syntax(uint _index);
46 - CallEach(observers, searchable, &Subject::Register);
47 - here the Subject is the type of Caller
48 - */
49 --template <typename CalleeContainer, typename Caller, typename Op>
50 --void CallEach(const CalleeContainer& container, Caller& caller, Op op)
51 --{
52 -- for_each(container.begin(), container.end(), bind1st(mem_fun(op), caller));
53 --}
54 --template <typename T>
55 --bool IsValueInRange(T value, T lowerBound, T upperBound)
56 --{
57 -- return LowerBoundFit(value, lowerBound) && UpperBoundFit(value, upperBound);
58 --}
59 - template <typename T>
60 - bool BoundSpecified(T boundValue)
61 - {
62 -@@ -129,5 +119,15 @@ bool UpperBoundFit(T value, T upperBound)
63 -
64 - return false;
65 - }
66 -+template <typename CalleeContainer, typename Caller, typename Op>
67 -+void CallEach(const CalleeContainer& container, Caller& caller, Op op)
68 -+{
69 -+ for_each(container.begin(), container.end(), bind1st(mem_fun(op), caller));
70 -+}
71 -+template <typename T>
72 -+bool IsValueInRange(T value, T lowerBound, T upperBound)
73 -+{
74 -+ return LowerBoundFit(value, lowerBound) && UpperBoundFit(value, upperBound);
75 -+}
76 -
77 - #endif
78
79 diff --git a/app-text/searchmonkey/files/searchmonkey-2.0.0-gcc6.patch b/app-text/searchmonkey/files/searchmonkey-2.0.0-gcc6.patch
80 deleted file mode 100644
81 index ede01afa39e..00000000000
82 --- a/app-text/searchmonkey/files/searchmonkey-2.0.0-gcc6.patch
83 +++ /dev/null
84 @@ -1,14 +0,0 @@
85 -Bug: https://bugs.gentoo.org/602166
86 -
87 -diff -Naur a/mainwindow.cpp b/mainwindow.cpp
88 ---- a/mainwindow.cpp 2017-07-31 18:06:33.206668001 -0400
89 -+++ b/mainwindow.cpp 2017-07-31 18:07:09.685940997 -0400
90 -@@ -781,7 +781,7 @@
91 - ******************************************************************************/
92 - void MainWindow::find () throw() {
93 -
94 -- auto autoSettingsReset asr(sui); // dtor calls sui->reset()
95 -+ autoSettingsReset asr(sui); // dtor calls sui->reset()
96 -
97 - bool modeAdvanced = ui->actionAdvanced->isChecked();
98 - qDebug() << "modeAdvanced-" << modeAdvanced;
99
100 diff --git a/app-text/searchmonkey/files/searchmonkey-2.0.0.desktop b/app-text/searchmonkey/files/searchmonkey-2.0.0.desktop
101 deleted file mode 100644
102 index cdd082e7514..00000000000
103 --- a/app-text/searchmonkey/files/searchmonkey-2.0.0.desktop
104 +++ /dev/null
105 @@ -1,8 +0,0 @@
106 -[Desktop Entry]
107 -Type=Application
108 -Version=1.0
109 -Name=Searchmonkey 2
110 -Exec=searchmonkey2
111 -Icon=/usr/share/pixmaps/searchmonkey-300x300.png
112 -Terminal=false
113 -Categories=FileTools;Utility;Qt;
114
115 diff --git a/app-text/searchmonkey/metadata.xml b/app-text/searchmonkey/metadata.xml
116 deleted file mode 100644
117 index 811e07d2e1d..00000000000
118 --- a/app-text/searchmonkey/metadata.xml
119 +++ /dev/null
120 @@ -1,8 +0,0 @@
121 -<?xml version="1.0" encoding="UTF-8"?>
122 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
123 -<pkgmetadata>
124 - <!-- maintainer-needed -->
125 - <upstream>
126 - <remote-id type="sourceforge">searchmonkey</remote-id>
127 - </upstream>
128 -</pkgmetadata>
129
130 diff --git a/app-text/searchmonkey/searchmonkey-0.8.1.ebuild b/app-text/searchmonkey/searchmonkey-0.8.1.ebuild
131 deleted file mode 100644
132 index e418a50adba..00000000000
133 --- a/app-text/searchmonkey/searchmonkey-0.8.1.ebuild
134 +++ /dev/null
135 @@ -1,25 +0,0 @@
136 -# Copyright 1999-2012 Gentoo Foundation
137 -# Distributed under the terms of the GNU General Public License v2
138 -
139 -EAPI="2"
140 -
141 -inherit eutils
142 -
143 -DESCRIPTION="Powerful text searches using regular expressions"
144 -HOMEPAGE="http://searchmonkey.sourceforge.net/"
145 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
146 -
147 -LICENSE="GPL-2"
148 -SLOT="0"
149 -KEYWORDS="~amd64 x86"
150 -IUSE=""
151 -
152 -RDEPEND=">=x11-libs/gtk+-2.6:2"
153 -DEPEND="${RDEPEND}
154 - virtual/pkgconfig"
155 -
156 -src_install() {
157 - make DESTDIR="${D}" install || die "make install failed"
158 - dodoc AUTHORS ChangeLog INSTALL NEWS README
159 - make_desktop_entry ${PN} ${PN} ${PN} "Utility;GTK"
160 -}
161
162 diff --git a/app-text/searchmonkey/searchmonkey-2.0.0-r1.ebuild b/app-text/searchmonkey/searchmonkey-2.0.0-r1.ebuild
163 deleted file mode 100644
164 index 917331f46e3..00000000000
165 --- a/app-text/searchmonkey/searchmonkey-2.0.0-r1.ebuild
166 +++ /dev/null
167 @@ -1,44 +0,0 @@
168 -# Copyright 1999-2018 Gentoo Foundation
169 -# Distributed under the terms of the GNU General Public License v2
170 -
171 -EAPI=6
172 -
173 -inherit desktop qmake-utils
174 -
175 -MY_PN=${PN}2
176 -MY_P=${PN}_v${PV}
177 -
178 -DESCRIPTION="Powerful text searches using regular expressions"
179 -HOMEPAGE="http://searchmonkey.sourceforge.net/"
180 -# Switch to ^s when we switch to EAPI=6.
181 -SRC_URI="mirror://sourceforge/project/${PN}/S${MY_PN:1}/${PV}%20%5Bstable%5D/${MY_P}.zip"
182 -
183 -LICENSE="GPL-3"
184 -SLOT="2"
185 -KEYWORDS="~amd64 ~x86"
186 -IUSE=""
187 -
188 -RDEPEND="
189 - dev-qt/qtcore:4
190 - dev-qt/qtgui:4"
191 -DEPEND="${RDEPEND}
192 - app-arch/unzip"
193 -
194 -S="${WORKDIR}"/${MY_P}
195 -
196 -PATCHES=(
197 - "${FILESDIR}"/${P}-gcc4.7.patch
198 - "${FILESDIR}"/${P}-gcc6.patch
199 -)
200 -
201 -src_configure() {
202 - eqmake4 searchmonkey_2_0.pro
203 -}
204 -
205 -src_install() {
206 - newbin ${PN} ${MY_PN}
207 -
208 - # Hand-made desktop icon
209 - doicon pixmaps/searchmonkey-300x300.png
210 - domenu "${FILESDIR}"/${P}.desktop
211 -}
212
213 diff --git a/app-text/searchmonkey/searchmonkey-2.0.0.ebuild b/app-text/searchmonkey/searchmonkey-2.0.0.ebuild
214 deleted file mode 100644
215 index c69ce672912..00000000000
216 --- a/app-text/searchmonkey/searchmonkey-2.0.0.ebuild
217 +++ /dev/null
218 @@ -1,40 +0,0 @@
219 -# Copyright 1999-2017 Gentoo Foundation
220 -# Distributed under the terms of the GNU General Public License v2
221 -
222 -EAPI=4
223 -
224 -inherit qt4-r2
225 -
226 -MY_PN=${PN}2
227 -MY_P=${PN}_v${PV}
228 -
229 -DESCRIPTION="Powerful text searches using regular expressions"
230 -HOMEPAGE="http://searchmonkey.sourceforge.net/"
231 -# Switch to ^s when we switch to EAPI=6.
232 -SRC_URI="mirror://sourceforge/project/${PN}/S${MY_PN:1}/${PV}%20%5Bstable%5D/${MY_P}.zip"
233 -
234 -LICENSE="GPL-3"
235 -SLOT="2"
236 -KEYWORDS="amd64 x86"
237 -IUSE=""
238 -
239 -RDEPEND="
240 - dev-qt/qtcore:4
241 - dev-qt/qtgui:4"
242 -DEPEND="${RDEPEND}
243 - app-arch/unzip"
244 -
245 -S="${WORKDIR}"/${MY_P}
246 -
247 -PATCHES=(
248 - "${FILESDIR}"/${P}-gcc4.7.patch
249 - "${FILESDIR}"/${P}-gcc6.patch
250 -)
251 -
252 -src_install() {
253 - newbin ${PN} ${MY_PN}
254 -
255 - # Hand-made desktop icon
256 - doicon pixmaps/searchmonkey-300x300.png
257 - domenu "${FILESDIR}"/${P}.desktop
258 -}
259
260 diff --git a/profiles/package.mask b/profiles/package.mask
261 index 3d036f0d175..afe7ca8ef0e 100644
262 --- a/profiles/package.mask
263 +++ b/profiles/package.mask
264 @@ -612,11 +612,6 @@ x11-libs/motif:2.2
265 # Masked for removal in 30 days.
266 dev-tex/qtexengine
267
268 -# Andreas Sturmlechner <asturm@g.o> (27 Feb 2018)
269 -# Depends on deprecated Qt4, no Qt5 work found. No maintainer.
270 -# Masked for removal in 30 days. Bug #644534
271 -app-text/searchmonkey
272 -
273 # Anthony G. Basile <blueness@g.o> (25 Feb 2018)
274 # Upstream has been dead since 2012. Migrate to uclibc-ng.
275 # See https://wiki.gentoo.org/wiki/Project:Hardened_uClibc