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 03C1E1395E2 for ; Sat, 5 Nov 2016 10:24:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04DC7E0C6B; Sat, 5 Nov 2016 10:24:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3FB9E0C6B for ; Sat, 5 Nov 2016 10:24:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BAD813415D4 for ; Sat, 5 Nov 2016 10:24:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E06724AF for ; Sat, 5 Nov 2016 10:24:10 +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: <1478341448.359addeb25b759f5c0f34fa721e48b2fb1384173.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-9999.ebuild X-VCS-Directories: media-sound/ncmpcpp/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 359addeb25b759f5c0f34fa721e48b2fb1384173 X-VCS-Branch: master Date: Sat, 5 Nov 2016 10:24:10 +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-Archives-Salt: b80b6819-d4e2-41ff-bc96-eb8fee4cebe1 X-Archives-Hash: f24e227c33b06e9b411a177102f594da commit: 359addeb25b759f5c0f34fa721e48b2fb1384173 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Nov 5 10:23:45 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Nov 5 10:24:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359addeb media-sound/ncmpcpp: Update live ebuild. Package-Manager: portage-2.3.2 media-sound/ncmpcpp/ncmpcpp-9999.ebuild | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild index 63f102a..ea7e92f 100644 --- a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 - -inherit autotools eutils git-r3 +EAPI=6 +inherit autotools git-r3 DESCRIPTION="featureful ncurses based MPD client inspired by ncmpc" HOMEPAGE="http://ncmpcpp.rybczak.net/" @@ -23,8 +22,11 @@ RDEPEND=" sys-libs/readline:* curl? ( net-misc/curl ) taglib? ( media-libs/taglib ) - unicode? ( dev-libs/boost:=[icu] ) - visualizer? ( sci-libs/fftw:3.0 ) + unicode? ( + dev-libs/boost:=[icu] + dev-libs/icu:= + ) + visualizer? ( sci-libs/fftw:3.0= ) " DEPEND=" ${RDEPEND} @@ -32,6 +34,8 @@ DEPEND=" " src_prepare() { + default + sed -i -e '/^docdir/d' {,doc/}Makefile.am || die sed -i -e 's|COPYING||g' Makefile.am || die eautoreconf