Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-pa/
Date: Tue, 22 Feb 2022 16:56:00
Message-Id: 1645548869.f8a134330a4bc2d41ba1552cfd7cf776ddc3ba45.asturm@gentoo
1 commit: f8a134330a4bc2d41ba1552cfd7cf776ddc3ba45
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 22 16:54:29 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 22 16:54:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8a13433
7
8 kde-plasma/plasma-pa: drop 5.24.1*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-pa/Manifest | 1 -
13 kde-plasma/plasma-pa/plasma-pa-5.24.1.ebuild | 40 ----------------------------
14 2 files changed, 41 deletions(-)
15
16 diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest
17 index 47d42fe5028b..c8ba744ac0e5 100644
18 --- a/kde-plasma/plasma-pa/Manifest
19 +++ b/kde-plasma/plasma-pa/Manifest
20 @@ -1,3 +1,2 @@
21 DIST plasma-pa-5.23.5.tar.xz 130888 BLAKE2B f83a55cc2547ac4202c78e5c474d41f4c27dcd0ee9d901ae380c7ac57f36be077dbd384e05485898617798a3f30e2030b2399d4dbeb95a8b4ac1c88d36f26f46 SHA512 c0f14ff3cdd4947c555e1f0d2d4e68537d7a8464b0c0f2809791a20ce671017d3eea57a4e0ebd3790108e7474c6418e471f739b8e65f80e993611605f269a943
22 -DIST plasma-pa-5.24.1.tar.xz 132208 BLAKE2B 5061bbe76098a52730b4ee20a82d1d543092e310827961b1070299c63eae17e6a3ce63eea5a08aa446e5c7011edb34447c627c7842a12aa720853e8814f56812 SHA512 e5314152686081a644a246500738af6799362e4a400a272762ca26a1f421f205c930ec9e382dba3ad89f6db8ee4678d32ea8df11f75e3c2aa6975238e9a2acf5
23 DIST plasma-pa-5.24.2.tar.xz 132352 BLAKE2B a69444e3db80269c199a3e4339fbbecac16080fcb99fe37319f1564af3a79be5fd83cdc7ac733880cabc9f754ad99d422689617e519deb2ad4f31ee3afd588af SHA512 4a812d346e82633aa19c7449914956181394fde266d43cc0775cddbc8fd9289c2b7cbdfab17509f267d4e3b237eb0f47a6347019495bec691dbe8f62635e4887
24
25 diff --git a/kde-plasma/plasma-pa/plasma-pa-5.24.1.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.24.1.ebuild
26 deleted file mode 100644
27 index 3a401af81cad..000000000000
28 --- a/kde-plasma/plasma-pa/plasma-pa-5.24.1.ebuild
29 +++ /dev/null
30 @@ -1,40 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -ECM_HANDBOOK="forceoptional"
37 -KFMIN=5.90.0
38 -QTMIN=5.15.2
39 -inherit ecm kde.org
40 -
41 -DESCRIPTION="Plasma applet for audio volume management using PulseAudio"
42 -
43 -LICENSE="GPL-2" # TODO: CHECK
44 -SLOT="5"
45 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
46 -IUSE=""
47 -
48 -DEPEND="
49 - dev-libs/glib:2
50 - >=dev-qt/qtdbus-${QTMIN}:5
51 - >=dev-qt/qtdeclarative-${QTMIN}:5
52 - >=dev-qt/qtgui-${QTMIN}:5
53 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
54 - >=kde-frameworks/kdeclarative-${KFMIN}:5
55 - >=kde-frameworks/kglobalaccel-${KFMIN}:5
56 - >=kde-frameworks/ki18n-${KFMIN}:5
57 - >=kde-frameworks/plasma-${KFMIN}:5
58 - media-libs/libcanberra
59 - media-sound/pulseaudio
60 -"
61 -RDEPEND="${DEPEND}
62 - >=dev-qt/qtquickcontrols2-${QTMIN}:5
63 - >=kde-frameworks/kirigami-${KFMIN}:5
64 - || (
65 - media-video/pipewire
66 - media-sound/pulseaudio-daemon
67 - media-sound/pulseaudio[daemon(+)]
68 - )
69 - x11-themes/sound-theme-freedesktop
70 -"