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: Thu, 14 Oct 2021 10:26:57
Message-Id: 1634206098.2c54628c5feada628982bc1d74edc7c33fcd156f.asturm@gentoo
1 commit: 2c54628c5feada628982bc1d74edc7c33fcd156f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 14 10:08:18 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 14 10:08:18 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2c54628c
7
8 kde-plasma/xdg-desktop-portal-kde: drop 5.23.0*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 .../xdg-desktop-portal-kde-5.23.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.23.0.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.23.0.ebuild
16 deleted file mode 100644
17 index 741a7d0cb1..0000000000
18 --- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.23.0.ebuild
19 +++ /dev/null
20 @@ -1,42 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -KFMIN=5.86.0
27 -PVCUT=$(ver_cut 1-3)
28 -QTMIN=5.15.2
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 ~riscv ~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 -"