summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-01-14 23:30:36 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-01-14 23:36:50 +0100
commit4acd1b4e901d74bbb24f74e3a19f37dc7ec16704 (patch)
tree9e7add8b4bb9ab6c902bb2f69bebff0a222897eb
parentf9cba83dd9920709494b7d309a504aa011e5c37d (diff)
downloadkde-4acd1b4e901d74bbb24f74e3a19f37dc7ec16704.tar.gz
kde-4acd1b4e901d74bbb24f74e3a19f37dc7ec16704.tar.bz2
kde-4acd1b4e901d74bbb24f74e3a19f37dc7ec16704.zip
kde-plasma/kwayland: drop 5.114.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/kwayland/Manifest1
-rw-r--r--kde-plasma/kwayland/kwayland-5.114.0.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/kde-plasma/kwayland/Manifest b/kde-plasma/kwayland/Manifest
deleted file mode 100644
index 79291ffe36e..00000000000
--- a/kde-plasma/kwayland/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kwayland-5.114.0.tar.xz 337380 BLAKE2B 85ad77c4177570a49a4e3417aee22c061ceac3bace66b17d11c779a7f48127bd12e0880d470107f5614bc70c842471c6c90ecfb728c556e290e3c163c8e236fb SHA512 d88c059cc22cfce48264681a8256dc8e7700f5a36ac33cf4d1d005eac1ea596965083feba68a02b7761c1dd36c41489e228144f620a3cca52cf80e23f12c4d72
diff --git a/kde-plasma/kwayland/kwayland-5.114.0.ebuild b/kde-plasma/kwayland/kwayland-5.114.0.ebuild
deleted file mode 100644
index da5400e261c..00000000000
--- a/kde-plasma/kwayland/kwayland-5.114.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_NONGUI="true"
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=$(ver_cut 1-2)
-QTMIN=5.15.9
-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
-"