commit:     62c54efcada44b7c43dc6d7067bfe554c785fd70
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 27 14:58:45 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 28 16:56:44 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62c54efc

kde-plasma/xdg-desktop-portal-kde: drop 6.3.5-r1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/xdg-desktop-portal-kde/Manifest         |  1 -
 .../xdg-desktop-portal-kde-6.3.5-r1.ebuild         | 69 ----------------------
 2 files changed, 70 deletions(-)

diff --git a/kde-plasma/xdg-desktop-portal-kde/Manifest 
b/kde-plasma/xdg-desktop-portal-kde/Manifest
index db265839b5c1..514b64204df5 100644
--- a/kde-plasma/xdg-desktop-portal-kde/Manifest
+++ b/kde-plasma/xdg-desktop-portal-kde/Manifest
@@ -1,3 +1,2 @@
-DIST xdg-desktop-portal-kde-6.3.5.tar.xz 192136 BLAKE2B 
ccedc327e8826ac62be415d4b70264b290b464d9589acd71b919dcb37f556835de24860db15333813dbf3c72fb42d0bc8d7533c4fa0d07139fabe0d7db8ca89a
 SHA512 
0f40054e076b8a79fc80d96c4cc6a0574ab041313771e24fae61cb19d2bfc4d0e79888403f03b88e37d57bdc67df112ddbf830c8206caeda025ce38ceaa69673
 DIST xdg-desktop-portal-kde-6.3.6.tar.xz 190288 BLAKE2B 
576a015b58f3e2b0f7def445d4221212bbd14a6a6d863f36b2bab2929ad4e8338ac46d5cec9c2223917c25e9d65ee4a5c57991f681f8ce41c418a1619b8313b7
 SHA512 
e76edf238fb08de8e5a7b870a1285b583cae4de7629e5540b136d66d49c29bde7dce7fdc6974c21f2d00cbdfd5cc8b71a3c6d887e9c9825bacde270d6ddf29dd
 DIST xdg-desktop-portal-kde-6.4.3.tar.xz 202680 BLAKE2B 
ee88143ba4e0cb314f1b69844dec78615778f62ce5de2fcc2bd2e4e13eb8aa443bacb7186c7d69d694f99fc63675f806f7d78b27afdf27c694cf90716aadc7c5
 SHA512 
18de0f02b1f4b740d06ddbdfcf1a14bb0b610fb1bed8136682df37b86b8bfe1566c6041f104739dfaad1c88920671f968afa91f30509dddf65afb92d3ef0233b

diff --git 
a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.3.5-r1.ebuild 
b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.3.5-r1.ebuild
deleted file mode 100644
index ec20ab67e6f2..000000000000
--- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.3.5-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-KFMIN=6.10.0
-QTMIN=6.8.1
-inherit ecm plasma.kde.org xdg
-
-DESCRIPTION="Backend implementation for xdg-desktop-portal that is using 
Qt/KDE Frameworks"
-
-LICENSE="LGPL-2+"
-SLOT="6"
-KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# dev-qt/qtbase:= slot op: Uses Qt::GuiPrivate for qtx11extras_p.h
-# dev-qt/qtbase:=[cups]: includes specifically the cups private header
-# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
-COMMON_DEPEND="
-       >=dev-libs/wayland-1.15
-       >=dev-qt/qtbase-${QTMIN}:6=[cups,dbus,gui,widgets]
-       >=dev-qt/qtdeclarative-${QTMIN}:6
-       || (
-               >=dev-qt/qtbase-${QTMIN}:6[libinput]
-               >=dev-qt/qtbase-${QTMIN}:6[X]
-       )
-       >=dev-qt/qtwayland-${QTMIN}:6
-       >=kde-frameworks/kcoreaddons-${KFMIN}:6[dbus]
-       >=kde-frameworks/kconfig-${KFMIN}:6
-       >=kde-frameworks/kcrash-${KFMIN}:6
-       >=kde-frameworks/kglobalaccel-${KFMIN}:6
-       >=kde-frameworks/kguiaddons-${KFMIN}:6
-       >=kde-frameworks/ki18n-${KFMIN}:6
-       >=kde-frameworks/kiconthemes-${KFMIN}:6
-       >=kde-frameworks/kio-${KFMIN}:6
-       >=kde-frameworks/kirigami-${KFMIN}:6
-       >=kde-frameworks/knotifications-${KFMIN}:6
-       >=kde-frameworks/kservice-${KFMIN}:6
-       >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
-       >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-       >=kde-frameworks/kwindowsystem-${KFMIN}:6
-       >=kde-plasma/kwayland-${KDE_CATV}:6
-       >=kde-plasma/plasma-workspace-${KDE_CATV}:6
-       x11-libs/libxkbcommon
-"
-DEPEND="${COMMON_DEPEND}
-       >=dev-libs/plasma-wayland-protocols-1.16.0
-       >=dev-libs/wayland-protocols-1.25
-       >=dev-qt/qtbase-${QTMIN}:6[concurrent]
-"
-RDEPEND="${COMMON_DEPEND}
-       kde-misc/kio-fuse:6
-       sys-apps/xdg-desktop-portal
-"
-BDEPEND="
-       >=dev-qt/qtwayland-${QTMIN}:6
-       virtual/pkgconfig
-"
-
-CMAKE_SKIP_TESTS=(
-       # bugs: 926483, wants dbus/X11
-       colorschemetest
-)
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-6.3.5-screencast-crash.patch
-)

Reply via email to