summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/kwayland/Manifest1
-rw-r--r--kde-frameworks/kwayland/kwayland-5.112.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 df8101b8469..00000000000
--- a/kde-frameworks/kwayland/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kwayland-5.112.0.tar.xz 337424 BLAKE2B 33141d772cb86bcb5b11d2f16336332d5ba32adf06000469e0790d0e667210051892426f3bf9e9c35d5d338764ef728a56f9beee049a91a7124726c320896df1 SHA512 70f141cecb9094ac0cfda6b4472c5cb80767fadc1f8c4be05efac73d0e18ccbd736a99ef19ea659ea841a5429c1214b325df72040b50744c1181b1c4e3075ff5
diff --git a/kde-frameworks/kwayland/kwayland-5.112.0.ebuild b/kde-frameworks/kwayland/kwayland-5.112.0.ebuild
deleted file mode 100644
index 60e567c19c0..00000000000
--- a/kde-frameworks/kwayland/kwayland-5.112.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
-"