summaryrefslogtreecommitdiff
path: root/kde-plasma/kwayland-integration
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-02-27 14:22:27 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-02-28 14:56:15 +0100
commitc216314a29aee662d3df074ad3ec351e8f9fba5c (patch)
tree119b0adece5ff62822007904ca07a7d77dc259d8 /kde-plasma/kwayland-integration
parentd0023e56ed004beeb4687515db373224677fdfdc (diff)
downloadkde-c216314a29aee662d3df074ad3ec351e8f9fba5c.tar.gz
kde-c216314a29aee662d3df074ad3ec351e8f9fba5c.tar.bz2
kde-c216314a29aee662d3df074ad3ec351e8f9fba5c.zip
kde-plasma/kwayland-integration: drop 6.0.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwayland-integration')
-rw-r--r--kde-plasma/kwayland-integration/Manifest1
-rw-r--r--kde-plasma/kwayland-integration/kwayland-integration-6.0.0.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
deleted file mode 100644
index 22684a9f57a..00000000000
--- a/kde-plasma/kwayland-integration/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kwayland-integration-6.0.0.tar.xz 26400 BLAKE2B 863bd95e98b1fa1a6d9b839dc1a66cfc972abb2b3c4c85bd357f5d8ecef24aa730277f536340b6a577f9eb271c910301c704f15410fd00be09c1c816bad69e42 SHA512 1e351dbc2b81d990f69a7867d428cf2ec167af6c0553100b7e759f19353d8df45310536266365ef0fe37c4399a434a969f61de9cd257cd9b151e1bdaa8b109f4
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-6.0.0.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-6.0.0.ebuild
deleted file mode 100644
index 058fb471a0d..00000000000
--- a/kde-plasma/kwayland-integration/kwayland-integration-6.0.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.113.0
-QTMIN=5.15.9
-inherit ecm flag-o-matic plasma.kde.org
-
-DESCRIPTION="Provides KWindowSystem integration plugin for Wayland"
-HOMEPAGE="https://invent.kde.org/plasma/kwayland-integration"
-
-LICENSE="LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64"
-IUSE=""
-
-# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
-# slot ops:
-# dev-qt/qtgui: QtXkbCommonSupportPrivate
-# dev-qt/qtwayland: Qt::WaylandClientPrivate (private/qwayland*_p.h) stuff
-# kde-frameworks/kwindowsystem: Various private headers
-RDEPEND="
- >=dev-libs/wayland-1.15
- >=dev-qt/qtgui-${QTMIN}:5=
- || (
- >=dev-qt/qtgui-${QTMIN}:5[libinput]
- >=dev-qt/qtgui-${QTMIN}:5[X]
- )
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtwayland-${QTMIN}:5=
- >=kde-frameworks/kwindowsystem-${KFMIN}:5=
- >=kde-plasma/kwayland-${KFMIN}:5
- x11-libs/libxkbcommon
-"
-DEPEND="${RDEPEND}
- dev-libs/plasma-wayland-protocols
-"
-BDEPEND="
- >=dev-qt/qtwaylandscanner-${QTMIN}:5
- dev-util/wayland-scanner
- virtual/pkgconfig
-"
-
-src_configure() {
- filter-lto # bug 921430
- ecm_src_configure
-}