Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ncmpcpp/
Date: Sat, 05 Nov 2016 10:24:17
Message-Id: 1478341448.359addeb25b759f5c0f34fa721e48b2fb1384173.jer@gentoo
1 commit: 359addeb25b759f5c0f34fa721e48b2fb1384173
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 5 10:23:45 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 10:24:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359addeb
7
8 media-sound/ncmpcpp: Update live ebuild.
9
10 Package-Manager: portage-2.3.2
11
12 media-sound/ncmpcpp/ncmpcpp-9999.ebuild | 16 ++++++++++------
13 1 file changed, 10 insertions(+), 6 deletions(-)
14
15 diff --git a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild
16 index 63f102a..ea7e92f 100644
17 --- a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild
18 +++ b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild
19 @@ -1,10 +1,9 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI=5
26 -
27 -inherit autotools eutils git-r3
28 +EAPI=6
29 +inherit autotools git-r3
30
31 DESCRIPTION="featureful ncurses based MPD client inspired by ncmpc"
32 HOMEPAGE="http://ncmpcpp.rybczak.net/"
33 @@ -23,8 +22,11 @@ RDEPEND="
34 sys-libs/readline:*
35 curl? ( net-misc/curl )
36 taglib? ( media-libs/taglib )
37 - unicode? ( dev-libs/boost:=[icu] )
38 - visualizer? ( sci-libs/fftw:3.0 )
39 + unicode? (
40 + dev-libs/boost:=[icu]
41 + dev-libs/icu:=
42 + )
43 + visualizer? ( sci-libs/fftw:3.0= )
44 "
45 DEPEND="
46 ${RDEPEND}
47 @@ -32,6 +34,8 @@ DEPEND="
48 "
49
50 src_prepare() {
51 + default
52 +
53 sed -i -e '/^docdir/d' {,doc/}Makefile.am || die
54 sed -i -e 's|COPYING||g' Makefile.am || die
55 eautoreconf