From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7C3D6138334 for ; Wed, 3 Apr 2019 09:17:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9475AE08AE; Wed, 3 Apr 2019 09:17:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 608E2E08AE for ; Wed, 3 Apr 2019 09:17:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E5F2335C5D for ; Wed, 3 Apr 2019 09:17:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6400520 for ; Wed, 3 Apr 2019 09:16:57 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1554283015.99450e6ad29f061feadcb6774e94b74d980a70f0.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ncmpcpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/ncmpcpp/ncmpcpp-0.8.2-r1.ebuild media-sound/ncmpcpp/ncmpcpp-9999.ebuild X-VCS-Directories: media-sound/ncmpcpp/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 99450e6ad29f061feadcb6774e94b74d980a70f0 X-VCS-Branch: master Date: Wed, 3 Apr 2019 09:16:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 88623407-84bf-4ad5-9dd0-60190de482b4 X-Archives-Hash: 9ec52dfb101d85f27a098bc6dc7c3669 commit: 99450e6ad29f061feadcb6774e94b74d980a70f0 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Apr 3 09:16:19 2019 +0000 Commit: Jeroen Roovers gentoo 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 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= ) "