summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-09-09 09:16:27 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-09-09 09:16:27 +0300
commit6c6fc2c5db035ad5904cc71e1097307437a4a9a1 (patch)
treea0dafd5aff582c293ecaaa1e1c19e059037cd0c0
parentmedia-sound/ncmpc: mark stable (diff)
downloadgentoo-6c6fc2c5.tar.gz
gentoo-6c6fc2c5.tar.bz2
gentoo-6c6fc2c5.zip
media-sound/ncmpc: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r--media-sound/ncmpc/Manifest2
-rw-r--r--media-sound/ncmpc/files/ax_require_defined.m437
-rw-r--r--media-sound/ncmpc/files/ncmpc-0.24-tinfo.patch50
-rw-r--r--media-sound/ncmpc/ncmpc-0.24-r2.ebuild62
-rw-r--r--media-sound/ncmpc/ncmpc-0.24.ebuild52
-rw-r--r--media-sound/ncmpc/ncmpc-0.25.ebuild60
6 files changed, 0 insertions, 263 deletions
diff --git a/media-sound/ncmpc/Manifest b/media-sound/ncmpc/Manifest
index d80598bdfdf8..32fb44fc22e5 100644
--- a/media-sound/ncmpc/Manifest
+++ b/media-sound/ncmpc/Manifest
@@ -1,4 +1,2 @@
-DIST ncmpc-0.24.tar.xz 298012 BLAKE2B 0f09258d3cf490ff32182f7a803ada8a79c9f0c314c668b165a611a1514e86169784f22e457a311dec4936ebfabf8b0578d75452b50a52275a0215a12bbf4921 SHA512 852bedec9d1e0f13748d00ded8a57b7824a3907fa4aef441cd016c13b3a4229e630957ee965d9f5cf7c1a0c47bfa3bb040058d32c6fcf6b4474acc57f834d929
-DIST ncmpc-0.25.tar.xz 298128 BLAKE2B 2b9eb104f8c56d4bf9faae5d27b20a725b2144ab938e91d79cfa99c982b5e1822387bf26cebe4c08a2f2be39c3f191c06cdc5e9ab16f060a946bca8bd2ec04a3 SHA512 8c871db367a70ec3b68c1337d6ec26b8ca4982cd11f674abd17bf6c5df429d366a7b531f8668d4665688b5ae9a4f5f2ba92bb1a36cf491bf8dd3f8874699b0b3
DIST ncmpc-0.27.tar.xz 302636 BLAKE2B 95cedfdcd93d011aa21b773c3a91a20cf9c816dfa421e95802b6cc73e39d39e80bed7734764caf8e29102df6b734dcc0c64be6ef3060de8ac590dc1229b63fd4 SHA512 255b5529a5eae14d89d9419dfb06d91c50b68a9e05f2e124fc07035e2a4619c7b6801c08d52c639d934b50f939cf1dc58f3c5265805ce8eeeba211803108f663
DIST ncmpc-0.30.tar.xz 245212 BLAKE2B 9e64188ec5d209a682f10587c033d1e958501ed84660bc8cc0a00ff3650a1509464e48431240eebe4a061dc154acbc7d6f552cb48b208107ecdc5c0e6807d9ee SHA512 bc92c51c78f7919eb6b5cebaac8bda1231701fd9011fcadd6da8bbc5cc16e5dbe30d33d6e2f7d4cc07399299bcd3de572c9516f90d0376212771fd2c3af8afc7
diff --git a/media-sound/ncmpc/files/ax_require_defined.m4 b/media-sound/ncmpc/files/ax_require_defined.m4
deleted file mode 100644
index cae11112d901..000000000000
--- a/media-sound/ncmpc/files/ax_require_defined.m4
+++ /dev/null
@@ -1,37 +0,0 @@
-# ===========================================================================
-# http://www.gnu.org/software/autoconf-archive/ax_require_defined.html
-# ===========================================================================
-#
-# SYNOPSIS
-#
-# AX_REQUIRE_DEFINED(MACRO)
-#
-# DESCRIPTION
-#
-# AX_REQUIRE_DEFINED is a simple helper for making sure other macros have
-# been defined and thus are available for use. This avoids random issues
-# where a macro isn't expanded. Instead the configure script emits a
-# non-fatal:
-#
-# ./configure: line 1673: AX_CFLAGS_WARN_ALL: command not found
-#
-# It's like AC_REQUIRE except it doesn't expand the required macro.
-#
-# Here's an example:
-#
-# AX_REQUIRE_DEFINED([AX_CHECK_LINK_FLAG])
-#
-# LICENSE
-#
-# Copyright (c) 2014 Mike Frysinger <vapier@gentoo.org>
-#
-# Copying and distribution of this file, with or without modification, are
-# permitted in any medium without royalty provided the copyright notice
-# and this notice are preserved. This file is offered as-is, without any
-# warranty.
-
-#serial 1
-
-AC_DEFUN([AX_REQUIRE_DEFINED], [dnl
- m4_ifndef([$1], [m4_fatal([macro ]$1[ is not defined; is a m4 file missing?])])
-])dnl AX_REQUIRE_DEFINED
diff --git a/media-sound/ncmpc/files/ncmpc-0.24-tinfo.patch b/media-sound/ncmpc/files/ncmpc-0.24-tinfo.patch
deleted file mode 100644
index 5c11e7682b59..000000000000
--- a/media-sound/ncmpc/files/ncmpc-0.24-tinfo.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 2d79f35..b82dd49 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -17,11 +17,8 @@ AC_CONFIG_MACRO_DIR([m4])
- dnl Check for programs
- AC_PROG_CC_C99
- AC_PROG_INSTALL
--AX_WITH_CURSES
-+PKG_PROG_PKG_CONFIG
-
--AS_IF([ test "x$ax_cv_curses" = xno ],
-- [AC_MSG_ERROR([No curses support detected.])
-- ])
-
- dnl =======================================================
- dnl initialize variables
-@@ -83,6 +80,19 @@ mingw32* | windows*)
- esac
- AM_CONDITIONAL([HAVE_WINDOWS], [test $HAVE_WINDOWS -eq 1])
-
-+dnl ncursesw
-+
-+PKG_CHECK_MODULES([ncursesw], [ncursesw],[
-+ LIBS="$LIBS $ncursesw_LIBS"
-+ ax_cv_curses_color=yes
-+ ax_cv_curses_mouse=yes
-+ ax_cv_curses_enhanced=yes
-+ AC_DEFINE([HAVE_NCURSES_H], [1], [Define to 1 if the Ncurses library is present])
-+ AC_SUBST([CURSES_LIB],[$ncursesw_LIBS])
-+ ],
-+ [AC_MSG_ERROR([No curses support detected.])])
-+
-+
- dnl multi-byte character support
-
- AC_ARG_ENABLE([multibyte],
-@@ -207,12 +217,6 @@ AM_CONDITIONAL(ENABLE_HELP_SCREEN, test x$enable_help_screen = xyes)
-
- dnl Optional - curses getmouse support
-
--dnl AC_CHECK_LIB depends on being able to prepend a '-l', remove the '-l' from CURSES_LIB first
--AC_CHECK_LIB([$(expr substr $CURSES_LIB 3 99)],
-- [getmouse],
-- [ax_cv_curses_mouse=yes],
-- [ax_cv_curses_mouse=no])
--
- AC_ARG_ENABLE([mouse],
- AS_HELP_STRING([--enable-mouse],
- [Enable curses getmouse support @<:@default=yes@:>@]),
diff --git a/media-sound/ncmpc/ncmpc-0.24-r2.ebuild b/media-sound/ncmpc/ncmpc-0.24-r2.ebuild
deleted file mode 100644
index d43221242006..000000000000
--- a/media-sound/ncmpc/ncmpc-0.24-r2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils multilib
-
-DESCRIPTION="A ncurses client for the Music Player Daemon (MPD)"
-HOMEPAGE="https://www.musicpd.org/clients/ncmpc/ https://github.com/MusicPlayerDaemon/ncmpc"
-SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="artist-screen chat-screen colors debug +help-screen key-screen lirc lyrics-screen mouse nls search-screen song-screen"
-
-RDEPEND=">=dev-libs/glib-2.12:2
- >=media-libs/libmpdclient-2.3
- sys-libs/ncurses:*[unicode]
- lirc? ( app-misc/lirc )"
-DEPEND="${RDEPEND}
- app-arch/xz-utils
- virtual/pkgconfig"
-
-DOCS=( AUTHORS NEWS README doc/config.sample doc/keys.sample )
-
-src_prepare() {
- # default ax_with_curses.m4 produces automagic dependency on ncursesw
- # also, ncursesw is required for colors (bug #554245), so we force it here
- epatch "${FILESDIR}"/${PN}-0.24-tinfo.patch
- eapply_user
-
- cp "${FILESDIR}"/ax_require_defined.m4 m4/ || die
-
- eautoreconf
-}
-
-src_configure() {
- # upstream lirc doesn't have pkg-config file wrt #250015
- if use lirc; then
- export LIBLIRCCLIENT_CFLAGS="-I/usr/include/lirc"
- export LIBLIRCCLIENT_LIBS="-llirc_client"
- fi
-
- # use_with lyrics-screen is for multilib
- econf \
- --docdir=/usr/share/doc/${PF} \
- $(use_enable artist-screen) \
- $(use_enable chat-screen) \
- $(use_enable colors) \
- $(use_enable debug) \
- $(use_enable help-screen) \
- $(use_enable key-screen) \
- $(use_enable lirc) \
- $(use_enable lyrics-screen) \
- $(use_enable mouse) \
- $(use_enable nls locale) \
- $(use_enable nls multibyte) \
- $(use_enable nls) \
- $(use_enable search-screen) \
- $(use_enable song-screen) \
- $(use_with lyrics-screen lyrics-plugin-dir /usr/$(get_libdir)/ncmpc/lyrics)
-}
diff --git a/media-sound/ncmpc/ncmpc-0.24.ebuild b/media-sound/ncmpc/ncmpc-0.24.ebuild
deleted file mode 100644
index aba8b2f4b0b9..000000000000
--- a/media-sound/ncmpc/ncmpc-0.24.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit multilib
-
-DESCRIPTION="A ncurses client for the Music Player Daemon (MPD)"
-HOMEPAGE="https://www.musicpd.org/clients/ncmpc/ https://github.com/MusicPlayerDaemon/ncmpc"
-SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
-IUSE="artist-screen chat-screen colors debug +help-screen key-screen lirc lyrics-screen mouse nls search-screen song-screen"
-
-RDEPEND=">=dev-libs/glib-2.12:2
- >=media-libs/libmpdclient-2.3
- sys-libs/ncurses:*
- lirc? ( app-misc/lirc )
- nls? ( sys-libs/ncurses:*[unicode] )"
-DEPEND="${RDEPEND}
- app-arch/xz-utils
- virtual/pkgconfig"
-
-DOCS=( AUTHORS NEWS README doc/config.sample doc/keys.sample )
-
-src_configure() {
- # upstream lirc doesn't have pkg-config file wrt #250015
- if use lirc; then
- export LIBLIRCCLIENT_CFLAGS="-I/usr/include/lirc"
- export LIBLIRCCLIENT_LIBS="-llirc_client"
- fi
-
- # use_with lyrics-screen is for multilib
- econf \
- --docdir=/usr/share/doc/${PF} \
- $(use_enable artist-screen) \
- $(use_enable chat-screen) \
- $(use_enable colors) \
- $(use_enable debug) \
- $(use_enable help-screen) \
- $(use_enable key-screen) \
- $(use_enable lirc) \
- $(use_enable lyrics-screen) \
- $(use_enable mouse) \
- $(use_enable nls locale) \
- $(use_enable nls multibyte) \
- $(use_enable nls) \
- $(use_enable search-screen) \
- $(use_enable song-screen) \
- $(use_with lyrics-screen lyrics-plugin-dir /usr/$(get_libdir)/ncmpc/lyrics)
-}
diff --git a/media-sound/ncmpc/ncmpc-0.25.ebuild b/media-sound/ncmpc/ncmpc-0.25.ebuild
deleted file mode 100644
index 23bdfa52ca9e..000000000000
--- a/media-sound/ncmpc/ncmpc-0.25.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools
-
-DESCRIPTION="A ncurses client for the Music Player Daemon (MPD)"
-HOMEPAGE="https://www.musicpd.org/clients/ncmpc/ https://github.com/MusicPlayerDaemon/ncmpc"
-SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="artist-screen chat-screen colors debug +help-screen key-screen lirc lyrics-screen mouse nls search-screen song-screen"
-
-RDEPEND=">=dev-libs/glib-2.12:2
- >=media-libs/libmpdclient-2.3
- sys-libs/ncurses:*[unicode]
- lirc? ( app-misc/lirc )"
-DEPEND="${RDEPEND}
- app-arch/xz-utils
- virtual/pkgconfig"
-
-DOCS=( AUTHORS NEWS README doc/config.sample doc/keys.sample )
-
-src_prepare() {
- # default ax_with_curses.m4 produces automagic dependency on ncursesw
- # also, ncursesw is required for colors (bug #554245), so we force it here
- local PATCHES=( "${FILESDIR}"/${PN}-0.24-tinfo.patch )
-
- default
- eautoreconf
-}
-
-src_configure() {
- # upstream lirc doesn't have pkg-config file wrt #250015
- if use lirc; then
- export LIBLIRCCLIENT_CFLAGS="-I/usr/include/lirc"
- export LIBLIRCCLIENT_LIBS="-llirc_client"
- fi
-
- # use_with lyrics-screen is for multilib
- econf \
- --docdir=/usr/share/doc/${PF} \
- $(use_enable artist-screen) \
- $(use_enable chat-screen) \
- $(use_enable colors) \
- $(use_enable debug) \
- $(use_enable help-screen) \
- $(use_enable key-screen) \
- $(use_enable lirc) \
- $(use_enable lyrics-screen) \
- $(use_enable mouse) \
- $(use_enable nls locale) \
- $(use_enable nls multibyte) \
- $(use_enable nls) \
- $(use_enable search-screen) \
- $(use_enable song-screen) \
- $(use_with lyrics-screen lyrics-plugin-dir /usr/$(get_libdir)/ncmpc/lyrics)
-}