summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-07-08 18:43:51 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-07-08 18:48:18 +0200
commit311e8173523274a0c7d26cd7c89618f9eda79a05 (patch)
tree38505f0cbf4c7fd48159ae30649a99157edb5baa
parentdb40e2b67468a73f4725aa4b3bc93e6e14b4edfd (diff)
downloadkde-311e8173523274a0c7d26cd7c89618f9eda79a05.tar.gz
kde-311e8173523274a0c7d26cd7c89618f9eda79a05.tar.bz2
kde-311e8173523274a0c7d26cd7c89618f9eda79a05.zip
kde-plasma/kwayland-integration: drop 6.3.49.9999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/kwayland-integration/kwayland-integration-6.3.49.9999.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-6.3.49.9999.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-6.3.49.9999.ebuild
deleted file mode 100644
index 09fdb49c7cd..00000000000
--- a/kde-plasma/kwayland-integration/kwayland-integration-6.3.49.9999.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.115.0
-QTMIN=5.15.12
-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=""
-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
-}