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 C41FC15817D for ; Sat, 8 Jun 2024 07:01:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A29DE29F2; Sat, 8 Jun 2024 07:01:29 +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 pigeon.gentoo.org (Postfix) with ESMTPS id EA67AE29F2 for ; Sat, 8 Jun 2024 07:01:28 +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 F3E7633BF41 for ; Sat, 8 Jun 2024 07:01:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59A9911DF for ; Sat, 8 Jun 2024 07:01:26 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1717830077.d0160ddea690d92046775e581b0062f12edb0a85.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/cadence/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/cadence/cadence-0.9.2-r1.ebuild media-sound/cadence/cadence-9999.ebuild media-sound/cadence/metadata.xml X-VCS-Directories: media-sound/cadence/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: d0160ddea690d92046775e581b0062f12edb0a85 X-VCS-Branch: master Date: Sat, 8 Jun 2024 07:01:26 +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: 4eddefb2-798c-4841-8f04-f37c780454e5 X-Archives-Hash: 6c41246085eb9252dab8df217f14bc26 commit: d0160ddea690d92046775e581b0062f12edb0a85 Author: Miroslav Šulc gentoo org> AuthorDate: Sat Jun 8 07:01:00 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Jun 8 07:01:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0160dde media-sound/cadence: added python 3.12 + some adjustments sync'd live ebuild with the versioned one remove non-existant alternative dependency added remote-id and reformatted metadata.xml Closes: https://bugs.gentoo.org/929654 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/cadence/cadence-0.9.2-r1.ebuild | 9 ++++----- media-sound/cadence/cadence-9999.ebuild | 27 ++++++++++++++++----------- media-sound/cadence/metadata.xml | 17 ++++++++++------- 3 files changed, 30 insertions(+), 23 deletions(-) diff --git a/media-sound/cadence/cadence-0.9.2-r1.ebuild b/media-sound/cadence/cadence-0.9.2-r1.ebuild index 45f90c398df0..267bf2c07c73 100644 --- a/media-sound/cadence/cadence-0.9.2-r1.ebuild +++ b/media-sound/cadence/cadence-0.9.2-r1.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit python-single-r1 xdg desktop DESCRIPTION="Collection of tools useful for audio production" HOMEPAGE="https://kx.studio//Applications:Cadence" -if [[ ${PV} == "9999" ]] ; then +if [[ ${PV} == *9999* ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/falkTX/Cadence.git" else @@ -36,9 +36,8 @@ CDEPEND=" a2jmidid? ( media-sound/a2jmidid[dbus] ) pulseaudio? ( || ( - media-sound/pulseaudio-daemon[jack] media-video/pipewire[jack-sdk] - - - proaudio@gentoo.org - Gentoo ProAudio Project - - - Enables support for legacy ALSA sequencer applications in JACK MIDI system - + + proaudio@gentoo.org + Gentoo ProAudio Project + + + Enables support for legacy ALSA sequencer applications in JACK MIDI system + + + falkTX/Cadence +