summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-11-24 13:44:06 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-11-28 10:45:08 +0100
commit049f9430d64df9385afcf62b302dbd4d76626b85 (patch)
tree1fd371e9fdce9c7c9673223f51af38ac762e3efd
parentkde-frameworks/kquickcharts: drop 5.110.0 (diff)
downloadgentoo-049f9430d64df9385afcf62b302dbd4d76626b85.tar.gz
gentoo-049f9430d64df9385afcf62b302dbd4d76626b85.tar.bz2
gentoo-049f9430d64df9385afcf62b302dbd4d76626b85.zip
kde-plasma/kwayland: drop 5.110.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/kwayland/Manifest1
-rw-r--r--kde-plasma/kwayland/kwayland-5.110.0.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/kde-plasma/kwayland/Manifest b/kde-plasma/kwayland/Manifest
index ab7d661596f3..df8101b8469f 100644
--- a/kde-plasma/kwayland/Manifest
+++ b/kde-plasma/kwayland/Manifest
@@ -1,2 +1 @@
-DIST kwayland-5.110.0.tar.xz 337456 BLAKE2B 406e3d9524c613989068e9e066f3893802848ce533d8e1fdfde7a5627123ebc8dc35d4a48d234501b12061322a258b4f44593d953f70cc220612694ba05a2d4a SHA512 f1edd51cbca7663e025a9f1f71b48e5ee3fea1f18b68dbb83475f7b3cbe6dd19cce077ba2a21fe049a6965d3eada956959494f7e0e80f9d61b6684dee9ceb8f0
DIST kwayland-5.112.0.tar.xz 337424 BLAKE2B 33141d772cb86bcb5b11d2f16336332d5ba32adf06000469e0790d0e667210051892426f3bf9e9c35d5d338764ef728a56f9beee049a91a7124726c320896df1 SHA512 70f141cecb9094ac0cfda6b4472c5cb80767fadc1f8c4be05efac73d0e18ccbd736a99ef19ea659ea841a5429c1214b325df72040b50744c1181b1c4e3075ff5
diff --git a/kde-plasma/kwayland/kwayland-5.110.0.ebuild b/kde-plasma/kwayland/kwayland-5.110.0.ebuild
deleted file mode 100644
index 8342da1182f6..000000000000
--- a/kde-plasma/kwayland/kwayland-5.110.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_NONGUI="true"
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Qt-style client and server library wrapper for Wayland libraries"
-HOMEPAGE="https://invent.kde.org/frameworks/kwayland"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="amd64 arm arm64 ~loong 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/qtconcurrent-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5=[egl]
- >=dev-qt/qtwayland-${QTMIN}:5=
- media-libs/libglvnd
-"
-DEPEND="${RDEPEND}
- >=dev-libs/plasma-wayland-protocols-1.9.0
- >=dev-libs/wayland-protocols-1.15
- sys-kernel/linux-headers
-"
-BDEPEND="
- >=dev-qt/qtwaylandscanner-${QTMIN}:5
- >=dev-util/wayland-scanner-1.19.0
-"