From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pavucontrol-qt/
Date: Tue, 31 Dec 2024 09:08:44 +0000 (UTC) [thread overview]
Message-ID: <1735636068.3ecc8448d1552f3ccfd94d028ba57c3c19b454c8.asturm@gentoo> (raw)
commit: 3ecc8448d1552f3ccfd94d028ba57c3c19b454c8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 30 14:51:39 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 31 09:07:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ecc8448
media-sound/pavucontrol-qt: drop 1.3.0-r1, 1.4.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/pavucontrol-qt/Manifest | 2 --
.../pavucontrol-qt/pavucontrol-qt-1.3.0-r1.ebuild | 34 ----------------------
.../pavucontrol-qt/pavucontrol-qt-1.4.0.ebuild | 34 ----------------------
3 files changed, 70 deletions(-)
diff --git a/media-sound/pavucontrol-qt/Manifest b/media-sound/pavucontrol-qt/Manifest
index ff306062fe94..4ec486eca0f2 100644
--- a/media-sound/pavucontrol-qt/Manifest
+++ b/media-sound/pavucontrol-qt/Manifest
@@ -1,4 +1,2 @@
-DIST pavucontrol-qt-1.3.0.tar.xz 107612 BLAKE2B 1b3453d3622247adfbc69cc76cc267567bd7d6d8779a7b46b116d204cd29852acf06359f5a258e3d964bc4564ce8b490a527ae61fa6357793410887ac3616403 SHA512 64f954b103b6ffbb97a81a23489799a1fff71810f15f755b92e814a03d8bbe6351ba2a1c8179d60777cbbe60e5ee40cf0e04167cf1467a5b27c9b02142f7cb8c
-DIST pavucontrol-qt-1.4.0.tar.xz 111712 BLAKE2B c3329a621dda082c63e7ba9d289476932170b6bb569e7b508d9158bbe31f20933a70047eb69e69d768ff48ea5ed27a8ddfdcae2c4bedee6b0b73484488f1d2f6 SHA512 cfa878bddd0b0299319c31a4e97aa8b6dc799f040fedf5ca0210d8eeb526f59258aab57ae050987633826c7a94fbbd0e1a1b1fc184fc8693541c799b6118a157
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
diff --git a/media-sound/pavucontrol-qt/pavucontrol-qt-1.3.0-r1.ebuild b/media-sound/pavucontrol-qt/pavucontrol-qt-1.3.0-r1.ebuild
deleted file mode 100644
index 72e257cc7d5d..000000000000
--- a/media-sound/pavucontrol-qt/pavucontrol-qt-1.3.0-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 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 ~arm arm64 ~hppa ~loong ~riscv x86"
-fi
-
-LICENSE="GPL-2 GPL-2+"
-SLOT="0"
-
-BDEPEND="
- >=dev-qt/linguist-tools-5.15:5
- >=dev-util/lxqt-build-tools-0.13.0
- virtual/pkgconfig
-"
-DEPEND="
- dev-libs/glib:2
- >=dev-qt/qtgui-5.15:5
- >=dev-qt/qtcore-5.15:5
- >=dev-qt/qtwidgets-5.15:5
- media-libs/libpulse[glib]
-"
-RDEPEND="${DEPEND}"
diff --git a/media-sound/pavucontrol-qt/pavucontrol-qt-1.4.0.ebuild b/media-sound/pavucontrol-qt/pavucontrol-qt-1.4.0.ebuild
deleted file mode 100644
index 6a15ab9e24ae..000000000000
--- a/media-sound/pavucontrol-qt/pavucontrol-qt-1.4.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 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 ~arm ~arm64 ~hppa ~loong ~riscv ~x86"
-fi
-
-LICENSE="GPL-2 GPL-2+"
-SLOT="0"
-
-BDEPEND="
- >=dev-qt/linguist-tools-5.15:5
- >=dev-util/lxqt-build-tools-0.13.0
- virtual/pkgconfig
-"
-DEPEND="
- dev-libs/glib:2
- >=dev-qt/qtgui-5.15:5
- >=dev-qt/qtcore-5.15:5
- >=dev-qt/qtwidgets-5.15:5
- media-libs/libpulse[glib]
-"
-RDEPEND="${DEPEND}"
next reply other threads:[~2024-12-31 9:08 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-31 9:08 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-20 22:28 [gentoo-commits] repo/gentoo:master commit in: media-sound/pavucontrol-qt/ Sam James
2025-02-05 11:27 Sam James
2025-01-31 7:41 Arthur Zamarin
2024-11-07 23:12 Jimi Huotari
2024-10-04 15:37 Arthur Zamarin
2024-09-12 17:23 Arthur Zamarin
2024-09-02 4:44 Sam James
2024-07-13 10:09 Yixun Lan
2024-07-11 19:44 Arthur Zamarin
2024-06-17 20:21 Jimi Huotari
2023-11-09 21:45 Jimi Huotari
2023-06-18 15:47 Andreas Sturmlechner
2023-06-18 15:45 Sam James
2023-06-18 15:45 Sam James
2023-06-18 14:53 Andreas Sturmlechner
2023-05-29 18:29 Andreas Sturmlechner
2023-04-17 22:08 Jimi Huotari
2022-11-19 4:50 WANG Xuerui
2022-11-16 5:57 WANG Xuerui
2022-11-10 12:57 Jimi Huotari
2022-04-15 13:14 Arthur Zamarin
2022-04-15 6:17 Sam James
2022-01-21 19:07 Sam James
2021-09-30 17:24 Andreas Sturmlechner
2021-07-10 0:48 Sam James
2021-04-18 5:09 Joonas Niilola
2021-03-26 19:43 Andreas Sturmlechner
2021-01-23 22:55 Sam James
2021-01-21 9:03 Agostino Sarubbo
2020-11-23 7:12 Andreas Sturmlechner
2020-08-13 15:47 Andreas Sturmlechner
2020-07-31 16:35 Mikle Kolyada
2020-07-31 16:33 Mikle Kolyada
2020-05-20 23:28 Andreas Sturmlechner
2019-08-13 4:05 Jeroen Roovers
2019-06-22 11:44 Andreas Sturmlechner
2019-05-23 12:30 Mikle Kolyada
2019-05-22 7:30 Mikle Kolyada
2019-03-12 19:37 Andreas Sturmlechner
2019-03-10 22:46 Andreas Sturmlechner
2018-10-17 12:30 Thomas Deutschmann
2018-10-16 13:07 Mikle Kolyada
2018-08-11 10:10 Jonathan Scruggs
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=1735636068.3ecc8448d1552f3ccfd94d028ba57c3c19b454c8.asturm@gentoo \
--to=asturm@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