summaryrefslogtreecommitdiff
path: root/kde-frameworks
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-02-12 12:15:33 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-02-12 12:15:33 +0100
commitfdd9acebe28d546f2e66ac80e34549f23450f3f4 (patch)
tree587e4b7d34264e42f4a9b6b560034e1587fdeb07 /kde-frameworks
parent6989720f2cf5e29380f994ce4b2667a4806fcb39 (diff)
downloadkde-fdd9acebe28d546f2e66ac80e34549f23450f3f4.tar.gz
kde-fdd9acebe28d546f2e66ac80e34549f23450f3f4.tar.bz2
kde-fdd9acebe28d546f2e66ac80e34549f23450f3f4.zip
kde-frameworks/kwayland: drop 5.103.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kwayland/Manifest1
-rw-r--r--kde-frameworks/kwayland/kwayland-5.103.0.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-frameworks/kwayland/Manifest b/kde-frameworks/kwayland/Manifest
deleted file mode 100644
index d3d578a13c6..00000000000
--- a/kde-frameworks/kwayland/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kwayland-5.103.0.tar.xz 336768 BLAKE2B b343c28f1cdda309497def7007a498908c07948f777a32ad7daacfccac68ce1307347df5ebf224c4015f72943546023896a7773271e4f4bbe9dd0b9c882828fc SHA512 4b57b10aa0a345146b8b173b93db27947554954cbc0597e3bb0ad9a6fa5c10de3b378d05228e356525b10382ea7ff18a09b5b509c2db5493aab6efb3adcdb058
diff --git a/kde-frameworks/kwayland/kwayland-5.103.0.ebuild b/kde-frameworks/kwayland/kwayland-5.103.0.ebuild
deleted file mode 100644
index 3f4ad020e46..00000000000
--- a/kde-frameworks/kwayland/kwayland-5.103.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Qt-style client and server library wrapper for Wayland libraries"
-HOMEPAGE="https://invent.kde.org/frameworks/kwayland"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# All failing, I guess we need a virtual wayland server
-RESTRICT="test"
-
-# slot ops: includes qpa/qplatformnativeinterface.h, surface_p.h
-RDEPEND="
- >=dev-libs/wayland-1.15.0
- >=dev-qt/qtconcurrent-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5=[egl]
- >=dev-qt/qtwayland-${QTMIN}:5=
- media-libs/libglvnd
-"
-DEPEND="${RDEPEND}
- >=dev-libs/plasma-wayland-protocols-1.9.0
- >=dev-libs/wayland-protocols-1.15
- sys-kernel/linux-headers
-"
-BDEPEND="
- >=dev-qt/qtwaylandscanner-${QTMIN}:5
- >=dev-util/wayland-scanner-1.19.0
-"