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: Wed, 03 Apr 2019 14:28:22
Message-Id: 1554301687.45a93a5c056145b8ec64bda428247452d80dfed1.asturm@gentoo
1 commit: 45a93a5c056145b8ec64bda428247452d80dfed1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 3 14:28:07 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 3 14:28:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a93a5c
7
8 kde-plasma/plasma-pa: Drop 5.15.4 (r0)
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-plasma/plasma-pa/plasma-pa-5.15.4.ebuild | 33 ----------------------------
14 1 file changed, 33 deletions(-)
15
16 diff --git a/kde-plasma/plasma-pa/plasma-pa-5.15.4.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.15.4.ebuild
17 deleted file mode 100644
18 index 58e2347df23..00000000000
19 --- a/kde-plasma/plasma-pa/plasma-pa-5.15.4.ebuild
20 +++ /dev/null
21 @@ -1,33 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -KDE_HANDBOOK="forceoptional"
28 -inherit kde5
29 -
30 -DESCRIPTION="Plasma applet for audio volume management using PulseAudio"
31 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
32 -IUSE=""
33 -
34 -DEPEND="
35 - $(add_frameworks_dep kcoreaddons)
36 - $(add_frameworks_dep kdeclarative)
37 - $(add_frameworks_dep kglobalaccel)
38 - $(add_frameworks_dep ki18n)
39 - $(add_frameworks_dep plasma)
40 - $(add_qt_dep qtdbus)
41 - $(add_qt_dep qtdeclarative)
42 - $(add_qt_dep qtgui)
43 - $(add_qt_dep qtwidgets)
44 - media-libs/libcanberra
45 - media-sound/pulseaudio
46 -"
47 -RDEPEND="${DEPEND}
48 - $(add_frameworks_dep kirigami)
49 - $(add_qt_dep qtquickcontrols)
50 - media-libs/libcanberra
51 - x11-themes/sound-theme-freedesktop
52 -"
53 -
54 -PATCHES=( "${FILESDIR}/${PN}-5.13.3-automagic_gconf.patch" )