summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-18 10:36:08 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-18 10:50:55 +0200
commit255689061aad6bbdd281766defddb64786a16888 (patch)
treeffb61d6ecbb1ca653ea332ec82078dee5711d4a6
parent4e60b39d647c0cd365760a85d12c10440df2d63a (diff)
downloadkde-255689061aad6bbdd281766defddb64786a16888.tar.gz
kde-255689061aad6bbdd281766defddb64786a16888.tar.bz2
kde-255689061aad6bbdd281766defddb64786a16888.zip
kde-frameworks/kwayland: drop 5.109.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/kwayland/Manifest1
-rw-r--r--kde-frameworks/kwayland/kwayland-5.109.0.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-frameworks/kwayland/Manifest b/kde-frameworks/kwayland/Manifest
deleted file mode 100644
index 9f3e81a07f4..00000000000
--- a/kde-frameworks/kwayland/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kwayland-5.109.0.tar.xz 337396 BLAKE2B 556ff22d3431d4e2b63cd7ca930bc958c13e8bcdb5b911cf9681744d8995ee06faaa8a4d36c29dff597475b92d373f7e0457888e6b1611676b68141fc3685079 SHA512 2cf9cdd434023834297476583224d8a7e23721171cf77922e9229ab0b3d03319647c4b0c66f1e06ddf84c8ee7ed23eee2c90242c6decca6ea88b35a53e42106c
diff --git a/kde-frameworks/kwayland/kwayland-5.109.0.ebuild b/kde-frameworks/kwayland/kwayland-5.109.0.ebuild
deleted file mode 100644
index 60e567c19c0..00000000000
--- a/kde-frameworks/kwayland/kwayland-5.109.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(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
-"