From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1732060-garchives=archives.gentoo.org@lists.gentoo.org> 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 finch.gentoo.org (Postfix) with ESMTPS id B3EA11581EE for <garchives@archives.gentoo.org>; Fri, 28 Mar 2025 15:10:08 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A0EBA343150 for <garchives@archives.gentoo.org>; Fri, 28 Mar 2025 15:10:08 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DB6871104B1; Fri, 28 Mar 2025 15:10:04 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D72FA1104B1 for <gentoo-commits@lists.gentoo.org>; Fri, 28 Mar 2025 15:10:04 +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 93CCC343105 for <gentoo-commits@lists.gentoo.org>; Fri, 28 Mar 2025 15:10:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF4BD283B for <gentoo-commits@lists.gentoo.org>; Fri, 28 Mar 2025 15:10:02 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1743174452.7020e7e04311f8eaf9d2e3b83c0e0c9e72517e31.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pamix/pamix-9999.ebuild X-VCS-Directories: media-sound/pamix/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7020e7e04311f8eaf9d2e3b83c0e0c9e72517e31 X-VCS-Branch: master Date: Fri, 28 Mar 2025 15:10:02 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a9dbca49-1d1c-4b28-836e-c1841df8e6ae X-Archives-Hash: a6a27a22b581add05d9e639803b4df54 commit: 7020e7e04311f8eaf9d2e3b83c0e0c9e72517e31 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Tue Mar 25 22:37:13 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 28 15:07:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7020e7e0 media-sound/pamix: update live Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/41313 Signed-off-by: Sam James <sam <AT> gentoo.org> media-sound/pamix/pamix-9999.ebuild | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/media-sound/pamix/pamix-9999.ebuild b/media-sound/pamix/pamix-9999.ebuild index e1631975ab6e..77f1f2c11b02 100644 --- a/media-sound/pamix/pamix-9999.ebuild +++ b/media-sound/pamix/pamix-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/patroclos/PAmix.git" inherit git-r3 else - SRC_URI="https://github.com/patroclos/PAmix/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/patroclos/PAmix/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" S="${WORKDIR}/PAmix-${PV}" fi @@ -19,26 +19,10 @@ HOMEPAGE="https://github.com/patroclos/PAmix" LICENSE="MIT" SLOT="0" -IUSE="+unicode" RDEPEND=" media-libs/libpulse - sys-libs/ncurses:=[unicode(+)?] + sys-libs/ncurses:=[unicode(+)] " DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" - -src_prepare() { - cmake_src_prepare - if [[ ${PV} != 9999 ]] ; then - sed -e "/^include(CMakeGitDefines.cmake)/d" -i CMakeLists.txt || die - fi -} - -src_configure() { - local mycmakeargs=( - -DWITH_UNICODE="$(usex unicode)" - ) - [[ ${PV} != 9999 ]] && mycmakeargs+=( -DGIT_VERSION=${PV} ) - cmake_src_configure -}