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 DC61A138334 for ; Sat, 9 Feb 2019 18:17:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF79EE0A43; Sat, 9 Feb 2019 18:17:19 +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 95DB2E0A43 for ; Sat, 9 Feb 2019 18:17:19 +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 B677C335D54 for ; Sat, 9 Feb 2019 18:17:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CA5553B for ; Sat, 9 Feb 2019 18:17:15 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1549733979.ff22e1d473fd0ebb342ad35a7f61dccfd7f84959.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ncmpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/ncmpc/metadata.xml media-sound/ncmpc/ncmpc-0.33.ebuild X-VCS-Directories: media-sound/ncmpc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ff22e1d473fd0ebb342ad35a7f61dccfd7f84959 X-VCS-Branch: master Date: Sat, 9 Feb 2019 18:17:15 +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: 8a4c7277-8cb7-47bd-bbb9-16097e66cdc8 X-Archives-Hash: 9814a53e916327b744ceea349983d636 commit: ff22e1d473fd0ebb342ad35a7f61dccfd7f84959 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 9 17:37:40 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 9 17:39:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff22e1d4 media-sound/ncmpc: Add USE=library-screen, replaces artist-screen Fixes: WARNING: Unknown options: "artist_screen" Upstream commit: b3d12560eebf76b6bee1e4373b0026737c5cce07 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/ncmpc/metadata.xml | 1 + media-sound/ncmpc/ncmpc-0.33.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/media-sound/ncmpc/metadata.xml b/media-sound/ncmpc/metadata.xml index 240ddfa18ac..f4eb96c015f 100644 --- a/media-sound/ncmpc/metadata.xml +++ b/media-sound/ncmpc/metadata.xml @@ -11,6 +11,7 @@ Enable the chat screen Enable the help screen Enable key editor screen + Enable library screen Enable lyrics screen Enable curses getmouse support Enable the outputs screen diff --git a/media-sound/ncmpc/ncmpc-0.33.ebuild b/media-sound/ncmpc/ncmpc-0.33.ebuild index 4650a8ad52e..b07b8a212ec 100644 --- a/media-sound/ncmpc/ncmpc-0.33.ebuild +++ b/media-sound/ncmpc/ncmpc-0.33.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="+artist-screen async-connect chat-screen doc +help-screen key-screen lirc lyrics-screen outputs-screen search-screen +song-screen +mouse nls pcre" +IUSE="async-connect chat-screen doc +help-screen key-screen +library-screen lirc lyrics-screen outputs-screen search-screen +song-screen +mouse nls pcre" BDEPEND=" virtual/pkgconfig @@ -44,7 +44,7 @@ src_configure() { -Dcolors=true -Dmini=false -Dlyrics_plugin_dir="${EPREFIX}/usr/$(get_libdir)/ncmpc/lyrics" - -Dartist_screen=$(usex artist-screen true false) + -Dlibrary_screen=$(usex library-screen true false) -Dasync_connect=$(usex async-connect true false) -Dchat_screen=$(usex chat-screen true false) -Ddocumentation=$(usex doc enabled disabled)