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/xdg-desktop-portal-kde/
Date: Wed, 30 Jan 2019 17:44:37
Message-Id: 1548869937.904890f65d8f8b3a823779a3f6b35fb774862319.asturm@gentoo
1 commit: 904890f65d8f8b3a823779a3f6b35fb774862319
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 30 12:00:52 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 30 17:38:57 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=904890f6
7
8 kde-plasma/xdg-desktop-portal-kde: Drop 5.14.5
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../xdg-desktop-portal-kde-5.14.5.ebuild | 35 ----------------------
14 1 file changed, 35 deletions(-)
15
16 diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.14.5.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.14.5.ebuild
17 deleted file mode 100644
18 index 6dc08c6077..0000000000
19 --- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.14.5.ebuild
20 +++ /dev/null
21 @@ -1,35 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
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 ~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 knotifications)
44 - $(add_frameworks_dep kwidgetsaddons)
45 - $(add_qt_dep qtdbus)
46 - $(add_qt_dep qtgui)
47 - $(add_qt_dep qtprintsupport)
48 - $(add_qt_dep qtwidgets)
49 -"
50 -DEPEND="${COMMON_DEPEND}
51 - $(add_frameworks_dep kwayland)
52 - $(add_qt_dep qtconcurrent)
53 -"
54 -RDEPEND="${COMMON_DEPEND}
55 - x11-misc/xdg-desktop-portal
56 -"