aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-05-27 19:46:53 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-05-27 19:46:53 +0200
commite4b5ca48c70bda4803926ffaa456de7a1810502d (patch)
treeaf2752378d4ab651ee9db0dcdf28f5e93d6b644a /kde-plasma
parentkde-plasma/kwallet-pam: drop 6.0.90 (diff)
downloadkde-e4b5ca48c70bda4803926ffaa456de7a1810502d.tar.gz
kde-e4b5ca48c70bda4803926ffaa456de7a1810502d.tar.bz2
kde-e4b5ca48c70bda4803926ffaa456de7a1810502d.zip
kde-plasma/kwayland: drop 6.0.90
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.0.90.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-plasma/kwayland/Manifest b/kde-plasma/kwayland/Manifest
deleted file mode 100644
index c319217c0c..0000000000
--- a/kde-plasma/kwayland/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kwayland-6.0.90.tar.xz 134000 BLAKE2B d6ea6bc231e19f73166788cdbac255ecd8b76a5e7c7ce38f4f24c4b3e9546b131787c382cfc0b2bd298c5adf224398214db78125002e76635a0adb9762e0a470 SHA512 2f83cb29744992925051f62a803a175b871277265faa60ca3f8dd31815175a79077880c10d459b6a38d52ac96182f617c5bdeaa3af3d458786305624a0dc0063
diff --git a/kde-plasma/kwayland/kwayland-6.0.90.ebuild b/kde-plasma/kwayland/kwayland-6.0.90.ebuild
deleted file mode 100644
index d55f2b587f..0000000000
--- a/kde-plasma/kwayland/kwayland-6.0.90.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.2.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"
-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
-}