summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-26 20:50:45 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-26 20:55:59 +0100
commitd990772c0af3d21bafb6c96fde95c9fa9bdc99d9 (patch)
treed9aaf7119f86d447d0c46f89a8bdeb366db9158b /kde-plasma
parentkde-plasma/kwallet-pam: drop 6.0.2 (diff)
downloadgentoo-d990772c0af3d21bafb6c96fde95c9fa9bdc99d9.tar.gz
gentoo-d990772c0af3d21bafb6c96fde95c9fa9bdc99d9.tar.bz2
gentoo-d990772c0af3d21bafb6c96fde95c9fa9bdc99d9.zip
kde-plasma/kwayland: drop 6.0.2
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.2.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-plasma/kwayland/Manifest b/kde-plasma/kwayland/Manifest
index afc92a7a36f7..c1456c83052e 100644
--- a/kde-plasma/kwayland/Manifest
+++ b/kde-plasma/kwayland/Manifest
@@ -1,3 +1,2 @@
DIST kwayland-5.115.0.tar.xz 337404 BLAKE2B f03eb7d0b4ad86733dae5f7488f6f902c4ce0c17ef90a8fcf9df4ca1d5b184bf8b2ad402580c407a2076be4409f81155eff565e2134221ae4ea277d593f1745a SHA512 d4279353a7179001f19bd6962595c321161ec5f5fa24518af4326b21dab56caeed5a86cc82c5335cd8288c0b348feccfb59ec8e3ee0ec0f418972c29d48832ec
-DIST kwayland-6.0.2.tar.xz 133708 BLAKE2B d9cfdebc690afcdd41a071fb5271573e022ee5678daecbf00de1d0697474d45f5ffa3a18df6b5064b28d90addba977333c33dcd0a7651b2e774be03bc5128b10 SHA512 1e353cf3eb02e71fda9a0eacaf6fe178a5d27c23fdc3490d57c2c1cd77aa96690051daad805cdd157cd4a40158658613a760fa1b1644283058a79669de72b999
DIST kwayland-6.0.3.tar.xz 133708 BLAKE2B d4f28ea091b76d002dbf7873bb5aac581057556cbb488b63f8235111704a7c269a1e05cdeca10dd16be97cb978832200faa3d7cba3ce93e9f08706819b2cb815 SHA512 8df9296ae9d06935b21c4c255f0d45722b504e6ab095c5c1beaba33a010652ab98d82e318119da3633daf56d8b8ef0343fdcf8c56a931bd6171afa1e98e13a04
diff --git a/kde-plasma/kwayland/kwayland-6.0.2.ebuild b/kde-plasma/kwayland/kwayland-6.0.2.ebuild
deleted file mode 100644
index 20d88c070389..000000000000
--- a/kde-plasma/kwayland/kwayland-6.0.2.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.0
-QTMIN=6.6.2
-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.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
-"
-
-src_configure() {
- filter-lto # bug 866575
- ecm_src_configure
-}