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: Wed, 03 Apr 2019 09:17:03
Message-Id: 1554283015.99450e6ad29f061feadcb6774e94b74d980a70f0.jer@gentoo
1 commit: 99450e6ad29f061feadcb6774e94b74d980a70f0
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 3 09:16:19 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 3 09:16:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99450e6a
7
8 media-sound/ncmpcpp: Depend on dev-libs/icu:=
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 ...{ncmpcpp-9999.ebuild => ncmpcpp-0.8.2-r1.ebuild} | 21 +++++++++------------
14 media-sound/ncmpcpp/ncmpcpp-9999.ebuild | 6 +++---
15 2 files changed, 12 insertions(+), 15 deletions(-)
16
17 diff --git a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild b/media-sound/ncmpcpp/ncmpcpp-0.8.2-r1.ebuild
18 similarity index 77%
19 copy from media-sound/ncmpcpp/ncmpcpp-9999.ebuild
20 copy to media-sound/ncmpcpp/ncmpcpp-0.8.2-r1.ebuild
21 index 78f586c9c78..50bc9b2e8d6 100644
22 --- a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild
23 +++ b/media-sound/ncmpcpp/ncmpcpp-0.8.2-r1.ebuild
24 @@ -1,16 +1,15 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 -EAPI=6
30 -inherit autotools git-r3
31 +EAPI=7
32
33 DESCRIPTION="featureful ncurses based MPD client inspired by ncmpc"
34 -HOMEPAGE="http://ncmpcpp.rybczak.net/"
35 -EGIT_REPO_URI="git://repo.or.cz/ncmpcpp.git"
36 -LICENSE="GPL-2"
37 +HOMEPAGE="https://rybczak.net/ncmpcpp/"
38 +SRC_URI="${HOMEPAGE}stable/${P}.tar.bz2"
39
40 +LICENSE="GPL-2"
41 SLOT="0"
42 -KEYWORDS=""
43 +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
44 IUSE="clock icu outputs taglib visualizer"
45
46 RDEPEND="
47 @@ -20,7 +19,7 @@ RDEPEND="
48 net-misc/curl
49 sys-libs/ncurses:=
50 sys-libs/readline:*
51 - icu? ( dev-libs/icu )
52 + icu? ( dev-libs/icu:= )
53 taglib? ( media-libs/taglib )
54 visualizer? ( sci-libs/fftw:3.0= )
55 "
56 @@ -32,10 +31,8 @@ DEPEND="
57 src_prepare() {
58 default
59
60 - sed -i -e '/^docdir/d' {,doc/}Makefile.am || die
61 - sed -i -e 's|COPYING||g' Makefile.am || die
62 -
63 - eautoreconf
64 + sed -i -e '/^docdir/d' {,doc/}Makefile{.am,.in} || die
65 + sed -i -e 's|COPYING||g' Makefile{.am,.in} || die
66 }
67
68 src_configure() {
69
70 diff --git a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild
71 index 78f586c9c78..32c52125a42 100644
72 --- a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild
73 +++ b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild
74 @@ -1,7 +1,7 @@
75 -# Copyright 1999-2018 Gentoo Foundation
76 +# Copyright 1999-2019 Gentoo Authors
77 # Distributed under the terms of the GNU General Public License v2
78
79 -EAPI=6
80 +EAPI=7
81 inherit autotools git-r3
82
83 DESCRIPTION="featureful ncurses based MPD client inspired by ncmpc"
84 @@ -20,7 +20,7 @@ RDEPEND="
85 net-misc/curl
86 sys-libs/ncurses:=
87 sys-libs/readline:*
88 - icu? ( dev-libs/icu )
89 + icu? ( dev-libs/icu:= )
90 taglib? ( media-libs/taglib )
91 visualizer? ( sci-libs/fftw:3.0= )
92 "