commit:     38ba1425abaa62b056582f4ab51719a7fda1dc90
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 15 00:11:30 2025 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sat Nov 15 12:30:01 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38ba1425

media-sound/pavucontrol-qt: drop 2.0.0, 2.1.0

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 media-sound/pavucontrol-qt/Manifest                |  2 --
 .../pavucontrol-qt/pavucontrol-qt-2.0.0.ebuild     | 32 ----------------------
 .../pavucontrol-qt/pavucontrol-qt-2.1.0.ebuild     | 32 ----------------------
 3 files changed, 66 deletions(-)

diff --git a/media-sound/pavucontrol-qt/Manifest 
b/media-sound/pavucontrol-qt/Manifest
index 80e430aadfb8..d66967aff139 100644
--- a/media-sound/pavucontrol-qt/Manifest
+++ b/media-sound/pavucontrol-qt/Manifest
@@ -1,4 +1,2 @@
-DIST pavucontrol-qt-2.0.0.tar.xz 114044 BLAKE2B 
ccfe5de71e516a05ccf151d59832d8e7e7e44000a34f352945092129766b80d39ceead7b33f2caf9ad6f5becf32e0df82fe5f7379cf98355c0d3f303f7ef88cb
 SHA512 
e2c08c9413cfade402fc84d06b5f631a7c25b4b47d20da28099fdbe6cd6cc485ae5c855c6da0d5077bdac404b08ac90e4ef0ec907c1ae49ffb3a758f329bd63f
-DIST pavucontrol-qt-2.1.0.tar.xz 115596 BLAKE2B 
c926743ecdd87b5888144876ff4a5cc4294cd7f63e16f3e7719e6675b989ade64ab5d0d27cde1a2983552ae1955ebca2b42f121f58d7d7ee7fd1525b8772325b
 SHA512 
a5aff774ddad06b8af2a4424836e7cb48a47efcca882225ba06474292b7845575d220eda34353d408e54e6466dd4738a0160925a251fbe8a332b88c8f2c8c534
 DIST pavucontrol-qt-2.2.0.tar.xz 118532 BLAKE2B 
06cab251d69fae91f907414b1d51223d71f8368ae83e0ed2ff7053c44d7c44af3102f1bec98beb762d9cdb0071de3f802817b1434f05e22b78411e99dc5eb2b2
 SHA512 
1502c0681971d2161016c0545f8ac6135638120a3596631ed44e595ef8f57549843fbae2f8c527a5e8eab2f1f28e822709a1fe6ea7c82d2cef31d1b377183c6f
 DIST pavucontrol-qt-2.3.0.tar.xz 119132 BLAKE2B 
a04c77201dfd5de8ba80c5fdc9f8817edf7a9a5acceadc30ad68d8e6171e2e5d9d83f9823ea113b8b68d1950f567675b62c8ae5f4ab028a75ee7f09ba2720350
 SHA512 
49f61a5663764b4cf75125a936908b69c87fdee347ffca22a76a54ab1450e278b5addc370c3862aba7d97e6d0668a44ca1072ffe8b566dee561902e7ceeceab3

diff --git a/media-sound/pavucontrol-qt/pavucontrol-qt-2.0.0.ebuild 
b/media-sound/pavucontrol-qt/pavucontrol-qt-2.0.0.ebuild
deleted file mode 100644
index 28e03d28240b..000000000000
--- a/media-sound/pavucontrol-qt/pavucontrol-qt-2.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Qt GUI Pulseaudio Mixer"
-HOMEPAGE="https://lxqt-project.org/";
-
-if [[ ${PV} = *9999* ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/lxqt/${PN}.git";
-else
-       
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz";
-       KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="GPL-2 GPL-2+"
-SLOT="0"
-
-BDEPEND="
-       >=dev-qt/qttools-6.6:6[linguist]
-       >=dev-util/lxqt-build-tools-2.0.0
-       virtual/pkgconfig
-"
-DEPEND="
-       dev-libs/glib:2
-       >=dev-qt/qtbase-6.6:6[gui,widgets]
-       media-libs/libpulse[glib]
-"
-RDEPEND="${DEPEND}"

diff --git a/media-sound/pavucontrol-qt/pavucontrol-qt-2.1.0.ebuild 
b/media-sound/pavucontrol-qt/pavucontrol-qt-2.1.0.ebuild
deleted file mode 100644
index 1ece40005013..000000000000
--- a/media-sound/pavucontrol-qt/pavucontrol-qt-2.1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Qt GUI Pulseaudio Mixer"
-HOMEPAGE="https://lxqt-project.org/";
-
-if [[ ${PV} = *9999* ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/lxqt/${PN}.git";
-else
-       
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz";
-       KEYWORDS="amd64 arm64 ~hppa ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="GPL-2 GPL-2+"
-SLOT="0"
-
-BDEPEND="
-       >=dev-qt/qttools-6.6:6[linguist]
-       >=dev-util/lxqt-build-tools-2.1.0
-       virtual/pkgconfig
-"
-DEPEND="
-       dev-libs/glib:2
-       >=dev-qt/qtbase-6.6:6[gui,widgets]
-       media-libs/libpulse[glib]
-"
-RDEPEND="${DEPEND}"

Reply via email to