summaryrefslogtreecommitdiff
path: root/kde-plasma/kwayland-integration
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-01-23 19:51:12 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-01-23 19:51:12 +0100
commit029d120c876f6a8b7ad5872047b97c1e3470d8e0 (patch)
tree9007ece294e877552fec817602b6e331ace0d1b3 /kde-plasma/kwayland-integration
parent28b9c100d6427054ed2b6bbf637ac1fbe035c949 (diff)
downloadkde-029d120c876f6a8b7ad5872047b97c1e3470d8e0.tar.gz
kde-029d120c876f6a8b7ad5872047b97c1e3470d8e0.tar.bz2
kde-029d120c876f6a8b7ad5872047b97c1e3470d8e0.zip
kde-plasma/kwayland-integration: drop 6.2.90
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.2.90.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index 0656fc78812..22c98bbbd29 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1,2 +1 @@
-DIST kwayland-integration-6.2.90.tar.xz 26596 BLAKE2B 19f6138672c1c3e503ecaea2d3f0d95d5ed5073c0018309357bf0cf867e8b9dd360fa111f114f07e146ed59506d1b77a133b2212262c6bb04c995e579f7b601e SHA512 7768778f189e3074855d434b03dfca8fec18e41e7ef31c13dd852324a5d7a237362e3f35448dfa2478856f2c22b83eff478af8e8d4aabfa86b8675bbd50c5031
DIST kwayland-integration-6.2.91.tar.xz 26548 BLAKE2B 5500b321bf685cfb62aa54f22a12621195764be4e57fdc28fd04e376766e4a5ca10a4daff6d4bc25a162c1b46f89fc8503206aa89b2e01f8083d450381bfedbe SHA512 94ae86b8804f0135682b73947a23da7ccef5c46a0ed7396767ee418df5943ca8d5b861f0d4a1c7cb48e6396ca35eab80fb5e516f5140e6ab71563dcab4f06943
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-6.2.90.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-6.2.90.ebuild
deleted file mode 100644
index 51afcfe3258..00000000000
--- a/kde-plasma/kwayland-integration/kwayland-integration-6.2.90.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
-}