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: Tue, 13 Oct 2020 11:51:32
Message-Id: 1602589785.73f0a56f5df5264a5cd6482b602c799951c8e169.asturm@gentoo
1 commit: 73f0a56f5df5264a5cd6482b602c799951c8e169
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 13 11:49:45 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 13 11:49:45 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=73f0a56f
7
8 kde-plasma/xdg-desktop-portal-kde: drop 5.20.0*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 .../xdg-desktop-portal-kde-5.20.0.ebuild | 42 ----------------------
13 1 file changed, 42 deletions(-)
14
15 diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.20.0.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.20.0.ebuild
16 deleted file mode 100644
17 index 0401c0d069..0000000000
18 --- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.20.0.ebuild
19 +++ /dev/null
20 @@ -1,42 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -KFMIN=5.74.0
27 -PVCUT=$(ver_cut 1-3)
28 -QTMIN=5.15.1
29 -inherit ecm kde.org
30 -
31 -DESCRIPTION="Backend implementation for xdg-desktop-portal that is using Qt/KDE Frameworks"
32 -
33 -LICENSE="LGPL-2+"
34 -SLOT="5"
35 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
36 -IUSE=""
37 -
38 -COMMON_DEPEND="
39 - >=dev-libs/wayland-1.15
40 - >=dev-qt/qtdbus-${QTMIN}:5
41 - >=dev-qt/qtdeclarative-${QTMIN}:5
42 - >=dev-qt/qtgui-${QTMIN}:5
43 - >=dev-qt/qtprintsupport-${QTMIN}:5[cups]
44 - >=dev-qt/qtwayland-${QTMIN}:5
45 - >=dev-qt/qtwidgets-${QTMIN}:5
46 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
47 - >=kde-frameworks/kdeclarative-${KFMIN}:5
48 - >=kde-frameworks/ki18n-${KFMIN}:5
49 - >=kde-frameworks/kio-${KFMIN}:5
50 - >=kde-frameworks/kirigami-${KFMIN}:5
51 - >=kde-frameworks/knotifications-${KFMIN}:5
52 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
53 - >=kde-frameworks/plasma-${KFMIN}:5
54 -"
55 -DEPEND="${COMMON_DEPEND}
56 - >=dev-libs/plasma-wayland-protocols-1.1.1
57 - >=dev-qt/qtconcurrent-${QTMIN}:5
58 - >=kde-frameworks/kwayland-${KFMIN}:5
59 -"
60 -RDEPEND="${COMMON_DEPEND}
61 - sys-apps/xdg-desktop-portal
62 -"