Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwayland/
Date: Sat, 24 Sep 2022 20:40:01
Message-Id: 1664051979.e9afa8f0deb8aa1700fb8d6f46650e9b67c75560.asturm@gentoo
1 commit: e9afa8f0deb8aa1700fb8d6f46650e9b67c75560
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 24 19:40:13 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 24 20:39:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9afa8f0
7
8 kde-frameworks/kwayland: drop 5.98.0
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-frameworks/kwayland/kwayland-5.98.0.ebuild | 37 --------------------------
13 1 file changed, 37 deletions(-)
14
15 diff --git a/kde-frameworks/kwayland/kwayland-5.98.0.ebuild b/kde-frameworks/kwayland/kwayland-5.98.0.ebuild
16 deleted file mode 100644
17 index 60b4164ca841..000000000000
18 --- a/kde-frameworks/kwayland/kwayland-5.98.0.ebuild
19 +++ /dev/null
20 @@ -1,37 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -ECM_TEST="true"
27 -PVCUT=$(ver_cut 1-2)
28 -QTMIN=5.15.5
29 -inherit ecm frameworks.kde.org
30 -
31 -DESCRIPTION="Qt-style client and server library wrapper for Wayland libraries"
32 -HOMEPAGE="https://invent.kde.org/frameworks/kwayland"
33 -
34 -LICENSE="LGPL-2.1"
35 -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
36 -IUSE=""
37 -
38 -# All failing, I guess we need a virtual wayland server
39 -RESTRICT="test"
40 -
41 -# slot ops: includes qpa/qplatformnativeinterface.h, surface_p.h
42 -RDEPEND="
43 - >=dev-libs/wayland-1.15.0
44 - >=dev-qt/qtconcurrent-${QTMIN}:5
45 - >=dev-qt/qtgui-${QTMIN}:5=[egl]
46 - >=dev-qt/qtwayland-${QTMIN}:5=
47 - media-libs/libglvnd
48 -"
49 -DEPEND="${RDEPEND}
50 - >=dev-libs/plasma-wayland-protocols-1.7.0
51 - >=dev-libs/wayland-protocols-1.15
52 - sys-kernel/linux-headers
53 -"
54 -BDEPEND="
55 - >=dev-qt/qtwaylandscanner-${QTMIN}:5
56 - >=dev-util/wayland-scanner-1.19.0
57 -"