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: Mon, 25 Feb 2019 17:11:36
Message-Id: 1551114150.317b5d9042da423727f5c1adc048619837eb431c.asturm@gentoo
1 commit: 317b5d9042da423727f5c1adc048619837eb431c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 25 17:02:30 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 25 17:02:30 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=317b5d90
7
8 kde-plasma/xdg-desktop-portal-kde: Drop 5.15.1
9
10 Moved to Gentoo ebuild repository.
11
12 Package-Manager: Portage-2.3.62, Repoman-2.3.12
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 .../xdg-desktop-portal-kde-5.15.1.ebuild | 36 ----------------------
16 1 file changed, 36 deletions(-)
17
18 diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.15.1.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.15.1.ebuild
19 deleted file mode 100644
20 index c3e097cecc..0000000000
21 --- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.15.1.ebuild
22 +++ /dev/null
23 @@ -1,36 +0,0 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=7
28 -
29 -VIRTUALX_REQUIRED="test"
30 -inherit kde5
31 -
32 -DESCRIPTION="Backend implementation for xdg-desktop-portal that is using Qt/KDE Frameworks"
33 -LICENSE="LGPL-2+"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE=""
36 -
37 -# TODO: Needed for screencast portal
38 -# dev-libs/glib:2
39 -# media-libs/libepoxy
40 -# media-libs/mesa[gbm]
41 -# not packaged: PipeWire
42 -COMMON_DEPEND="
43 - $(add_frameworks_dep kcoreaddons)
44 - $(add_frameworks_dep ki18n)
45 - $(add_frameworks_dep kio)
46 - $(add_frameworks_dep knotifications)
47 - $(add_frameworks_dep kwidgetsaddons)
48 - $(add_qt_dep qtdbus)
49 - $(add_qt_dep qtgui)
50 - $(add_qt_dep qtprintsupport)
51 - $(add_qt_dep qtwidgets)
52 -"
53 -DEPEND="${COMMON_DEPEND}
54 - $(add_frameworks_dep kwayland)
55 - $(add_qt_dep qtconcurrent)
56 -"
57 -RDEPEND="${COMMON_DEPEND}
58 - sys-apps/xdg-desktop-portal
59 -"