media-sound/ncmpcpp: Old
authorJeroen Roovers <jer@gentoo.org>
Sun, 21 Apr 2019 10:08:36 +0000 (12:08 +0200)
committerJeroen Roovers <jer@gentoo.org>
Sun, 21 Apr 2019 10:08:53 +0000 (12:08 +0200)
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
media-sound/ncmpcpp/Manifest
media-sound/ncmpcpp/ncmpcpp-0.8.1.ebuild [deleted file]
media-sound/ncmpcpp/ncmpcpp-0.8.2.ebuild [deleted file]

index 9f7bfb8c9fffecbadba1a08d06c7b3593f2d5c4a..45854bd826f7625f4208e5db28cf6928674e5c07 100644 (file)
@@ -1,3 +1,2 @@
 DIST ncmpcpp-0.7.7.tar.bz2 443801 BLAKE2B b0bf1f6264f94fc1d0dce5b7ec8d85607427e5bf8955914fddffd8dec94850e6dd20dd83a966a25353d6ec23a61e92751d83fddec8202d9a843e0ed9e3b32077 SHA512 a0bbe85f154c40513d41e85810de86ed21109b72fb0f2bdb0b78dcbddb3770aff5422b5bb7fbac2b76634c5b9aaf843bed5fc16fc672fcd71bbae911f65c0034
-DIST ncmpcpp-0.8.1.tar.bz2 464123 BLAKE2B 0edb57fc3a0527dea085a10736ff2cdca3ea25fdbb4aac686f4c9db6403fc1ee2f0f724aa3c3411104f355ba11e76193ede2a52bc550ff9bed33261cc426dd87 SHA512 2b1b615672910f6b55d4a3e1842f677b8c72659a86dca74d9c306612038d7b765f622e4b8948f14d8a3f4fa913d413d128ed8726f70d7a09cfe95d3c1fe87d15
 DIST ncmpcpp-0.8.2.tar.bz2 465713 BLAKE2B 0d07477b3473e1ac7362175cef4bfb085ebdb4c8b1e77f7bb68d8bf4c645fdcccd067d12e2080a740ade18c57dd055f270d2e50096f0ad3afaa40175e19259cf SHA512 9384edd162f40af23e4f26f437356520f117e4e2ab513ed3de132d2f11e597082d1cb7f0dd3696660d0c9bb85ad03e31fb921c97a11c7b28b32c5907fdbb8e8f
diff --git a/media-sound/ncmpcpp/ncmpcpp-0.8.1.ebuild b/media-sound/ncmpcpp/ncmpcpp-0.8.1.ebuild
deleted file mode 100644 (file)
index bd2f837..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="featureful ncurses based MPD client inspired by ncmpc"
-HOMEPAGE="https://rybczak.net/ncmpcpp/"
-SRC_URI="${HOMEPAGE}stable/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="clock icu outputs taglib visualizer"
-
-RDEPEND="
-       !dev-libs/boost:0/1.57.0
-       >=media-libs/libmpdclient-2.1
-       dev-libs/boost:=[icu?,nls,threads]
-       net-misc/curl
-       sys-libs/ncurses:=
-       sys-libs/readline:*
-       icu? ( dev-libs/icu )
-       taglib? ( media-libs/taglib )
-       visualizer? ( sci-libs/fftw:3.0= )
-"
-DEPEND="
-       ${RDEPEND}
-       virtual/pkgconfig
-"
-
-src_prepare() {
-       default
-
-       sed -i -e '/^docdir/d' {,doc/}Makefile{.am,.in} || die
-       sed -i -e 's|COPYING||g' Makefile{.am,.in} || die
-}
-
-src_configure() {
-       econf \
-               $(use_enable clock) \
-               $(use_enable outputs) \
-               $(use_enable visualizer) \
-               $(use_with taglib) \
-               $(use_with visualizer fftw) \
-               --docdir=/usr/share/doc/${PF}
-}
-
-src_install() {
-       default
-
-       dodoc doc/{bindings,config}
-}
-
-pkg_postinst() {
-       echo
-       elog "Example configuration files have been installed at"
-       elog "${ROOT}usr/share/doc/${PF}"
-       elog "${P} uses ~/.ncmpcpp/config and ~/.ncmpcpp/bindings"
-       elog "as user configuration files."
-       echo
-       if use visualizer; then
-       elog "If you want to use the visualizer, you need mpd with fifo enabled."
-       echo
-       fi
-}
diff --git a/media-sound/ncmpcpp/ncmpcpp-0.8.2.ebuild b/media-sound/ncmpcpp/ncmpcpp-0.8.2.ebuild
deleted file mode 100644 (file)
index 58f8e67..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="featureful ncurses based MPD client inspired by ncmpc"
-HOMEPAGE="https://rybczak.net/ncmpcpp/"
-SRC_URI="${HOMEPAGE}stable/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~sparc x86"
-IUSE="clock icu outputs taglib visualizer"
-
-RDEPEND="
-       !dev-libs/boost:0/1.57.0
-       >=media-libs/libmpdclient-2.1
-       dev-libs/boost:=[icu?,nls,threads]
-       net-misc/curl
-       sys-libs/ncurses:=
-       sys-libs/readline:*
-       icu? ( dev-libs/icu )
-       taglib? ( media-libs/taglib )
-       visualizer? ( sci-libs/fftw:3.0= )
-"
-DEPEND="
-       ${RDEPEND}
-       virtual/pkgconfig
-"
-
-src_prepare() {
-       default
-
-       sed -i -e '/^docdir/d' {,doc/}Makefile{.am,.in} || die
-       sed -i -e 's|COPYING||g' Makefile{.am,.in} || die
-}
-
-src_configure() {
-       econf \
-               $(use_enable clock) \
-               $(use_enable outputs) \
-               $(use_enable visualizer) \
-               $(use_with taglib) \
-               $(use_with visualizer fftw) \
-               --docdir=/usr/share/doc/${PF}
-}
-
-src_install() {
-       default
-
-       dodoc doc/{bindings,config}
-}
-
-pkg_postinst() {
-       echo
-       elog "Example configuration files have been installed at"
-       elog "${ROOT}usr/share/doc/${PF}"
-       elog "${P} uses ~/.ncmpcpp/config and ~/.ncmpcpp/bindings"
-       elog "as user configuration files."
-       echo
-       if use visualizer; then
-       elog "If you want to use the visualizer, you need mpd with fifo enabled."
-       echo
-       fi
-}