summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-05 19:59:45 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-05 20:03:48 +0100
commitfd2118eba6e8813d1372836f5f94cc3418170782 (patch)
tree543954af6d8a95b29d7a2328cc6cad3053dfbcc3 /kde-plasma
parentkde-plasma/kwayland-integration: drop 6.1.4 (diff)
downloadgentoo-fd2118eba6e8813d1372836f5f94cc3418170782.tar.gz
gentoo-fd2118eba6e8813d1372836f5f94cc3418170782.tar.bz2
gentoo-fd2118eba6e8813d1372836f5f94cc3418170782.zip
kde-plasma/kwayland: drop 6.1.4
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-6.1.4.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-plasma/kwayland/Manifest b/kde-plasma/kwayland/Manifest
index 915bd3abd9db..697b05e95b74 100644
--- a/kde-plasma/kwayland/Manifest
+++ b/kde-plasma/kwayland/Manifest
@@ -1,4 +1,3 @@
DIST kwayland-5.116.0.tar.xz 337540 BLAKE2B e238af4a122317fde2b207762858fb913005afde60f1b9cf2dfd90163021d8c3d7d9c3b055a4bb3ae26b5d0560e90c9e0d1e1e51480315bf1a5bc5592a231d11 SHA512 48b24c88872a21d237274868fea601120fb9700f888ab0a7531651dc6501db8559af3a70b6131d89d31010e1f32013222d42e9d1244ae91bf9972588494957a9
-DIST kwayland-6.1.4.tar.xz 134076 BLAKE2B 74bf3b4e5890fd0ccca7e10bc84e341571349da803ad673f66494a0006875359c4cdb3455751d376cda96bb5a7c45381c4e2b8bd5e181e116e141bc08b21c706 SHA512 926906b9536b53f8443f04d09c8ea5c381031c23920893e6821438181ece12972efa62dc83ede6e268a92a3f5752a8772ee0687b7bfd210dab82cbaab1fbbbfa
DIST kwayland-6.1.5.tar.xz 134076 BLAKE2B abba6423c470c21f834e304babe1b2e77c53526e0bd2bdc361fd0e6b8fbe7c1c248bc8e6ea5db118ec1b84f7bf59f361d28b14c908fbed132738675aa803f2e8 SHA512 d2e24141af64f987ad49e0dbefb82c472377bba6ef902ab65261095cc3a9d76cf585ee9b77f1a314f64d747fb035b38d8f11ddcd68af0eec1fbb6411e3860a00
DIST kwayland-6.2.3.tar.xz 133936 BLAKE2B 9c6e8bd6e87d6485d5f2a55ae618f5598761dc1b661e0f158f4599d7ab20c105db6e819a1fbf52e72a32ef8f467f5b544d39c04b06a83e3df2d9eed886cc3aae SHA512 70f70060deb3cc3ca74fc8ac86eb9569b24b35968fb20529e3c4f0e0af781b706fbb5f80d30acfe998763ef05c70eb3958e1e502e5251c5fd0bb2e85bf5a48e1
diff --git a/kde-plasma/kwayland/kwayland-6.1.4.ebuild b/kde-plasma/kwayland/kwayland-6.1.4.ebuild
deleted file mode 100644
index 6c47d9762308..000000000000
--- a/kde-plasma/kwayland/kwayland-6.1.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=6.3.0
-QTMIN=6.7.1
-inherit ecm flag-o-matic 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 arm64 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/qtbase-${QTMIN}:6=[concurrent,gui,opengl]
- >=dev-qt/qtwayland-${QTMIN}:6=
- media-libs/libglvnd
-"
-DEPEND="${RDEPEND}
- >=dev-libs/plasma-wayland-protocols-1.13.0
- >=dev-libs/wayland-protocols-1.15
- sys-kernel/linux-headers
-"
-BDEPEND="
- >=dev-qt/qtwayland-${QTMIN}:6
- >=dev-util/wayland-scanner-1.19.0
-"
-
-src_configure() {
- filter-lto # bug 866575
- ecm_src_configure
-}