summaryrefslogtreecommitdiff
path: root/kde-frameworks/kwayland
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/kwayland')
-rw-r--r--kde-frameworks/kwayland/Manifest1
-rw-r--r--kde-frameworks/kwayland/kwayland-5.57.0.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/kde-frameworks/kwayland/Manifest b/kde-frameworks/kwayland/Manifest
deleted file mode 100644
index dd34a0f9c96..00000000000
--- a/kde-frameworks/kwayland/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kwayland-5.57.0.tar.xz 340180 BLAKE2B d1bdee02a1a77c15efb64f26f92c4b239e284677b092c1092102c51b0368d2be816fb3e246626a307cb62d351b75bddaad3d476cdf9136bd93c31dfea7950b9e SHA512 95caf19c0add3f853de7c330b070adb8c9012b4abd84bd235852cc9c3b8795981e5d113f893e4022bb3d3844391f27c8237fb66981bd80a465ec0388331e4fec
diff --git a/kde-frameworks/kwayland/kwayland-5.57.0.ebuild b/kde-frameworks/kwayland/kwayland-5.57.0.ebuild
deleted file mode 100644
index eacfe1e3273..00000000000
--- a/kde-frameworks/kwayland/kwayland-5.57.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_TEST="true"
-inherit kde5
-
-DESCRIPTION="Qt-style client and server library wrapper for Wayland libraries"
-HOMEPAGE="https://cgit.kde.org/kwayland.git"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
-
-DEPEND="
- $(add_qt_dep qtconcurrent)
- $(add_qt_dep qtgui 'egl')
- >=dev-libs/wayland-1.13.0
- media-libs/mesa[egl]
-"
-RDEPEND="${DEPEND}
- $(add_qt_dep qtwayland 'egl(+)')
-"
-
-# All failing, I guess we need a virtual wayland server
-RESTRICT+=" test"