Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ncmpc/, media-sound/ncmpc/files/
Date: Sun, 09 Sep 2018 06:16:53
Message-Id: 1536473787.6c6fc2c5db035ad5904cc71e1097307437a4a9a1.zlogene@gentoo
1 commit: 6c6fc2c5db035ad5904cc71e1097307437a4a9a1
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 9 06:16:27 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 9 06:16:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c6fc2c5
7
8 media-sound/ncmpc: Drop old
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 media-sound/ncmpc/Manifest | 2 -
13 media-sound/ncmpc/files/ax_require_defined.m4 | 37 ---------------
14 media-sound/ncmpc/files/ncmpc-0.24-tinfo.patch | 50 ---------------------
15 media-sound/ncmpc/ncmpc-0.24-r2.ebuild | 62 --------------------------
16 media-sound/ncmpc/ncmpc-0.24.ebuild | 52 ---------------------
17 media-sound/ncmpc/ncmpc-0.25.ebuild | 60 -------------------------
18 6 files changed, 263 deletions(-)
19
20 diff --git a/media-sound/ncmpc/Manifest b/media-sound/ncmpc/Manifest
21 index d80598bdfdf..32fb44fc22e 100644
22 --- a/media-sound/ncmpc/Manifest
23 +++ b/media-sound/ncmpc/Manifest
24 @@ -1,4 +1,2 @@
25 -DIST ncmpc-0.24.tar.xz 298012 BLAKE2B 0f09258d3cf490ff32182f7a803ada8a79c9f0c314c668b165a611a1514e86169784f22e457a311dec4936ebfabf8b0578d75452b50a52275a0215a12bbf4921 SHA512 852bedec9d1e0f13748d00ded8a57b7824a3907fa4aef441cd016c13b3a4229e630957ee965d9f5cf7c1a0c47bfa3bb040058d32c6fcf6b4474acc57f834d929
26 -DIST ncmpc-0.25.tar.xz 298128 BLAKE2B 2b9eb104f8c56d4bf9faae5d27b20a725b2144ab938e91d79cfa99c982b5e1822387bf26cebe4c08a2f2be39c3f191c06cdc5e9ab16f060a946bca8bd2ec04a3 SHA512 8c871db367a70ec3b68c1337d6ec26b8ca4982cd11f674abd17bf6c5df429d366a7b531f8668d4665688b5ae9a4f5f2ba92bb1a36cf491bf8dd3f8874699b0b3
27 DIST ncmpc-0.27.tar.xz 302636 BLAKE2B 95cedfdcd93d011aa21b773c3a91a20cf9c816dfa421e95802b6cc73e39d39e80bed7734764caf8e29102df6b734dcc0c64be6ef3060de8ac590dc1229b63fd4 SHA512 255b5529a5eae14d89d9419dfb06d91c50b68a9e05f2e124fc07035e2a4619c7b6801c08d52c639d934b50f939cf1dc58f3c5265805ce8eeeba211803108f663
28 DIST ncmpc-0.30.tar.xz 245212 BLAKE2B 9e64188ec5d209a682f10587c033d1e958501ed84660bc8cc0a00ff3650a1509464e48431240eebe4a061dc154acbc7d6f552cb48b208107ecdc5c0e6807d9ee SHA512 bc92c51c78f7919eb6b5cebaac8bda1231701fd9011fcadd6da8bbc5cc16e5dbe30d33d6e2f7d4cc07399299bcd3de572c9516f90d0376212771fd2c3af8afc7
29
30 diff --git a/media-sound/ncmpc/files/ax_require_defined.m4 b/media-sound/ncmpc/files/ax_require_defined.m4
31 deleted file mode 100644
32 index cae11112d90..00000000000
33 --- a/media-sound/ncmpc/files/ax_require_defined.m4
34 +++ /dev/null
35 @@ -1,37 +0,0 @@
36 -# ===========================================================================
37 -# http://www.gnu.org/software/autoconf-archive/ax_require_defined.html
38 -# ===========================================================================
39 -#
40 -# SYNOPSIS
41 -#
42 -# AX_REQUIRE_DEFINED(MACRO)
43 -#
44 -# DESCRIPTION
45 -#
46 -# AX_REQUIRE_DEFINED is a simple helper for making sure other macros have
47 -# been defined and thus are available for use. This avoids random issues
48 -# where a macro isn't expanded. Instead the configure script emits a
49 -# non-fatal:
50 -#
51 -# ./configure: line 1673: AX_CFLAGS_WARN_ALL: command not found
52 -#
53 -# It's like AC_REQUIRE except it doesn't expand the required macro.
54 -#
55 -# Here's an example:
56 -#
57 -# AX_REQUIRE_DEFINED([AX_CHECK_LINK_FLAG])
58 -#
59 -# LICENSE
60 -#
61 -# Copyright (c) 2014 Mike Frysinger <vapier@g.o>
62 -#
63 -# Copying and distribution of this file, with or without modification, are
64 -# permitted in any medium without royalty provided the copyright notice
65 -# and this notice are preserved. This file is offered as-is, without any
66 -# warranty.
67 -
68 -#serial 1
69 -
70 -AC_DEFUN([AX_REQUIRE_DEFINED], [dnl
71 - m4_ifndef([$1], [m4_fatal([macro ]$1[ is not defined; is a m4 file missing?])])
72 -])dnl AX_REQUIRE_DEFINED
73
74 diff --git a/media-sound/ncmpc/files/ncmpc-0.24-tinfo.patch b/media-sound/ncmpc/files/ncmpc-0.24-tinfo.patch
75 deleted file mode 100644
76 index 5c11e7682b5..00000000000
77 --- a/media-sound/ncmpc/files/ncmpc-0.24-tinfo.patch
78 +++ /dev/null
79 @@ -1,50 +0,0 @@
80 -diff --git a/configure.ac b/configure.ac
81 -index 2d79f35..b82dd49 100644
82 ---- a/configure.ac
83 -+++ b/configure.ac
84 -@@ -17,11 +17,8 @@ AC_CONFIG_MACRO_DIR([m4])
85 - dnl Check for programs
86 - AC_PROG_CC_C99
87 - AC_PROG_INSTALL
88 --AX_WITH_CURSES
89 -+PKG_PROG_PKG_CONFIG
90 -
91 --AS_IF([ test "x$ax_cv_curses" = xno ],
92 -- [AC_MSG_ERROR([No curses support detected.])
93 -- ])
94 -
95 - dnl =======================================================
96 - dnl initialize variables
97 -@@ -83,6 +80,19 @@ mingw32* | windows*)
98 - esac
99 - AM_CONDITIONAL([HAVE_WINDOWS], [test $HAVE_WINDOWS -eq 1])
100 -
101 -+dnl ncursesw
102 -+
103 -+PKG_CHECK_MODULES([ncursesw], [ncursesw],[
104 -+ LIBS="$LIBS $ncursesw_LIBS"
105 -+ ax_cv_curses_color=yes
106 -+ ax_cv_curses_mouse=yes
107 -+ ax_cv_curses_enhanced=yes
108 -+ AC_DEFINE([HAVE_NCURSES_H], [1], [Define to 1 if the Ncurses library is present])
109 -+ AC_SUBST([CURSES_LIB],[$ncursesw_LIBS])
110 -+ ],
111 -+ [AC_MSG_ERROR([No curses support detected.])])
112 -+
113 -+
114 - dnl multi-byte character support
115 -
116 - AC_ARG_ENABLE([multibyte],
117 -@@ -207,12 +217,6 @@ AM_CONDITIONAL(ENABLE_HELP_SCREEN, test x$enable_help_screen = xyes)
118 -
119 - dnl Optional - curses getmouse support
120 -
121 --dnl AC_CHECK_LIB depends on being able to prepend a '-l', remove the '-l' from CURSES_LIB first
122 --AC_CHECK_LIB([$(expr substr $CURSES_LIB 3 99)],
123 -- [getmouse],
124 -- [ax_cv_curses_mouse=yes],
125 -- [ax_cv_curses_mouse=no])
126 --
127 - AC_ARG_ENABLE([mouse],
128 - AS_HELP_STRING([--enable-mouse],
129 - [Enable curses getmouse support @<:@default=yes@:>@]),
130
131 diff --git a/media-sound/ncmpc/ncmpc-0.24-r2.ebuild b/media-sound/ncmpc/ncmpc-0.24-r2.ebuild
132 deleted file mode 100644
133 index d4322124200..00000000000
134 --- a/media-sound/ncmpc/ncmpc-0.24-r2.ebuild
135 +++ /dev/null
136 @@ -1,62 +0,0 @@
137 -# Copyright 1999-2018 Gentoo Foundation
138 -# Distributed under the terms of the GNU General Public License v2
139 -
140 -EAPI=6
141 -inherit autotools eutils multilib
142 -
143 -DESCRIPTION="A ncurses client for the Music Player Daemon (MPD)"
144 -HOMEPAGE="https://www.musicpd.org/clients/ncmpc/ https://github.com/MusicPlayerDaemon/ncmpc"
145 -SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz"
146 -
147 -LICENSE="GPL-2"
148 -SLOT="0"
149 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
150 -IUSE="artist-screen chat-screen colors debug +help-screen key-screen lirc lyrics-screen mouse nls search-screen song-screen"
151 -
152 -RDEPEND=">=dev-libs/glib-2.12:2
153 - >=media-libs/libmpdclient-2.3
154 - sys-libs/ncurses:*[unicode]
155 - lirc? ( app-misc/lirc )"
156 -DEPEND="${RDEPEND}
157 - app-arch/xz-utils
158 - virtual/pkgconfig"
159 -
160 -DOCS=( AUTHORS NEWS README doc/config.sample doc/keys.sample )
161 -
162 -src_prepare() {
163 - # default ax_with_curses.m4 produces automagic dependency on ncursesw
164 - # also, ncursesw is required for colors (bug #554245), so we force it here
165 - epatch "${FILESDIR}"/${PN}-0.24-tinfo.patch
166 - eapply_user
167 -
168 - cp "${FILESDIR}"/ax_require_defined.m4 m4/ || die
169 -
170 - eautoreconf
171 -}
172 -
173 -src_configure() {
174 - # upstream lirc doesn't have pkg-config file wrt #250015
175 - if use lirc; then
176 - export LIBLIRCCLIENT_CFLAGS="-I/usr/include/lirc"
177 - export LIBLIRCCLIENT_LIBS="-llirc_client"
178 - fi
179 -
180 - # use_with lyrics-screen is for multilib
181 - econf \
182 - --docdir=/usr/share/doc/${PF} \
183 - $(use_enable artist-screen) \
184 - $(use_enable chat-screen) \
185 - $(use_enable colors) \
186 - $(use_enable debug) \
187 - $(use_enable help-screen) \
188 - $(use_enable key-screen) \
189 - $(use_enable lirc) \
190 - $(use_enable lyrics-screen) \
191 - $(use_enable mouse) \
192 - $(use_enable nls locale) \
193 - $(use_enable nls multibyte) \
194 - $(use_enable nls) \
195 - $(use_enable search-screen) \
196 - $(use_enable song-screen) \
197 - $(use_with lyrics-screen lyrics-plugin-dir /usr/$(get_libdir)/ncmpc/lyrics)
198 -}
199
200 diff --git a/media-sound/ncmpc/ncmpc-0.24.ebuild b/media-sound/ncmpc/ncmpc-0.24.ebuild
201 deleted file mode 100644
202 index aba8b2f4b0b..00000000000
203 --- a/media-sound/ncmpc/ncmpc-0.24.ebuild
204 +++ /dev/null
205 @@ -1,52 +0,0 @@
206 -# Copyright 1999-2018 Gentoo Foundation
207 -# Distributed under the terms of the GNU General Public License v2
208 -
209 -EAPI=6
210 -inherit multilib
211 -
212 -DESCRIPTION="A ncurses client for the Music Player Daemon (MPD)"
213 -HOMEPAGE="https://www.musicpd.org/clients/ncmpc/ https://github.com/MusicPlayerDaemon/ncmpc"
214 -SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz"
215 -
216 -LICENSE="GPL-2"
217 -SLOT="0"
218 -KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
219 -IUSE="artist-screen chat-screen colors debug +help-screen key-screen lirc lyrics-screen mouse nls search-screen song-screen"
220 -
221 -RDEPEND=">=dev-libs/glib-2.12:2
222 - >=media-libs/libmpdclient-2.3
223 - sys-libs/ncurses:*
224 - lirc? ( app-misc/lirc )
225 - nls? ( sys-libs/ncurses:*[unicode] )"
226 -DEPEND="${RDEPEND}
227 - app-arch/xz-utils
228 - virtual/pkgconfig"
229 -
230 -DOCS=( AUTHORS NEWS README doc/config.sample doc/keys.sample )
231 -
232 -src_configure() {
233 - # upstream lirc doesn't have pkg-config file wrt #250015
234 - if use lirc; then
235 - export LIBLIRCCLIENT_CFLAGS="-I/usr/include/lirc"
236 - export LIBLIRCCLIENT_LIBS="-llirc_client"
237 - fi
238 -
239 - # use_with lyrics-screen is for multilib
240 - econf \
241 - --docdir=/usr/share/doc/${PF} \
242 - $(use_enable artist-screen) \
243 - $(use_enable chat-screen) \
244 - $(use_enable colors) \
245 - $(use_enable debug) \
246 - $(use_enable help-screen) \
247 - $(use_enable key-screen) \
248 - $(use_enable lirc) \
249 - $(use_enable lyrics-screen) \
250 - $(use_enable mouse) \
251 - $(use_enable nls locale) \
252 - $(use_enable nls multibyte) \
253 - $(use_enable nls) \
254 - $(use_enable search-screen) \
255 - $(use_enable song-screen) \
256 - $(use_with lyrics-screen lyrics-plugin-dir /usr/$(get_libdir)/ncmpc/lyrics)
257 -}
258
259 diff --git a/media-sound/ncmpc/ncmpc-0.25.ebuild b/media-sound/ncmpc/ncmpc-0.25.ebuild
260 deleted file mode 100644
261 index 23bdfa52ca9..00000000000
262 --- a/media-sound/ncmpc/ncmpc-0.25.ebuild
263 +++ /dev/null
264 @@ -1,60 +0,0 @@
265 -# Copyright 1999-2018 Gentoo Foundation
266 -# Distributed under the terms of the GNU General Public License v2
267 -
268 -EAPI=6
269 -inherit autotools
270 -
271 -DESCRIPTION="A ncurses client for the Music Player Daemon (MPD)"
272 -HOMEPAGE="https://www.musicpd.org/clients/ncmpc/ https://github.com/MusicPlayerDaemon/ncmpc"
273 -SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz"
274 -
275 -LICENSE="GPL-2"
276 -SLOT="0"
277 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
278 -IUSE="artist-screen chat-screen colors debug +help-screen key-screen lirc lyrics-screen mouse nls search-screen song-screen"
279 -
280 -RDEPEND=">=dev-libs/glib-2.12:2
281 - >=media-libs/libmpdclient-2.3
282 - sys-libs/ncurses:*[unicode]
283 - lirc? ( app-misc/lirc )"
284 -DEPEND="${RDEPEND}
285 - app-arch/xz-utils
286 - virtual/pkgconfig"
287 -
288 -DOCS=( AUTHORS NEWS README doc/config.sample doc/keys.sample )
289 -
290 -src_prepare() {
291 - # default ax_with_curses.m4 produces automagic dependency on ncursesw
292 - # also, ncursesw is required for colors (bug #554245), so we force it here
293 - local PATCHES=( "${FILESDIR}"/${PN}-0.24-tinfo.patch )
294 -
295 - default
296 - eautoreconf
297 -}
298 -
299 -src_configure() {
300 - # upstream lirc doesn't have pkg-config file wrt #250015
301 - if use lirc; then
302 - export LIBLIRCCLIENT_CFLAGS="-I/usr/include/lirc"
303 - export LIBLIRCCLIENT_LIBS="-llirc_client"
304 - fi
305 -
306 - # use_with lyrics-screen is for multilib
307 - econf \
308 - --docdir=/usr/share/doc/${PF} \
309 - $(use_enable artist-screen) \
310 - $(use_enable chat-screen) \
311 - $(use_enable colors) \
312 - $(use_enable debug) \
313 - $(use_enable help-screen) \
314 - $(use_enable key-screen) \
315 - $(use_enable lirc) \
316 - $(use_enable lyrics-screen) \
317 - $(use_enable mouse) \
318 - $(use_enable nls locale) \
319 - $(use_enable nls multibyte) \
320 - $(use_enable nls) \
321 - $(use_enable search-screen) \
322 - $(use_enable song-screen) \
323 - $(use_with lyrics-screen lyrics-plugin-dir /usr/$(get_libdir)/ncmpc/lyrics)
324 -}