Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-pa/
Date: Thu, 02 Sep 2021 17:36:16
Message-Id: 1630602902.a4daced185f79c7fb2a775e94e7fbbe08593e3d0.asturm@gentoo
1 commit: a4daced185f79c7fb2a775e94e7fbbe08593e3d0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 17:07:00 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 2 17:15:02 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a4daced1
7
8 kde-plasma/plasma-pa: drop 5.22.5*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-pa/plasma-pa-5.22.5.ebuild | 35 ----------------------------
13 1 file changed, 35 deletions(-)
14
15 diff --git a/kde-plasma/plasma-pa/plasma-pa-5.22.5.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.22.5.ebuild
16 deleted file mode 100644
17 index fd8ff5db22..0000000000
18 --- a/kde-plasma/plasma-pa/plasma-pa-5.22.5.ebuild
19 +++ /dev/null
20 @@ -1,35 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -ECM_HANDBOOK="forceoptional"
27 -KFMIN=5.82.0
28 -QTMIN=5.15.2
29 -inherit ecm kde.org
30 -
31 -DESCRIPTION="Plasma applet for audio volume management using PulseAudio"
32 -
33 -LICENSE="GPL-2" # TODO: CHECK
34 -SLOT="5"
35 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
36 -IUSE=""
37 -
38 -DEPEND="
39 - dev-libs/glib:2
40 - >=dev-qt/qtdbus-${QTMIN}:5
41 - >=dev-qt/qtdeclarative-${QTMIN}:5
42 - >=dev-qt/qtgui-${QTMIN}:5
43 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
44 - >=kde-frameworks/kdeclarative-${KFMIN}:5
45 - >=kde-frameworks/kglobalaccel-${KFMIN}:5
46 - >=kde-frameworks/ki18n-${KFMIN}:5
47 - >=kde-frameworks/plasma-${KFMIN}:5
48 - media-libs/libcanberra
49 - media-sound/pulseaudio
50 -"
51 -RDEPEND="${DEPEND}
52 - >=dev-qt/qtquickcontrols2-${QTMIN}:5
53 - >=kde-frameworks/kirigami-${KFMIN}:5
54 - x11-themes/sound-theme-freedesktop
55 -"