summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-01-15 00:38:08 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-01-15 00:38:08 +0100
commite3f745c586a5ac305b9c3c8884c03fed7f210ca7 (patch)
tree8502846e2f4a42294884027133a54a6e27235cc5
parent40faf54e73110f7a72115543c21b000d441293c9 (diff)
downloadkde-e3f745c586a5ac305b9c3c8884c03fed7f210ca7.tar.gz
kde-e3f745c586a5ac305b9c3c8884c03fed7f210ca7.tar.bz2
kde-e3f745c586a5ac305b9c3c8884c03fed7f210ca7.zip
kde-frameworks/kwayland: drop 5.102.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/kwayland/Manifest1
-rw-r--r--kde-frameworks/kwayland/kwayland-5.102.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 87458d91db0..00000000000
--- a/kde-frameworks/kwayland/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kwayland-5.102.0.tar.xz 336820 BLAKE2B f9ebc6b610ff3e60ca7aad18fc0d9cedf17870104f564572513f19a524936f9dac8eea51da1e941d85627d21f2a4758a826c1f80008283c2033d8719404b4b7e SHA512 fbda5683268f9a242b76f02fd86fffc7414c054ca986ae9ea427549c4024e6cc2946f92344e0a34450787c6d7d3ab0169f8cd1649fcb86ece0579f9a6959f333
diff --git a/kde-frameworks/kwayland/kwayland-5.102.0.ebuild b/kde-frameworks/kwayland/kwayland-5.102.0.ebuild
deleted file mode 100644
index 3f4ad020e46..00000000000
--- a/kde-frameworks/kwayland/kwayland-5.102.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.5
-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
-"