commit:     898d4a5c20bc0664cbe71a1e7f2d3fad38393bed
Author:     Michael Everitt <gentoo <AT> veremit <DOT> xyz>
AuthorDate: Mon Apr 20 21:57:51 2020 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Apr 22 21:37:46 2020 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=898d4a5c

Fixed upstream v0.8 in commit dff00a8.

v0.8.2 builds fine in ::gentoo:
>>> Completed installing media-sound/ncmpcpp-0.8.2-r1 into 
>>> /var/tmp/portage/media-sound/ncmpcpp-0.8.2-r1/image
>>> media-sound/ncmpcpp-0.8.2-r1 merged.

Signed-off-by: Michael Everitt <gentoo <AT> veremit.xyz>
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 media-sound/ncmpcpp/Manifest             |  1 -
 media-sound/ncmpcpp/metadata.xml         | 36 ----------------
 media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild | 72 --------------------------------
 3 files changed, 109 deletions(-)

diff --git a/media-sound/ncmpcpp/Manifest b/media-sound/ncmpcpp/Manifest
deleted file mode 100644
index fc7ad16..0000000
--- a/media-sound/ncmpcpp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ncmpcpp-0.7.7.tar.bz2 443801 SHA256 
b7bcbec83b1f88cc7b21f196b10be09a27b430566c59f402df170163464d01ef SHA512 
a0bbe85f154c40513d41e85810de86ed21109b72fb0f2bdb0b78dcbddb3770aff5422b5bb7fbac2b76634c5b9aaf843bed5fc16fc672fcd71bbae911f65c0034
 WHIRLPOOL 
49a5e16cf583424618db5e2c38a946cc60d5ea2e17015c7e6232c91f84cf44c308389b81bb2f380045f3f9595d83a13c2a4f571930ea122e85437f4e6cccb4d1

diff --git a/media-sound/ncmpcpp/metadata.xml b/media-sound/ncmpcpp/metadata.xml
deleted file mode 100644
index b19eb81..0000000
--- a/media-sound/ncmpcpp/metadata.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>j...@gentoo.org</email>
-       </maintainer>
-       <maintainer type="project">
-               <email>so...@gentoo.org</email>
-               <name>Gentoo Sound project</name>
-       </maintainer>
-       <use>
-               <flag name="clock">Enable clock screen</flag>
-               <flag name="outputs">Enable outputs screen</flag>
-               <flag name="visualizer">Enable visualizer screen with sound 
wave/frequency
-                       spectrum modes</flag>
-       </use>
-       <longdescription lang="en">
-       A featureful <pkg>sys-libs/ncurses</pkg> based 
<pkg>media-sound/mpd</pkg>
-       client inspired by <pkg>media-sound/ncmpc</pkg>
-
-       Ncmpcpp is very similar to ncmpc if it comes to user interface, but it
-       provides a lot of new useful features. 
-
-       Main new features:
-        * tag editor
-        * playlist editor
-        * easy to use search engine
-        * media library
-        * music visualizer
-        * ability to fetch artist info from last.fm
-        * new display mode
-        * alternative user interface
-        * ability to browse and add files from outside of MPD music directory
-        ..and a lot more minor convenient functions.
-       </longdescription>
-</pkgmetadata>

diff --git a/media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild 
b/media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild
deleted file mode 100644
index 18f2bce..0000000
--- a/media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic
-
-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 arm64 ppc x86"
-IUSE="clock curl outputs taglib unicode visualizer"
-
-RDEPEND="
-       !dev-libs/boost:0/1.57.0
-       >=media-libs/libmpdclient-2.1
-       dev-libs/boost:=[nls,threads]
-       sys-libs/ncurses:=[unicode?]
-       sys-libs/readline:*
-       curl? ( net-misc/curl )
-       taglib? ( media-libs/taglib )
-       unicode? (
-               dev-libs/boost:=[icu]
-               dev-libs/icu:=
-       )
-       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() {
-       append-cppflags "-D_XOPEN_SOURCE=500"
-       econf \
-               $(use_enable clock) \
-               $(use_enable outputs) \
-               $(use_enable unicode) \
-               $(use_enable visualizer) \
-               $(use_with curl) \
-               $(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
-}

Reply via email to