public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qjackctl/
Date: Tue, 25 Apr 2023 06:11:11 +0000 (UTC)	[thread overview]
Message-ID: <1682403068.685ae074091c6a6e69460d10acb97e0daef48fb4.fordfrog@gentoo> (raw)

commit:     685ae074091c6a6e69460d10acb97e0daef48fb4
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 06:11:01 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 06:11:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=685ae074

media-sound/qjackctl: dropped obsolete 0.9.8 & 0.9.9

Bug: https://bugs.gentoo.org/904856
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/qjackctl/Manifest              |  2 --
 media-sound/qjackctl/qjackctl-0.9.8.ebuild | 46 ------------------------------
 media-sound/qjackctl/qjackctl-0.9.9.ebuild | 46 ------------------------------
 3 files changed, 94 deletions(-)

diff --git a/media-sound/qjackctl/Manifest b/media-sound/qjackctl/Manifest
index cab0dd23e675..be964150f097 100644
--- a/media-sound/qjackctl/Manifest
+++ b/media-sound/qjackctl/Manifest
@@ -1,3 +1 @@
 DIST qjackctl-0.9.10.tar.gz 1279033 BLAKE2B 923310e8f6541ae8c0c463a2f256c3f960a45c1025608a9b5712873983243498178541dda4ca08dc0558b35765ec0abab48fef9ee727963bea57cae82285f146 SHA512 e209b1814ac2ea0b2d885d7f265b515f95f8f94acb19c6475a0cc37073ca099d7c6ac4949c646b49ffcf0e38a188ea5587dfae54b350d0df5eae9600615b7645
-DIST qjackctl-0.9.8.tar.gz 1274469 BLAKE2B 6ed3b594b501c89603c48d382736e13d9ab16f25eeb11e47b9619e0cb33d6749de2ed2aabf8e252f0a146713fafe65810c45fd25c7f288c4c6c6977db9de7961 SHA512 270b14865ed12456dc30f6d9c7d6b9a03753f087f4317e4aed2e524bff742c1ca0cfcd11be08983117117e2301da16eae3cf572075152f3cc9f993c73ef76ece
-DIST qjackctl-0.9.9.tar.gz 1278700 BLAKE2B 9db5ed933534f1364fcd7c7c81abeee6fee426efd4b9625954f1756bdc8b05628e730d428c88283b8c0d5bca6c21b6dd018b660a4b8069d3cb7c2a4f0edd2ea6 SHA512 184745bd24e52ee82d25ed410525751ba3f9a1c832c78c93a2e6457b0e930ea8d501efd5474c2e37812a264821d007c721b98a1774ce39c4ad58be331f2a2eb3

diff --git a/media-sound/qjackctl/qjackctl-0.9.8.ebuild b/media-sound/qjackctl/qjackctl-0.9.8.ebuild
deleted file mode 100644
index 42aae0d3e969..000000000000
--- a/media-sound/qjackctl/qjackctl-0.9.8.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 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="mirror://sourceforge/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.1-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)
-	)
-	cmake_src_configure
-}

diff --git a/media-sound/qjackctl/qjackctl-0.9.9.ebuild b/media-sound/qjackctl/qjackctl-0.9.9.ebuild
deleted file mode 100644
index 127871210489..000000000000
--- a/media-sound/qjackctl/qjackctl-0.9.9.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 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="mirror://sourceforge/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.1-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)
-	)
-	cmake_src_configure
-}


             reply	other threads:[~2023-04-25  6:11 UTC|newest]

