summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-12-10 11:11:47 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-12-10 11:11:47 +0100
commit88b10f2ea1f34eda3ebf8252b005e2fdb9d4b9f4 (patch)
treeb1003c26fb8cdf0e89e93d9e95988e154b359274
parentaab1a4a99155f5b896bd8d0432b65d498dacc491 (diff)
downloadkde-88b10f2ea1f34eda3ebf8252b005e2fdb9d4b9f4.tar.gz
kde-88b10f2ea1f34eda3ebf8252b005e2fdb9d4b9f4.tar.bz2
kde-88b10f2ea1f34eda3ebf8252b005e2fdb9d4b9f4.zip
kde-frameworks/kwayland: drop 5.101.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/kwayland/Manifest1
-rw-r--r--kde-frameworks/kwayland/kwayland-5.101.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 523357d1e70..00000000000
--- a/kde-frameworks/kwayland/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kwayland-5.101.0.tar.xz 336776 BLAKE2B 6ed88db28b5cd2d07f388435798f50069c819e9cbd35e1b5ba9ccb7a3e4e47498a92933eabbe8f582615f2495b67cb4b86c5e02100fcaf0dd37094b810c247f5 SHA512 cc561d2d3a2b3f1838c5b594907f5f9e78edc6ebd8e62dc751d8f2df453b9b3cac50c8220525722a8e0f2fbe842f517cfb83250c6822d97672d9a7b618194c12
diff --git a/kde-frameworks/kwayland/kwayland-5.101.0.ebuild b/kde-frameworks/kwayland/kwayland-5.101.0.ebuild
deleted file mode 100644
index 5da61c769d8..00000000000
--- a/kde-frameworks/kwayland/kwayland-5.101.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 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
-"