commit:     5e6a7e09e46d973b72fee5df445cc71690312e31
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 19:07:11 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 18:23:10 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e6a7e09

media-sound/qjackctl: drop 1.0.3

Closes: https://bugs.gentoo.org/948974
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/qjackctl/qjackctl-1.0.3.ebuild | 47 ------------------------------
 1 file changed, 47 deletions(-)

diff --git a/media-sound/qjackctl/qjackctl-1.0.3.ebuild 
b/media-sound/qjackctl/qjackctl-1.0.3.ebuild
deleted file mode 100644
index 8b1ca524e452..000000000000
--- a/media-sound/qjackctl/qjackctl-1.0.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg cmake
-
-DESCRIPTION="Qt GUI to control the JACK Audio Connection Kit and ALSA 
sequencer connections"
-HOMEPAGE="https://qjackctl.sourceforge.io/";
-SRC_URI="https://downloads.sourceforge.net/qjackctl/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="alsa dbus debug portaudio"
-
-BDEPEND="dev-qt/linguist-tools:5"
-DEPEND="
-       dev-qt/qtcore:5
-       dev-qt/qtgui:5
-       dev-qt/qtnetwork:5
-       dev-qt/qtwidgets:5
-       dev-qt/qtx11extras:5
-       dev-qt/qtxml:5
-       virtual/jack
-       alsa? ( media-libs/alsa-lib )
-       dbus? ( dev-qt/qtdbus:5 )
-       portaudio? ( media-libs/portaudio )
-"
-RDEPEND="${DEPEND}
-       dev-qt/qtsvg:5
-"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-0.9.13-disable-git.patch"
-)
-
-src_configure() {
-       local mycmakeargs=(
-               -DCONFIG_ALSA_SEQ=$(usex alsa 1 0)
-               -DCONFIG_DBUS=$(usex dbus 1 0)
-               -DCONFIG_DEBUG=$(usex debug 1 0)
-               -DCONFIG_PORTAUDIO=$(usex portaudio 1 0)
-               -DCONFIG_QT6=no
-       )
-       cmake_src_configure
-}

Reply via email to