commit: 99450e6ad29f061feadcb6774e94b74d980a70f0
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 3 09:16:19 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Apr 3 09:16:55 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99450e6a
media-sound/ncmpcpp: Depend on dev-libs/icu:=
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
...{ncmpcpp-9999.ebuild => ncmpcpp-0.8.2-r1.ebuild} | 21 +++++++++------------
media-sound/ncmpcpp/ncmpcpp-9999.ebuild | 6 +++---
2 files changed, 12 insertions(+), 15 deletions(-)
diff --git a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild
b/media-sound/ncmpcpp/ncmpcpp-0.8.2-r1.ebuild
similarity index 77%
copy from media-sound/ncmpcpp/ncmpcpp-9999.ebuild
copy to media-sound/ncmpcpp/ncmpcpp-0.8.2-r1.ebuild
index 78f586c9c78..50bc9b2e8d6 100644
--- a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild
+++ b/media-sound/ncmpcpp/ncmpcpp-0.8.2-r1.ebuild
@@ -1,16 +1,15 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-inherit autotools git-r3
+EAPI=7
DESCRIPTION="featureful ncurses based MPD client inspired by ncmpc"
-HOMEPAGE="http://ncmpcpp.rybczak.net/"
-EGIT_REPO_URI="git://repo.or.cz/ncmpcpp.git"
-LICENSE="GPL-2"
+HOMEPAGE="https://rybczak.net/ncmpcpp/"
+SRC_URI="${HOMEPAGE}stable/${P}.tar.bz2"
+LICENSE="GPL-2"
SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="clock icu outputs taglib visualizer"
RDEPEND="
@@ -20,7 +19,7 @@ RDEPEND="
net-misc/curl
sys-libs/ncurses:=
sys-libs/readline:*
- icu? ( dev-libs/icu )
+ icu? ( dev-libs/icu:= )
taglib? ( media-libs/taglib )
visualizer? ( sci-libs/fftw:3.0= )
"
@@ -32,10 +31,8 @@ DEPEND="
src_prepare() {
default
- sed -i -e '/^docdir/d' {,doc/}Makefile.am || die
- sed -i -e 's|COPYING||g' Makefile.am || die
-
- eautoreconf
+ sed -i -e '/^docdir/d' {,doc/}Makefile{.am,.in} || die
+ sed -i -e 's|COPYING||g' Makefile{.am,.in} || die
}
src_configure() {
diff --git a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild
b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild
index 78f586c9c78..32c52125a42 100644
--- a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild
+++ b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit autotools git-r3
DESCRIPTION="featureful ncurses based MPD client inspired by ncmpc"
@@ -20,7 +20,7 @@ RDEPEND="
net-misc/curl
sys-libs/ncurses:=
sys-libs/readline:*
- icu? ( dev-libs/icu )
+ icu? ( dev-libs/icu:= )
taglib? ( media-libs/taglib )
visualizer? ( sci-libs/fftw:3.0= )
"