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 D3DE2158094 for ; Sat, 25 Jun 2022 09:31:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2704BE086C; Sat, 25 Jun 2022 09:31:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F79AE086C for ; Sat, 25 Jun 2022 09:31: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 224963417C1 for ; Sat, 25 Jun 2022 09:31:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60332480 for ; Sat, 25 Jun 2022 09:31:25 +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: <1656149482.98385427e12b119bc7c900bd84b4d7249c701eba.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.1-r2.ebuild X-VCS-Directories: media-sound/cadence/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 98385427e12b119bc7c900bd84b4d7249c701eba X-VCS-Branch: master Date: Sat, 25 Jun 2022 09:31:25 +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: 66f86af8-ece2-4919-80db-85b3a832efda X-Archives-Hash: b8842224cfd10a7fa1a0eeac9a381791 commit: 98385427e12b119bc7c900bd84b4d7249c701eba Author: Miroslav Šulc gentoo org> AuthorDate: Sat Jun 25 09:31:17 2022 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Jun 25 09:31:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98385427 media-sound/cadence: dropped obsolete 0.9.1-r2 Bug: https://bugs.gentoo.org/853607 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/cadence/Manifest | 1 - media-sound/cadence/cadence-0.9.1-r2.ebuild | 93 ----------------------------- 2 files changed, 94 deletions(-) diff --git a/media-sound/cadence/Manifest b/media-sound/cadence/Manifest index 2542a4389457..924b685f62f4 100644 --- a/media-sound/cadence/Manifest +++ b/media-sound/cadence/Manifest @@ -1,2 +1 @@ -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-0.9.1-r2.ebuild b/media-sound/cadence/cadence-0.9.1-r2.ebuild deleted file mode 100644 index a6a6a44e2de5..000000000000 --- a/media-sound/cadence/cadence-0.9.1-r2.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8,9} ) -inherit python-single-r1 xdg desktop - -DESCRIPTION="Collection of tools useful for audio production" -HOMEPAGE="https://kxstudio.linuxaudio.org/Applications:Cadence" - -if [[ ${PV} == "9999" ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/falkTX/Cadence.git" -else - SRC_URI="https://github.com/falkTX/Cadence/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64" - S="${WORKDIR}/Cadence-${PV}" -fi - -LICENSE="GPL-2" -SLOT="0" - -IUSE="a2jmidid pulseaudio opengl" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -CDEPEND=" - ${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-python/dbus-python[${PYTHON_USEDEP}] - dev-python/PyQt5[dbus,gui,opengl?,svg,widgets,${PYTHON_USEDEP}] - ') - media-sound/jack_capture - virtual/jack - a2jmidid? ( media-sound/a2jmidid[dbus] ) - pulseaudio? ( || ( media-sound/pulseaudio-daemon[jack]