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 1584F158091 for ; Sat, 18 Jun 2022 17:58:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 395FFE09F5; Sat, 18 Jun 2022 17:58:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DED64E09F5 for ; Sat, 18 Jun 2022 17:58:13 +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 ED737341910 for ; Sat, 18 Jun 2022 17:58:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26EB0471 for ; Sat, 18 Jun 2022 17:58:11 +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: <1655575080.abce4a46242f2644455a2612cf356b96a037b403.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/cadence/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/cadence/Manifest media-sound/cadence/cadence-0.9.2.ebuild media-sound/cadence/cadence-9999.ebuild X-VCS-Directories: media-sound/cadence/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: abce4a46242f2644455a2612cf356b96a037b403 X-VCS-Branch: master Date: Sat, 18 Jun 2022 17:58:11 +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: 9c121a79-33a5-46ae-9e9a-6e8557bba194 X-Archives-Hash: b012c06c6619f1c67e3df07859b508bf commit: abce4a46242f2644455a2612cf356b96a037b403 Author: Miroslav Šulc gentoo org> AuthorDate: Sat Jun 18 17:58:00 2022 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Jun 18 17:58:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abce4a46 media-sound/cadence: bump to 0.9.2, addy python 3.10 & 3.11, eapi8, updated live Signed-off-by: Miroslav Šulc gentoo.org> media-sound/cadence/Manifest | 1 + media-sound/cadence/{cadence-9999.ebuild => cadence-0.9.2.ebuild} | 4 ++-- media-sound/cadence/cadence-9999.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/media-sound/cadence/Manifest b/media-sound/cadence/Manifest index 4b62b9742a88..2542a4389457 100644 --- a/media-sound/cadence/Manifest +++ b/media-sound/cadence/Manifest @@ -1 +1,2 @@ DIST cadence-0.9.1.tar.gz 2202272 BLAKE2B 0f96a3eadc90540ef455e3b9c9abe1b8dc0d912936642c77e52a3704367f06e870b4cbe0bee78482436b9b099063c66b0b04007e8905b7eaf213d6b2f9aa08d1 SHA512 daa9df947f0198522172451ec3d2a0e138de5245d4fa849c89ae17fc141388467bdb2e5b1ed191d1db372f4d1c02a8f1c32458c20b893d413af8fdce72ee9219 +DIST cadence-0.9.2.tar.gz 2202164 BLAKE2B a5422e4d74618e2e45d9c6f275393a6e918783fc37d60a54142725aa54e691435c41f76dd0346fae7684c452988b07a18d817902abd917dbceaff5fb4aaa6c47 SHA512 d8a1b52c361e3e18a193d1c283bb69abe18ce667b554fc53cb9b752d92747269145144ae512895ffbb5df76efe8671cfc0782f29e59d0d7cd3d97c97240bdecf diff --git a/media-sound/cadence/cadence-9999.ebuild b/media-sound/cadence/cadence-0.9.2.ebuild similarity index 98% copy from media-sound/cadence/cadence-9999.ebuild copy to media-sound/cadence/cadence-0.9.2.ebuild index 0100e16f1a3f..826035d06617 100644 --- a/media-sound/cadence/cadence-9999.ebuild +++ b/media-sound/cadence/cadence-0.9.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit python-single-r1 xdg desktop DESCRIPTION="Collection of tools useful for audio production" diff --git a/media-sound/cadence/cadence-9999.ebuild b/media-sound/cadence/cadence-9999.ebuild index 0100e16f1a3f..826035d06617 100644 --- a/media-sound/cadence/cadence-9999.ebuild +++ b/media-sound/cadence/cadence-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit python-single-r1 xdg desktop DESCRIPTION="Collection of tools useful for audio production"