summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-02-01 20:15:38 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-02-01 22:17:37 +0100
commit20afea1c123f41bf01ec456f3149676fdead906a (patch)
tree998b7cbc1e7fdafe038aa8361e1e321c71ee4fdb
parentkde-plasma/kwayland: drop 5.92.0 (diff)
downloadgentoo-20afea1c123f41bf01ec456f3149676fdead906a.tar.gz
gentoo-20afea1c123f41bf01ec456f3149676fdead906a.tar.bz2
gentoo-20afea1c123f41bf01ec456f3149676fdead906a.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
index ea6818c4fee5..55362788142a 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1,3 +1,2 @@
DIST kwayland-integration-5.27.10.tar.xz 25776 BLAKE2B dbd1b2cedf1128f59318e41036bde63c8062538804a6b26418bce2210860a0b0f1dcbf217f9b823924ec8865b2bc3d6ceae7a06339d8ea1a508d67763e697027 SHA512 c66b08ba2af7675add7d603e0b8bdd20578abfc71af15574c389c8bec9856f309fe856c236f9fc8832e38c0125f5d55a3cc3d649b9d49733ee93d656b9c293fe
-DIST kwayland-integration-5.92.0.tar.xz 26448 BLAKE2B 44b251ede14c4b5974e546d6ff8de61ec1c91a29cb220c8be8fcf4fb024e96cd28c19d5b4e01d7c63fba48aa63c5e2842b97e90f6f32eaebc43722c8f5a104c6 SHA512 106887e68c5203645eef38a4915a344714a931966110202d2f350ef49fc262683cc85062c119a5369b2b6aa903d6648e33d3c23b422d08d104bfc0aacd5b0c71
DIST kwayland-integration-5.93.0.tar.xz 26400 BLAKE2B a7b1ca9f0a02a6562f6568cb9d03f43cb57516db9f686eec8695b5be373c3d2c026d12c01b36d724878b8a80a47c548da824f35cc2d5e018e5e44082e8e6329d SHA512 8078f884d4fe0ed90474b6578fdb3a170a86c12b4721637e595471e7e4616aaf7fda66250cf7a10e8d33675c55f64f02992eb77f4a951ac4a7f94b3ae57640a5
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 05e2a781adb1..000000000000
--- 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
-"