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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 739AD158170 for ; Thu, 18 Jul 2024 07:51:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2498E2B49; Thu, 18 Jul 2024 07:51:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94C88E2B49 for ; Thu, 18 Jul 2024 07:51:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A22D6342F8E for ; Thu, 18 Jul 2024 07:50:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A7C61E3D for ; Thu, 18 Jul 2024 07:50:58 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1721288895.791f5efa19517aa9f50d205eda399e94998e3b72.juippis@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: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 791f5efa19517aa9f50d205eda399e94998e3b72 X-VCS-Branch: master Date: Thu, 18 Jul 2024 07:50:58 +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: 9b92ab78-9282-4256-a9a9-a3a5732314a2 X-Archives-Hash: 5dcc00d1b6dca6cd3caa2891b804661b commit: 791f5efa19517aa9f50d205eda399e94998e3b72 Author: gentoo-setan protonmail com> AuthorDate: Mon Jun 17 06:41:12 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Jul 18 07:48:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=791f5efa media-sound/ncmpcpp: make 9999 more like latest stable Signed-off-by: gentoo-setan protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/37190 Signed-off-by: Joonas Niilola gentoo.org> media-sound/ncmpcpp/ncmpcpp-9999.ebuild | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild index 83a7d42906c9..8c02f3f600fe 100644 --- a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools git-r3 -DESCRIPTION="featureful ncurses based MPD client inspired by ncmpc" +DESCRIPTION="Featureful ncurses based MPD client inspired by ncmpc" HOMEPAGE=" https://rybczak.net/ncmpcpp/ https://github.com/ncmpcpp/ncmpcpp/ " EGIT_REPO_URI="https://github.com/ncmpcpp/ncmpcpp" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" IUSE="clock outputs taglib visualizer" @@ -26,18 +26,15 @@ RDEPEND=" taglib? ( media-libs/taglib ) visualizer? ( sci-libs/fftw:3.0= ) " -DEPEND=" - ${RDEPEND} - virtual/pkgconfig -" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" 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() { @@ -60,7 +57,7 @@ src_install() { pkg_postinst() { echo elog "Example configuration files have been installed at" - elog "${ROOT}/usr/share/doc/${PF}" + elog "${EROOT}/usr/share/doc/${PF}" elog "${P} uses ~/.ncmpcpp/config and ~/.ncmpcpp/bindings" elog "as user configuration files." echo