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 3CF87138334 for ; Wed, 30 Oct 2019 09:39:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DD76E0882; Wed, 30 Oct 2019 09:39:54 +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 21C25E0882 for ; Wed, 30 Oct 2019 09:39:54 +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 8441634C592 for ; Wed, 30 Oct 2019 09:39:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC8075FC for ; Wed, 30 Oct 2019 09:39:49 +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: <1572428385.c9c652f0a1525d4a2bb3bd914861f6e8cd275aac.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.7.7.ebuild 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: c9c652f0a1525d4a2bb3bd914861f6e8cd275aac X-VCS-Branch: master Date: Wed, 30 Oct 2019 09:39:49 +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: 39c9e594-480a-449e-ac41-c8650d2191e6 X-Archives-Hash: 66437c64423df308143cbe48b165f1dd commit: c9c652f0a1525d4a2bb3bd914861f6e8cd275aac Author: Jeroen Roovers gentoo org> AuthorDate: Wed Oct 30 09:36:30 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Oct 30 09:39:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9c652f0 media-sound/ncmpcpp: Drop IUSE=icu|unicode Package-Manager: Portage-2.3.78, Repoman-2.3.17 Fixes: https://bugs.gentoo.org/show_bug.cgi?id=686714 Signed-off-by: Jeroen Roovers gentoo.org> media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild | 16 +++++++--------- media-sound/ncmpcpp/ncmpcpp-0.8.2-r1.ebuild | 8 ++++---- media-sound/ncmpcpp/ncmpcpp-9999.ebuild | 8 ++++---- 3 files changed, 15 insertions(+), 17 deletions(-) diff --git a/media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild b/media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild index 85d189cdcd0..fac787897fb 100644 --- a/media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,20 +10,18 @@ SRC_URI="${HOMEPAGE}stable/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 arm hppa ppc ppc64 sparc x86" -IUSE="clock curl outputs taglib unicode visualizer" +IUSE="clock curl outputs taglib visualizer" RDEPEND=" !dev-libs/boost:0/1.57.0 >=media-libs/libmpdclient-2.1 + dev-libs/boost:=[icu] dev-libs/boost:=[nls,threads] - sys-libs/ncurses:=[unicode?] + dev-libs/icu:= + 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=" @@ -42,12 +40,12 @@ src_configure() { 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} + --docdir=/usr/share/doc/${PF} \ + --enable-unicode } src_install() { diff --git a/media-sound/ncmpcpp/ncmpcpp-0.8.2-r1.ebuild b/media-sound/ncmpcpp/ncmpcpp-0.8.2-r1.ebuild index 007f6387ce6..dbdf6c5d16c 100644 --- a/media-sound/ncmpcpp/ncmpcpp-0.8.2-r1.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-0.8.2-r1.ebuild @@ -10,16 +10,16 @@ SRC_URI="${HOMEPAGE}stable/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~sparc x86" -IUSE="clock icu outputs taglib visualizer" +IUSE="clock outputs taglib visualizer" RDEPEND=" !dev-libs/boost:0/1.57.0 >=media-libs/libmpdclient-2.1 - dev-libs/boost:=[icu?,nls,threads] + dev-libs/boost:=[icu,nls,threads] + dev-libs/icu:= net-misc/curl - sys-libs/ncurses:= + sys-libs/ncurses:=[unicode] sys-libs/readline:* - icu? ( dev-libs/icu:= ) taglib? ( media-libs/taglib ) visualizer? ( sci-libs/fftw:3.0= ) " diff --git a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild index 7b75299afc5..5074e746006 100644 --- a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild @@ -11,16 +11,16 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="clock icu outputs taglib visualizer" +IUSE="clock outputs taglib visualizer" RDEPEND=" !dev-libs/boost:0/1.57.0 >=media-libs/libmpdclient-2.1 - dev-libs/boost:=[icu?,nls,threads] + dev-libs/boost:=[icu,nls,threads] + dev-libs/icu:= net-misc/curl - sys-libs/ncurses:= + sys-libs/ncurses:=[unicode] sys-libs/readline:* - icu? ( dev-libs/icu:= ) taglib? ( media-libs/taglib ) visualizer? ( sci-libs/fftw:3.0= ) "