summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-01-10 23:32:37 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-01-11 00:17:46 +0100
commitc921168300294987ebcb8077f3dce24d52c3633a (patch)
tree59b3e22ea8049a12928a38d6ead507862ff3105c /kde-plasma
parentkde-plasma/kwallet-pam: drop 5.91.0 (diff)
downloadgentoo-c921168300294987ebcb8077f3dce24d52c3633a.tar.gz
gentoo-c921168300294987ebcb8077f3dce24d52c3633a.tar.bz2
gentoo-c921168300294987ebcb8077f3dce24d52c3633a.zip
kde-plasma/kwayland: drop 5.91.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/kwayland/Manifest1
-rw-r--r--kde-plasma/kwayland/kwayland-5.91.0.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/kwayland/Manifest b/kde-plasma/kwayland/Manifest
index f480a29d4408..e2c036fe13f6 100644
--- a/kde-plasma/kwayland/Manifest
+++ b/kde-plasma/kwayland/Manifest
@@ -1,3 +1,2 @@
DIST kwayland-5.113.0.tar.xz 337444 BLAKE2B 4524aa8f9e01ac2cef14334c55dc880447278e20b42d1909a883a3ef6bdac1d2f26683c71aeee13bcb3453aeedfc3dfaa6858a1a529295714a32788aa7b7b668 SHA512 e68be14d6b6682bff770d67844fb0c1fc128fdab60fcd45206c2e1fa4314fa1e91251d4da14f82afe7b1e3e0e6ab34d1bc439364bf8a46740a6a9490f4483303
-DIST kwayland-5.91.0.tar.xz 133624 BLAKE2B 0ad88e4170767c545226c01c51219a69f92a2c42c723ae39214f78e907f11e801a587ad7059d52773e543a0ba6436599256d4940c62d7227fafa2f1e128850dc SHA512 e14369125e5d2b6f12a6b5ee01a2e4b21afb929320d07cf19931adc5d52009f3e414da0b728d87910619a39a2a844f9bbd0ebb3cd30b52a361e85d4563aa1ba6
DIST kwayland-5.92.0.tar.xz 133584 BLAKE2B ba461c2aa61af2d8473a3b48af380301b0f530c9786bb8a757030c91148f5b2e04a6de2ef8cfa2eee873edbcff69489d0db59241d6677b2fffe8970cc4694f42 SHA512 fb4cc9d1a93bf44ba8c5d4ef62297de96d3f81a035f683d3d2fa3edaaf4d576f2ebdf9a925443894069db0a350b71e505aa5c52463a6ff9d60fef68b0bc0a2f3
diff --git a/kde-plasma/kwayland/kwayland-5.91.0.ebuild b/kde-plasma/kwayland/kwayland-5.91.0.ebuild
deleted file mode 100644
index 23481b4dc65e..000000000000
--- a/kde-plasma/kwayland/kwayland-5.91.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-QTMIN=6.6.0
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Qt-style API to interact with the wayland-client API"
-HOMEPAGE="https://invent.kde.org/frameworks/kwayland"
-
-LICENSE="LGPL-2.1"
-SLOT="6"
-KEYWORDS="~amd64"
-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/qtbase-${QTMIN}:6=[concurrent,gui,opengl]
- >=dev-qt/qtwayland-${QTMIN}:6=
- media-libs/libglvnd
-"
-DEPEND="${RDEPEND}
- >=dev-libs/plasma-wayland-protocols-1.11.1
- >=dev-libs/wayland-protocols-1.15
- sys-kernel/linux-headers
-"
-BDEPEND="
- >=dev-qt/qtwayland-${QTMIN}:6
- >=dev-util/wayland-scanner-1.19.0
-"