summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-10-14 12:08:11 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-10-14 12:08:11 +0200
commitc3aa6adbc2cb41867c7c0124e1e8ab74dabcb6db (patch)
tree77bbb8ea504dc90c4df76b3c7c382f5ea25c01ef
parent4582d70613ffa15dc55b8ea26b0f6d3abc6e8193 (diff)
downloadkde-c3aa6adbc2cb41867c7c0124e1e8ab74dabcb6db.tar.gz
kde-c3aa6adbc2cb41867c7c0124e1e8ab74dabcb6db.tar.bz2
kde-c3aa6adbc2cb41867c7c0124e1e8ab74dabcb6db.zip
kde-plasma/kwayland-server: drop 5.23.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/kwayland-server/Manifest1
-rw-r--r--kde-plasma/kwayland-server/kwayland-server-5.23.0.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/kwayland-server/Manifest b/kde-plasma/kwayland-server/Manifest
deleted file mode 100644
index f2e4ec07987..00000000000
--- a/kde-plasma/kwayland-server/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kwayland-server-5.23.0.tar.xz 217592 BLAKE2B 7f6dd8e3617249586ab81e56798bd01254d5e532602f7c6e7e5485752f75e8cb862697358b9c8ae94e0577c382174357afefea30db7ddb955b369a6cb66207af SHA512 b3b50d37f441e1a6b5be73b69aad1407c391874fcec2f16a8d5318160112b5a6958072e0dcce79d6dabf63915f97ea47e15837ca156ad42d7ccb50013b140d98
diff --git a/kde-plasma/kwayland-server/kwayland-server-5.23.0.ebuild b/kde-plasma/kwayland-server/kwayland-server-5.23.0.ebuild
deleted file mode 100644
index 6badc119f3d..00000000000
--- a/kde-plasma/kwayland-server/kwayland-server-5.23.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Wayland Server Components built on KDE Frameworks"
-HOMEPAGE="https://invent.kde.org/plasma/kwayland-server"
-
-LICENSE="LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# All failing, I guess we need a virtual wayland server
-RESTRICT="test"
-
-RDEPEND="
- >=dev-libs/wayland-1.19.0
- >=dev-qt/qtconcurrent-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5[egl]
- >=dev-qt/qtwayland-${QTMIN}:5
- >=kde-frameworks/kwayland-${KFMIN}:5
- media-libs/libglvnd
-"
-DEPEND="${RDEPEND}
- >=dev-libs/plasma-wayland-protocols-1.3.0
- >=dev-libs/wayland-protocols-1.21
-"
-BDEPEND="dev-util/wayland-scanner"