commit: 9bce86d6f5ae7bbc8d3a1ddb7ac7eddc3f1ea3fb Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Feb 24 21:33:40 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Feb 28 07:20:50 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bce86d6
kde-plasma/kwayland-integration: treeclean Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-plasma/kwayland-integration/Manifest | 2 - .../kwayland-integration-6.5.5.ebuild | 48 ---------------------- .../kwayland-integration-6.6.0.ebuild | 48 ---------------------- kde-plasma/kwayland-integration/metadata.xml | 12 ------ 4 files changed, 110 deletions(-) diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest deleted file mode 100644 index 0a119ef803d0..000000000000 --- a/kde-plasma/kwayland-integration/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST kwayland-integration-6.5.5.tar.xz 26452 BLAKE2B 843ee8af957407eaa8b65767f5220434ffac18b722f64086008e7af05becf1e1997ce47c8802d220fef2a071705322fc40156dcabf79332e79e6941353d5c23a SHA512 b4f0e7c4cb91cf3d1d1c8fef1bb256e6b4dec68f67ef312dfb6e595d5f4f9a02c03668faa7e9c0c57e38588528819ef453588081a71b9cf922c018b62946dc74 -DIST kwayland-integration-6.6.0.tar.xz 26440 BLAKE2B e3fa842fc814bff9afcc5809ec1cdd8f698c05d12708e10f762a271ef7a4d902d020b07846d7e9267e2a09ea8a1c5c08b3d3cc4184ea76c6f163624a3e51ae8f SHA512 d7293d429eb5bdecd9648ee9fd7f1581ddbf2670a5be7f6c6ec593a5106486a1e609ff79f6c6d322d3a212469a78955c36245cd3ec566fc750416dcd79c24ef1 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-6.5.5.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-6.5.5.ebuild deleted file mode 100644 index b5cf3b6b68cd..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-6.5.5.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KFMIN=5.116.0 -QTMIN=5.15.17 -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 -} diff --git a/kde-plasma/kwayland-integration/kwayland-integration-6.6.0.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-6.6.0.ebuild deleted file mode 100644 index 1c45fd80ca2b..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-6.6.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KFMIN=5.116.0 -QTMIN=5.15.17 -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 -} diff --git a/kde-plasma/kwayland-integration/metadata.xml b/kde-plasma/kwayland-integration/metadata.xml deleted file mode 100644 index 7715b5766454..000000000000 --- a/kde-plasma/kwayland-integration/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo KDE Project</name> - </maintainer> - <upstream> - <bugs-to>https://bugs.kde.org/</bugs-to> - <remote-id type="kde-invent">plasma/kwayland-integration</remote-id> - </upstream> -</pkgmetadata>
