commit: 2b9c01eb9c445cc39abfae88d7d03cca71bdff1a Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Jan 22 23:34:15 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Jan 23 20:32:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b9c01eb
kde-plasma/kwayland-integration: drop 6.1.5 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-plasma/kwayland-integration/Manifest | 1 - .../kwayland-integration-6.1.5.ebuild | 48 ---------------------- 2 files changed, 49 deletions(-) diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index 367fe25f7e1c..a44ad88ba599 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,3 +1,2 @@ -DIST kwayland-integration-6.1.5.tar.xz 26396 BLAKE2B 7394bde4d04cbdb05367c1804e18718da2144c2190889be53f8cf9a20599593f46ab1933d07b6859de82f832cb30ffde4fba363c296799b190394f974e312ea8 SHA512 02ec5089483f466ee51a1a67a523aa8bac60c45b5cb80372a81493b43294fc83735152bbadb043c5b8af484fe29799da662c9bf5261adf3da774af5ce247b5aa DIST kwayland-integration-6.2.4.tar.xz 26380 BLAKE2B e22945c4927c40474b8b25020299e883cb8432c911324e583870a5c94fce74ed3789146434abb87384521568e9fa5eb4a6af8a7f770746e6ae76d446f12fdf15 SHA512 2e318bfa064974f002d963653d04529c217c59a6db8e12456b2b5d787397207bf66102de5c4ea5147243b1ef101b3673e2e77aa8534bd654156a37fb7c10c6c4 DIST kwayland-integration-6.2.5.tar.xz 26420 BLAKE2B e5c93a190c0a66a53cab1942d0254be1e2a77f875c22cda4480a3a3a7c8fb19c4cc558db214fe5aa5399f62fd1fe56d19ea089f86b9d7b6c47dd76f400e301cc SHA512 a0c93f58664cc3540c82609b14244cab9214f0b6712fe2409cd2b0aaaa55bad452d06083a2b1800cb7d37c7aceb5edfa210a3686aed442a1b9f5fb34ad2e3967 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-6.1.5.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-6.1.5.ebuild deleted file mode 100644 index 28766035621d..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-6.1.5.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.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="amd64 ~arm arm64 ~loong ppc64 ~riscv x86" -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 -}