summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-01-10 23:28:08 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-01-10 23:28:08 +0100
commit0c58dc9cae23e11ffe8e14a27f4ba3566c1d8f09 (patch)
tree80536dbda06ef0971ebbb3618f05fe580b46dec3
parentf186e9339ec6f76bb14540cbcf7574383babd210 (diff)
downloadkde-0c58dc9cae23e11ffe8e14a27f4ba3566c1d8f09.tar.gz
kde-0c58dc9cae23e11ffe8e14a27f4ba3566c1d8f09.tar.bz2
kde-0c58dc9cae23e11ffe8e14a27f4ba3566c1d8f09.zip
kde-plasma/kwayland-integration: drop 5.92.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/kwayland-integration/Manifest1
-rw-r--r--kde-plasma/kwayland-integration/kwayland-integration-5.92.0.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
deleted file mode 100644
index b42a1440e07..00000000000
--- a/kde-plasma/kwayland-integration/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kwayland-integration-5.92.0.tar.xz 26448 BLAKE2B 44b251ede14c4b5974e546d6ff8de61ec1c91a29cb220c8be8fcf4fb024e96cd28c19d5b4e01d7c63fba48aa63c5e2842b97e90f6f32eaebc43722c8f5a104c6 SHA512 106887e68c5203645eef38a4915a344714a931966110202d2f350ef49fc262683cc85062c119a5369b2b6aa903d6648e33d3c23b422d08d104bfc0aacd5b0c71
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.92.0.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.92.0.ebuild
deleted file mode 100644
index 05e2a781adb..00000000000
--- a/kde-plasma/kwayland-integration/kwayland-integration-5.92.0.ebuild
+++ /dev/null
@@ -1,43 +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 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
-"