summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-06 16:20:47 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-06 16:46:33 +0100
commit17bc1bf82a9eefa9228561cfc59256becdd8363b (patch)
treeef2b5e44067a9be2ab1aa9bbf3aa34cfe0d3419b
parentkde-plasma/kwallet-pam: drop 6.0.0 (diff)
downloadgentoo-17bc1bf82a9eefa9228561cfc59256becdd8363b.tar.gz
gentoo-17bc1bf82a9eefa9228561cfc59256becdd8363b.tar.bz2
gentoo-17bc1bf82a9eefa9228561cfc59256becdd8363b.zip
kde-plasma/kwayland: drop 6.0.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/kwayland/Manifest1
-rw-r--r--kde-plasma/kwayland/kwayland-6.0.0.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-plasma/kwayland/Manifest b/kde-plasma/kwayland/Manifest
index 031ba2884c54..24d2a3d940e5 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.0.tar.xz 133824 BLAKE2B 55c7578671734e4ff498166bf13182cccbb13a997e3d373a4abb22ba60f140659e866f37857b8ba9773e10a515ebe8eb3796110f86a1e7ba9e4fa30a77970b65 SHA512 d987a50c6288cf117ecdf436cd7b0470b92f033a3642541ae8f29099687fb71ca27cd4827163f11df1957aa3d013464080bc91735acc8944ebcb0a751803d315
DIST kwayland-6.0.1.tar.xz 133692 BLAKE2B f28f9d9af5999761f56c872d06c84a83bd82ab3d8f0478fb7f512e87d6a1608636062745a289343fdf120ba2773c514c0582dd7e8aadd016c4d18af913a1c86f SHA512 d2ae9530794bcc599258e7ffa87972eceb885c03eb4cabbbf4a86f31f7ba525bf966929ab795a1ed66c6dc335e0bbd78fd57516032d505e5e49ddb1b66601f3b
diff --git a/kde-plasma/kwayland/kwayland-6.0.0.ebuild b/kde-plasma/kwayland/kwayland-6.0.0.ebuild
deleted file mode 100644
index 20d88c070389..000000000000
--- a/kde-plasma/kwayland/kwayland-6.0.0.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
-}