Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pavucontrol-qt/
Date: Thu, 30 Sep 2021 17:24:41
Message-Id: 1633022528.bffd107f7dd346893ed3717111ad8e6a2cc3ad18.asturm@gentoo
1 commit: bffd107f7dd346893ed3717111ad8e6a2cc3ad18
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 06:49:43 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 30 17:22:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bffd107f
7
8 media-sound/pavucontrol-qt: remove version 0.16.0
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 media-sound/pavucontrol-qt/Manifest | 1 -
15 .../pavucontrol-qt/pavucontrol-qt-0.16.0.ebuild | 36 ----------------------
16 2 files changed, 37 deletions(-)
17
18 diff --git a/media-sound/pavucontrol-qt/Manifest b/media-sound/pavucontrol-qt/Manifest
19 index 4569b74c58a..21002931d57 100644
20 --- a/media-sound/pavucontrol-qt/Manifest
21 +++ b/media-sound/pavucontrol-qt/Manifest
22 @@ -1,2 +1 @@
23 -DIST pavucontrol-qt-0.16.0.tar.xz 99952 BLAKE2B 926e248f61b1652af04f772c09bc000d0f368ba6449cade308275473e970068a58ca25cccea5e4bea289424b507e3d24f30d54d76c13096e0e8047c5ea996950 SHA512 781122b57321cf1e3eff2210e7cb949c819d0148050897d3a9673e846c28fae7a926b4d840c603dac9dace8126bfc49179a737101f4d5b6ad4fe5946d82bd0d5
24 DIST pavucontrol-qt-0.17.0.tar.xz 104120 BLAKE2B 13cfd361d134a8fb79eb6bf20ab2e2755b998e4c46105efb0e7d29a171262d795b6f77629c4b066b0d786cf1bd60784d0d7155c4b77d23ff2a0a148f3f7764a5 SHA512 b6c77fc78c62051c8c0484edb09d1e2a347fc30ae8b65f1e4b3d279499abd47aeaf19c2cb3037871ef8885a5bc787f3d0307d7c0aa0699deaba3129501fb9a3a
25
26 diff --git a/media-sound/pavucontrol-qt/pavucontrol-qt-0.16.0.ebuild b/media-sound/pavucontrol-qt/pavucontrol-qt-0.16.0.ebuild
27 deleted file mode 100644
28 index 8fabe2c80f1..00000000000
29 --- a/media-sound/pavucontrol-qt/pavucontrol-qt-0.16.0.ebuild
30 +++ /dev/null
31 @@ -1,36 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit cmake
38 -
39 -DESCRIPTION="Qt GUI Pulseaudio Mixer"
40 -HOMEPAGE="https://lxqt.github.io/"
41 -
42 -if [[ ${PV} = *9999* ]]; then
43 - inherit git-r3
44 - EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
45 -else
46 - SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
47 - KEYWORDS="amd64 ~arm ~arm64 ~hppa x86"
48 -fi
49 -
50 -LICENSE="GPL-2 GPL-2+"
51 -SLOT="0"
52 -
53 -BDEPEND="
54 - dev-qt/linguist-tools:5
55 - >=dev-util/lxqt-build-tools-0.8.0
56 - virtual/pkgconfig
57 -"
58 -DEPEND="
59 - dev-libs/glib:2
60 - dev-qt/qtcore:5
61 - dev-qt/qtdbus:5
62 - dev-qt/qtwidgets:5
63 - media-sound/pulseaudio[glib]
64 -"
65 -RDEPEND="${DEPEND}
66 - !lxqt-base/lxqt-l10n
67 -"