Thread overview: 109+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-25  6:11 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-11 18:23 [gentoo-commits] repo/gentoo:master commit in: media-sound/qjackctl/ Andreas Sturmlechner
2025-02-10 19:01 Arthur Zamarin
2025-02-10 19:01 Arthur Zamarin
2025-01-28 19:08 Andreas Sturmlechner
2024-12-06  7:58 Miroslav Šulc
2024-10-30 11:51 Miroslav Šulc
2024-10-20 10:33 Miroslav Šulc
2024-10-19 10:44 Jakov Smolić
2024-10-19 10:42 Arthur Zamarin
2024-09-18 12:59 Miroslav Šulc
2024-09-05 10:25 Miroslav Šulc
2024-09-02  8:20 Sam James
2024-09-02  7:59 Sam James
2024-08-02 13:32 Miroslav Šulc
2024-07-20 10:12 Miroslav Šulc
2024-07-19 15:43 Arthur Zamarin
2024-07-19 15:43 Arthur Zamarin
2024-06-19  8:28 Miroslav Šulc
2024-06-02  9:11 Miroslav Šulc
2024-05-31 14:09 Arthur Zamarin
2024-05-31 14:05 Arthur Zamarin
2024-05-01  8:33 Miroslav Šulc
2024-04-10  8:21 Miroslav Šulc
2024-02-24 15:26 Arthur Zamarin
2024-02-24  7:08 Sam James
2023-10-10  8:52 Miroslav Šulc
2023-10-10  8:52 Miroslav Šulc
2023-10-09 20:02 Sam James
2023-10-09 16:21 Arthur Zamarin
2023-09-09  8:40 Miroslav Šulc
2023-07-04  6:09 Miroslav Šulc
2023-07-03 14:59 Sam James
2023-07-03 13:47 Sam James
2023-06-02  6:48 Miroslav Šulc
2023-05-30 18:26 David Seifert
2023-04-23  8:02 Sam James
2023-04-23  7:47 Sam James
2022-12-29  8:28 Miroslav Šulc
2022-11-05  5:44 Miroslav Šulc
2022-11-03 19:13 Sam James
2022-10-04  4:44 Miroslav Šulc
2022-05-04 18:55 Miroslav Šulc
2022-04-04  5:54 Miroslav Šulc
2022-04-04  5:54 Miroslav Šulc
2022-02-11 10:47 Miroslav Šulc
2022-02-11 10:40 Jakov Smolić
2022-02-11 10:40 Jakov Smolić
2022-01-11  8:48 Miroslav Šulc
2021-11-08 11:20 Miroslav Šulc
2021-11-08 10:11 Agostino Sarubbo
2021-11-06  9:02 Jakov Smolić
2021-10-06  6:54 Miroslav Šulc
2021-08-05 19:21 Miroslav Šulc
2021-08-05 14:08 Sam James
2021-07-05  6:03 Miroslav Šulc
2021-06-12  9:44 Miroslav Šulc
2021-06-12  1:18 Sam James
2021-06-12  1:18 Sam James
2021-05-12  5:42 Miroslav Šulc
2021-04-16  7:18 Miroslav Šulc
2021-04-16  0:36 Sam James
2021-04-16  0:35 Sam James
2021-03-16 10:46 Miroslav Šulc
2021-03-08  8:19 Miroslav Šulc
2021-03-07 19:48 Sam James
2021-03-07 19:46 Sam James
2021-02-09  9:32 Miroslav Šulc
2021-02-09  9:32 Miroslav Šulc
2021-02-07  7:52 Miroslav Šulc
2021-02-03  8:30 Miroslav Šulc
2021-02-03  8:30 Miroslav Šulc
2021-01-22  8:15 Miroslav Šulc
2021-01-22  1:49 Sam James
2021-01-20  0:02 Sam James
2020-12-20  4:44 Miroslav Šulc
2020-12-19 10:49 Miroslav Šulc
2020-09-23 10:47 Miroslav Šulc
2020-09-23 10:34 Agostino Sarubbo
2020-09-23 10:20 Agostino Sarubbo
2020-09-17  7:57 Miroslav Šulc
2020-08-21  8:48 Miroslav Šulc
2020-05-20 13:19 Andreas Sturmlechner
2020-05-09  8:41 Miroslav Šulc
2020-05-08 10:46 Agostino Sarubbo
2020-05-07 15:58 Agostino Sarubbo
2020-04-12  4:44 Miroslav Šulc
2020-04-11 16:12 Agostino Sarubbo
2020-04-09 12:25 Agostino Sarubbo
2020-04-03 13:23 Miroslav Šulc
2020-03-09 11:22 Miroslav Šulc
2019-12-10  8:51 Miroslav Šulc
2019-12-03 10:06 Agostino Sarubbo
2019-12-03 10:03 Agostino Sarubbo
2019-11-01 12:19 Miroslav Šulc
2019-11-01 12:04 Miroslav Šulc
2017-09-21 14:33 Michael Palimaka
2017-05-09  7:22 Alexis Ballier
2016-11-15  9:09 Alexis Ballier
2016-10-22  9:38 David Seifert
2016-10-22  9:38 David Seifert
2016-09-19 12:11 Alexis Ballier
2016-04-10 16:33 Michael Palimaka
2016-04-10 16:26 Michael Palimaka
2016-04-07 13:03 Alexis Ballier
2016-03-07 18:50 Alexis Ballier
2015-10-30 14:23 Alexis Ballier
2015-10-30 10:51 Alexis Ballier
2015-10-30 10:51 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1682403068.685ae074091c6a6e69460d10acb97e0daef48fb4.fordfrog@gentoo \
    --to=fordfrog@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox