Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/mc/files/, app-misc/mc/
Date: Mon, 04 Jun 2018 09:41:45
Message-Id: 1528105291.a27cd0025512e177241409fda36fb1492909787f.polynomial-c@gentoo
1 commit: a27cd0025512e177241409fda36fb1492909787f
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 4 09:41:31 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 4 09:41:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a27cd002
7
8 app-misc/mc: Removed old.
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-misc/mc/Manifest | 3 -
13 app-misc/mc/files/mc-4.8.16-makedev.patch | 28 --------
14 app-misc/mc/files/mc-4.8.18-html.patch | 29 --------
15 app-misc/mc/mc-4.8.15.ebuild | 101 ----------------------------
16 app-misc/mc/mc-4.8.18-r1.ebuild | 103 ----------------------------
17 app-misc/mc/mc-4.8.19.ebuild | 107 ------------------------------
18 6 files changed, 371 deletions(-)
19
20 diff --git a/app-misc/mc/Manifest b/app-misc/mc/Manifest
21 index cc24abb2204..9967ef41480 100644
22 --- a/app-misc/mc/Manifest
23 +++ b/app-misc/mc/Manifest
24 @@ -1,5 +1,2 @@
25 -DIST mc-4.8.15.tar.xz 2304812 BLAKE2B 33d8055316b4ae9d8b2385c3a439339fa635e3f145c9599ce937c596c6ae18225451568a2387074af8d9afc702a0ec8528e07b00b7805dd86af459612d7fd187 SHA512 b8e05e1bcadcb766a43269a4724e36b77221b004d53783718fe455167693ff029e3e54cde47740d0c0ecd5adacfb3960a8ecce76eeaea234bbbcfd54db3b1760
26 -DIST mc-4.8.18.tar.xz 2462080 BLAKE2B 10cd93cea439290922c0dc19e85b6c9456ce4266f35eeecbf2f40d99e3aae64465d9c427fa01d7d2c542e8bae9d2926e8ce42766c4c1656373905c3d871d71c0 SHA512 edd81f6ab50ca7bb3582064f6722e490d33ae9dfbef3835e26206089d3898420968da394780c594083fa17c01a85cda9068d9931199b8319bf6361f90e900eb8
27 -DIST mc-4.8.19.tar.xz 2521808 BLAKE2B b4712d833e8562b0f760b4558533ac338cf8875dc9034cbec2160444bbe3e9f4dc7fcec16835cabdd5cde6b02a7020162b3cd1693863775ee3494c9b4659a7aa SHA512 aec49f0da1fc69099ce9b0f71926d1e9ee6df0be12f53da94a8f5f4266612515031cd02f328a458bf78260c5efb1c8ca2c34c89e20a77567c8b987e43d446531
28 DIST mc-4.8.20.tar.xz 2529580 BLAKE2B 14e575b650d28e0dcaa8ef0dc0b8e9bbf3e840ddc3d34d20518d28a6b253a8769c041c29ef7136c5fb72bd6130b0fc6c367dab8e44e040ef6dfd5406c364b86c SHA512 c2460561ae94bed75b1ed12f5c8039c9f8ace4c06987c57d07b8399c4e01c5a6c57851fddb3e918a4541ade089c89e8526078572a09580ccd0ae95344e3c1138
29 DIST mc-4.8.21.tar.xz 2528292 BLAKE2B 0cbebcd2284f9ed9687022280aa1ba9e4a5960c6f1de27e5f4bab1b9bf205077dec2851e47b787aa6aec9cac28d467bf58ee2647a592e194ab3bfc63138b373f SHA512 db1a252744b47ebf5339ad204d8b69cb914f25ade7fe5aae2650c4abb57478715d3b7b3a24f4460adfb9fbdc928e8728b369b4f1709215e5e9af3d430fce6acf
30
31 diff --git a/app-misc/mc/files/mc-4.8.16-makedev.patch b/app-misc/mc/files/mc-4.8.16-makedev.patch
32 deleted file mode 100644
33 index 8e7fd0e0f1c..00000000000
34 --- a/app-misc/mc/files/mc-4.8.16-makedev.patch
35 +++ /dev/null
36 @@ -1,28 +0,0 @@
37 -From 4ba3a1a92a59658bc9f5f9d0745db8bb829778cb Mon Sep 17 00:00:00 2001
38 -From: Sergei Trofimovich <slyfox@g.o>
39 -Date: Wed, 13 Apr 2016 23:38:47 +0100
40 -Subject: [PATCH] filemanager/mountlist.c: add makedev() declaration
41 -
42 -On glibc-2.23 link fails as
43 -
44 - $ mc-9999/src/filemanager/mountlist.c:750: undefined reference to `makedev'
45 -
46 -Reported-by: Thomas D.
47 -Bug: https://bugs.gentoo.org/579858
48 -Signed-off-by: Sergei Trofimovich <slyfox@g.o>
49 -
50 -diff --git a/src/filemanager/mountlist.c b/src/filemanager/mountlist.c
51 -index 166b246..7d6e178 100644
52 ---- a/src/filemanager/mountlist.c
53 -+++ b/src/filemanager/mountlist.c
54 -@@ -186,6 +186,7 @@
55 -
56 - #include "lib/global.h"
57 - #include "lib/strutil.h" /* str_verscmp() */
58 -+#include "lib/unixcompat.h" /* makedev */
59 - #include "mountlist.h"
60 -
61 - /*** global variables ****************************************************************************/
62 ---
63 -2.8.1
64 -
65
66 diff --git a/app-misc/mc/files/mc-4.8.18-html.patch b/app-misc/mc/files/mc-4.8.18-html.patch
67 deleted file mode 100644
68 index d8483446bfc..00000000000
69 --- a/app-misc/mc/files/mc-4.8.18-html.patch
70 +++ /dev/null
71 @@ -1,29 +0,0 @@
72 -commit 6b656100ac907636f0b54b12921408260a9fd583
73 -Author: Raymond Jennings <shentino@×××××.com>
74 -Date: Fri Oct 7 22:38:07 2016 +0200
75 -
76 - mcedit: syntax: fix mismatched highlighting for <{o,u}l> HTML tags
77 -
78 - Signed-off-by: Raymond Jennings <shentino@×××××.com>
79 - Signed-off-by: Yury V. Zaytsev <yury@××××××.com>
80 -
81 -diff --git a/misc/syntax/html.syntax b/misc/syntax/html.syntax
82 -index 2b3afd30e..3adbe4d0b 100644
83 ---- a/misc/syntax/html.syntax
84 -+++ b/misc/syntax/html.syntax
85 -@@ -52,6 +52,7 @@ context default
86 - keyword </SMALL> brightcyan/17
87 - keyword </SCRIPT> brightcyan/17
88 - keyword </META> brightcyan/17
89 -+ keyword </OL> brightcyan/17
90 - keyword </P> brightcyan/17
91 - keyword </TABLE> brightcyan/17
92 - keyword </TD> brightcyan/17
93 -@@ -59,6 +60,7 @@ context default
94 - keyword </TR> brightcyan/17
95 - keyword </TT> brightcyan/17
96 - keyword </U> brightcyan/17
97 -+ keyword </UL> brightcyan/17
98 -
99 -
100 - context <A > brightcyan/17
101
102 diff --git a/app-misc/mc/mc-4.8.15.ebuild b/app-misc/mc/mc-4.8.15.ebuild
103 deleted file mode 100644
104 index c01cae5c612..00000000000
105 --- a/app-misc/mc/mc-4.8.15.ebuild
106 +++ /dev/null
107 @@ -1,101 +0,0 @@
108 -# Copyright 1999-2017 Gentoo Foundation
109 -# Distributed under the terms of the GNU General Public License v2
110 -
111 -EAPI=5
112 -
113 -inherit autotools eutils flag-o-matic
114 -
115 -MY_P=${P/_/-}
116 -
117 -DESCRIPTION="GNU Midnight Commander is a text based file manager"
118 -HOMEPAGE="https://www.midnight-commander.org"
119 -SRC_URI="http://www.midnight-commander.org/downloads/${MY_P}.tar.xz"
120 -
121 -LICENSE="GPL-3"
122 -SLOT="0"
123 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
124 -IUSE="+edit gpm mclib nls samba sftp +slang spell test X +xdg"
125 -
126 -REQUIRED_USE="spell? ( edit )"
127 -
128 -RDEPEND=">=dev-libs/glib-2.8:2
129 - gpm? ( sys-libs/gpm )
130 - kernel_linux? ( sys-fs/e2fsprogs )
131 - samba? ( net-fs/samba )
132 - sftp? ( net-libs/libssh2 )
133 - slang? ( >=sys-libs/slang-2 )
134 - !slang? ( sys-libs/ncurses:0= )
135 - spell? ( app-text/aspell )
136 - X? ( x11-libs/libX11
137 - x11-libs/libICE
138 - x11-libs/libXau
139 - x11-libs/libXdmcp
140 - x11-libs/libSM )"
141 -DEPEND="${RDEPEND}
142 - app-arch/xz-utils
143 - virtual/pkgconfig
144 - nls? ( sys-devel/gettext )
145 - test? ( dev-libs/check )
146 - "
147 -
148 -[[ -n ${LIVE_EBUILD} ]] && DEPEND="${DEPEND} dev-vcs/cvs" # needed only for SCM source tree (autopoint uses cvs)
149 -
150 -src_prepare() {
151 - [[ -n ${LIVE_EBUILD} ]] && ./autogen.sh
152 -
153 - epatch "${FILESDIR}"/${PN}-4.8.13-tinfo.patch
154 - epatch "${FILESDIR}"/${PN}-4.8.16-makedev.patch
155 - epatch_user
156 - eautoreconf
157 -}
158 -
159 -S=${WORKDIR}/${MY_P}
160 -
161 -src_configure() {
162 - local myscreen=ncurses
163 - use slang && myscreen=slang
164 - [[ ${CHOST} == *-solaris* ]] && append-ldflags "-lnsl -lsocket"
165 -
166 - local homedir=".mc"
167 - use xdg && homedir="XDG"
168 -
169 - econf \
170 - --disable-silent-rules \
171 - --disable-dependency-tracking \
172 - $(use_enable nls) \
173 - --enable-vfs \
174 - $(use_enable kernel_linux vfs-undelfs) \
175 - --enable-charset \
176 - $(use_with X x) \
177 - $(use_enable samba vfs-smb) \
178 - $(use_enable sftp vfs-sftp) \
179 - $(use_enable spell aspell) \
180 - $(use_with gpm gpm-mouse) \
181 - --with-screen=${myscreen} \
182 - $(use_with edit internal-edit) \
183 - $(use_enable mclib) \
184 - $(use_enable test tests) \
185 - --with-homedir=${homedir}
186 -}
187 -
188 -src_install() {
189 - emake DESTDIR="${D}" install
190 - dodoc AUTHORS README NEWS
191 -
192 - # fix bug #334383
193 - if use kernel_linux && [[ ${EUID} == 0 ]] ; then
194 - fowners root:tty /usr/libexec/mc/cons.saver
195 - fperms g+s /usr/libexec/mc/cons.saver
196 - fi
197 -
198 - if ! use xdg ; then
199 - sed 's@MC_XDG_OPEN="xdg-open"@MC_XDG_OPEN="/bin/false"@' \
200 - -i "${ED}"/usr/libexec/mc/ext.d/*.sh || die
201 - fi
202 -}
203 -
204 -pkg_postinst() {
205 - elog "To enable exiting to latest working directory,"
206 - elog "put this into your ~/.bashrc:"
207 - elog ". ${EPREFIX}/usr/libexec/mc/mc.sh"
208 -}
209
210 diff --git a/app-misc/mc/mc-4.8.18-r1.ebuild b/app-misc/mc/mc-4.8.18-r1.ebuild
211 deleted file mode 100644
212 index 024c7dcdd49..00000000000
213 --- a/app-misc/mc/mc-4.8.18-r1.ebuild
214 +++ /dev/null
215 @@ -1,103 +0,0 @@
216 -# Copyright 1999-2017 Gentoo Foundation
217 -# Distributed under the terms of the GNU General Public License v2
218 -
219 -EAPI=6
220 -
221 -inherit autotools eutils flag-o-matic
222 -
223 -MY_P=${P/_/-}
224 -
225 -DESCRIPTION="GNU Midnight Commander is a text based file manager"
226 -HOMEPAGE="https://www.midnight-commander.org"
227 -SRC_URI="http://ftp.midnight-commander.org/${MY_P}.tar.xz"
228 -
229 -LICENSE="GPL-3"
230 -SLOT="0"
231 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
232 -IUSE="+edit gpm mclib nls samba sftp +slang spell test X +xdg"
233 -
234 -REQUIRED_USE="spell? ( edit )"
235 -
236 -RDEPEND=">=dev-libs/glib-2.26.0:2
237 - gpm? ( sys-libs/gpm )
238 - kernel_linux? ( sys-fs/e2fsprogs )
239 - samba? ( net-fs/samba )
240 - sftp? ( net-libs/libssh2 )
241 - slang? ( >=sys-libs/slang-2 )
242 - !slang? ( sys-libs/ncurses:0= )
243 - spell? ( app-text/aspell )
244 - X? ( x11-libs/libX11
245 - x11-libs/libICE
246 - x11-libs/libXau
247 - x11-libs/libXdmcp
248 - x11-libs/libSM )"
249 -DEPEND="${RDEPEND}
250 - app-arch/xz-utils
251 - virtual/pkgconfig
252 - nls? ( sys-devel/gettext )
253 - test? ( dev-libs/check )
254 - "
255 -
256 -PATCHES=(
257 - "${FILESDIR}"/${PN}-4.8.13-tinfo.patch
258 - "${FILESDIR}"/${P}-html.patch
259 -)
260 -
261 -S=${WORKDIR}/${MY_P}
262 -
263 -src_prepare() {
264 - [[ -n ${LIVE_EBUILD} ]] && ./autogen.sh
265 -
266 - default
267 -
268 - eautoreconf
269 -}
270 -
271 -src_configure() {
272 - local myscreen=ncurses
273 - use slang && myscreen=slang
274 - [[ ${CHOST} == *-solaris* ]] && append-ldflags "-lnsl -lsocket"
275 -
276 - local homedir=".mc"
277 - use xdg && homedir="XDG"
278 -
279 - econf \
280 - --disable-silent-rules \
281 - --disable-dependency-tracking \
282 - $(use_enable nls) \
283 - --enable-vfs \
284 - $(use_enable kernel_linux vfs-undelfs) \
285 - --enable-charset \
286 - $(use_with X x) \
287 - $(use_enable samba vfs-smb) \
288 - $(use_enable sftp vfs-sftp) \
289 - $(use_enable spell aspell) \
290 - $(use_with gpm gpm-mouse) \
291 - --with-screen=${myscreen} \
292 - $(use_with edit internal-edit) \
293 - $(use_enable mclib) \
294 - $(use_enable test tests) \
295 - --with-homedir=${homedir}
296 -}
297 -
298 -src_install() {
299 - emake DESTDIR="${D}" install
300 - dodoc AUTHORS README NEWS
301 -
302 - # fix bug #334383
303 - if use kernel_linux && [[ ${EUID} == 0 ]] ; then
304 - fowners root:tty /usr/libexec/mc/cons.saver
305 - fperms g+s /usr/libexec/mc/cons.saver
306 - fi
307 -
308 - if ! use xdg ; then
309 - sed 's@MC_XDG_OPEN="xdg-open"@MC_XDG_OPEN="/bin/false"@' \
310 - -i "${ED}"/usr/libexec/mc/ext.d/*.sh || die
311 - fi
312 -}
313 -
314 -pkg_postinst() {
315 - elog "To enable exiting to latest working directory,"
316 - elog "put this into your ~/.bashrc:"
317 - elog ". ${EPREFIX}/usr/libexec/mc/mc.sh"
318 -}
319
320 diff --git a/app-misc/mc/mc-4.8.19.ebuild b/app-misc/mc/mc-4.8.19.ebuild
321 deleted file mode 100644
322 index a494288fc52..00000000000
323 --- a/app-misc/mc/mc-4.8.19.ebuild
324 +++ /dev/null
325 @@ -1,107 +0,0 @@
326 -# Copyright 1999-2017 Gentoo Foundation
327 -# Distributed under the terms of the GNU General Public License v2
328 -
329 -EAPI=6
330 -
331 -inherit autotools eutils flag-o-matic
332 -
333 -MY_P=${P/_/-}
334 -
335 -DESCRIPTION="GNU Midnight Commander is a text based file manager"
336 -HOMEPAGE="https://www.midnight-commander.org"
337 -SRC_URI="http://ftp.midnight-commander.org/${MY_P}.tar.xz"
338 -
339 -LICENSE="GPL-3"
340 -SLOT="0"
341 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
342 -IUSE="+edit gpm mclib nls samba sftp +slang spell test X +xdg"
343 -
344 -REQUIRED_USE="spell? ( edit )"
345 -
346 -RDEPEND=">=dev-libs/glib-2.26.0:2
347 - gpm? ( sys-libs/gpm )
348 - kernel_linux? ( sys-fs/e2fsprogs )
349 - samba? ( net-fs/samba )
350 - sftp? ( net-libs/libssh2 )
351 - slang? ( >=sys-libs/slang-2 )
352 - !slang? ( sys-libs/ncurses:0= )
353 - spell? ( app-text/aspell )
354 - X? ( x11-libs/libX11
355 - x11-libs/libICE
356 - x11-libs/libXau
357 - x11-libs/libXdmcp
358 - x11-libs/libSM )"
359 -DEPEND="${RDEPEND}
360 - app-arch/xz-utils
361 - virtual/pkgconfig
362 - nls? ( sys-devel/gettext )
363 - test? ( dev-libs/check )
364 - "
365 -
366 -PATCHES=(
367 - "${FILESDIR}"/${PN}-4.8.13-tinfo.patch
368 -)
369 -
370 -S=${WORKDIR}/${MY_P}
371 -
372 -src_prepare() {
373 - [[ -n ${LIVE_EBUILD} ]] && ./autogen.sh
374 -
375 - default
376 -
377 - # These tests fail, so disable them instead of disabling the entire
378 - # test suite. Please check on each bump if this is still necessary.
379 - # Next release will fix them: http://midnight-commander.org/ticket/3781
380 - rm tests/src/vfs/extfs/helpers-list/data/{rpm,u7z,urar}.* || die
381 -
382 - eautoreconf
383 -}
384 -
385 -src_configure() {
386 - local myscreen=ncurses
387 - use slang && myscreen=slang
388 - [[ ${CHOST} == *-solaris* ]] && append-ldflags "-lnsl -lsocket"
389 -
390 - local homedir=".mc"
391 - use xdg && homedir="XDG"
392 -
393 - econf \
394 - --disable-silent-rules \
395 - --disable-dependency-tracking \
396 - $(use_enable nls) \
397 - --enable-vfs \
398 - $(use_enable kernel_linux vfs-undelfs) \
399 - --enable-charset \
400 - $(use_with X x) \
401 - $(use_enable samba vfs-smb) \
402 - $(use_enable sftp vfs-sftp) \
403 - $(use_enable spell aspell) \
404 - $(use_with gpm gpm-mouse) \
405 - --with-screen=${myscreen} \
406 - $(use_with edit internal-edit) \
407 - $(use_enable mclib) \
408 - $(use_enable test tests) \
409 - --with-homedir=${homedir}
410 -}
411 -
412 -src_install() {
413 - emake DESTDIR="${D}" install
414 - dodoc AUTHORS README NEWS
415 -
416 - # fix bug #334383
417 - if use kernel_linux && [[ ${EUID} == 0 ]] ; then
418 - fowners root:tty /usr/libexec/mc/cons.saver
419 - fperms g+s /usr/libexec/mc/cons.saver
420 - fi
421 -
422 - if ! use xdg ; then
423 - sed 's@MC_XDG_OPEN="xdg-open"@MC_XDG_OPEN="/bin/false"@' \
424 - -i "${ED}"/usr/libexec/mc/ext.d/*.sh || die
425 - fi
426 -}
427 -
428 -pkg_postinst() {
429 - elog "To enable exiting to latest working directory,"
430 - elog "put this into your ~/.bashrc:"
431 - elog ". ${EPREFIX}/usr/libexec/mc/mc.sh"
432 -}