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/kwayland-server/
Date: Sun, 08 May 2022 22:23:32
Message-Id: 1652048051.21339966e8a2f63ab51e88fc449791ae3984ebcc.asturm@gentoo
1 commit: 21339966e8a2f63ab51e88fc449791ae3984ebcc
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 8 22:13:39 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 8 22:14:11 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=21339966
7
8 kde-plasma/kwayland-server: Merged into >=kde-plasma/kwin-5.25
9
10 Dropping 9999, no more development. Upstream commit
11 1b6b6e9226c10d608f5e981e37008b0305de5a28
12
13 Package-Manager: Portage-3.0.30, Repoman-3.0.3
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 .../kwayland-server/kwayland-server-9999.ebuild | 39 ----------------------
17 1 file changed, 39 deletions(-)
18
19 diff --git a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
20 deleted file mode 100644
21 index 30007a6ca7..0000000000
22 --- a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
23 +++ /dev/null
24 @@ -1,39 +0,0 @@
25 -# Copyright 1999-2022 Gentoo Authors
26 -# Distributed under the terms of the GNU General Public License v2
27 -
28 -EAPI=8
29 -
30 -ECM_QTHELP="true"
31 -ECM_TEST="true"
32 -KFMIN=9999
33 -PVCUT=$(ver_cut 1-2)
34 -QTMIN=5.15.3
35 -inherit ecm kde.org
36 -
37 -DESCRIPTION="Wayland Server Components built on KDE Frameworks"
38 -HOMEPAGE="https://invent.kde.org/plasma/kwayland-server"
39 -
40 -LICENSE="LGPL-2.1"
41 -SLOT="5"
42 -KEYWORDS=""
43 -IUSE=""
44 -
45 -# All failing, I guess we need a virtual wayland server
46 -RESTRICT="test"
47 -
48 -RDEPEND="
49 - >=dev-libs/wayland-1.19.0
50 - >=dev-qt/qtconcurrent-${QTMIN}:5
51 - >=dev-qt/qtgui-${QTMIN}:5[egl]
52 - >=dev-qt/qtwayland-${QTMIN}:5
53 - >=kde-frameworks/kwayland-${KFMIN}:5
54 - media-libs/libglvnd
55 -"
56 -DEPEND="${RDEPEND}
57 - >=dev-libs/plasma-wayland-protocols-1.6.0
58 - >=dev-libs/wayland-protocols-1.24
59 -"
60 -BDEPEND="
61 - >=dev-qt/qtwaylandscanner-${QTMIN}:5
62 - dev-util/wayland-scanner
63 -"