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/xdg-desktop-portal-kde/
Date: Tue, 28 May 2019 06:43:53
Message-Id: 1559025816.4adfc6be8ae1cf1cc714ac4cc9eaa9e2c9ad138b.asturm@gentoo
1 commit: 4adfc6be8ae1cf1cc714ac4cc9eaa9e2c9ad138b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 27 18:59:54 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue May 28 06:43:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4adfc6be
7
8 kde-plasma/xdg-desktop-portal-kde: Drop 5.15.5 (r0)
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.13
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../xdg-desktop-portal-kde-5.15.5.ebuild | 36 ----------------------
14 1 file changed, 36 deletions(-)
15
16 diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.15.5.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.15.5.ebuild
17 deleted file mode 100644
18 index b36da6ccfc5..00000000000
19 --- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.15.5.ebuild
20 +++ /dev/null
21 @@ -1,36 +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 -VIRTUALX_REQUIRED="test"
28 -inherit kde5
29 -
30 -DESCRIPTION="Backend implementation for xdg-desktop-portal that is using Qt/KDE Frameworks"
31 -LICENSE="LGPL-2+"
32 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
33 -IUSE=""
34 -
35 -# TODO: Needed for screencast portal
36 -# dev-libs/glib:2
37 -# media-libs/libepoxy
38 -# media-libs/mesa[gbm]
39 -# not packaged: PipeWire
40 -COMMON_DEPEND="
41 - $(add_frameworks_dep kcoreaddons)
42 - $(add_frameworks_dep ki18n)
43 - $(add_frameworks_dep kio)
44 - $(add_frameworks_dep knotifications)
45 - $(add_frameworks_dep kwidgetsaddons)
46 - $(add_qt_dep qtdbus)
47 - $(add_qt_dep qtgui)
48 - $(add_qt_dep qtprintsupport 'cups')
49 - $(add_qt_dep qtwidgets)
50 -"
51 -DEPEND="${COMMON_DEPEND}
52 - $(add_frameworks_dep kwayland)
53 - $(add_qt_dep qtconcurrent)
54 -"
55 -RDEPEND="${COMMON_DEPEND}
56 - sys-apps/xdg-desktop-portal
57 -"