summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-12 15:28:16 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-12 17:31:17 +0100
commitaf2dedc08d8291e8a87dc80b09f852e6f6798433 (patch)
tree9ae9e29e70176984be2cae2a22e5971ebc75fe9e /kde-plasma/kwayland
parentkde-plasma/kwallet-pam: drop 6.0.1 (diff)
downloadgentoo-af2dedc08d8291e8a87dc80b09f852e6f6798433.tar.gz
gentoo-af2dedc08d8291e8a87dc80b09f852e6f6798433.tar.bz2
gentoo-af2dedc08d8291e8a87dc80b09f852e6f6798433.zip
kde-plasma/kwayland: drop 6.0.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwayland')
-rw-r--r--kde-plasma/kwayland/Manifest1
-rw-r--r--kde-plasma/kwayland/kwayland-6.0.1.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-plasma/kwayland/Manifest b/kde-plasma/kwayland/Manifest
index e1d190e660d2..4896c9fc1d64 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.1.tar.xz 133692 BLAKE2B f28f9d9af5999761f56c872d06c84a83bd82ab3d8f0478fb7f512e87d6a1608636062745a289343fdf120ba2773c514c0582dd7e8aadd016c4d18af913a1c86f SHA512 d2ae9530794bcc599258e7ffa87972eceb885c03eb4cabbbf4a86f31f7ba525bf966929ab795a1ed66c6dc335e0bbd78fd57516032d505e5e49ddb1b66601f3b
DIST kwayland-6.0.2.tar.xz 133708 BLAKE2B d9cfdebc690afcdd41a071fb5271573e022ee5678daecbf00de1d0697474d45f5ffa3a18df6b5064b28d90addba977333c33dcd0a7651b2e774be03bc5128b10 SHA512 1e353cf3eb02e71fda9a0eacaf6fe178a5d27c23fdc3490d57c2c1cd77aa96690051daad805cdd157cd4a40158658613a760fa1b1644283058a79669de72b999
diff --git a/kde-plasma/kwayland/kwayland-6.0.1.ebuild b/kde-plasma/kwayland/kwayland-6.0.1.ebuild
deleted file mode 100644
index 20d88c070389..000000000000
--- a/kde-plasma/kwayland/kwayland-6.0.1.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
-}