From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1677789-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id D71CF15807A
	for <garchives@archives.gentoo.org>; Tue,  8 Oct 2024 15:21:07 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 48C70E29F9;
	Tue,  8 Oct 2024 15:21:04 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 34B0EE29FA
	for <gentoo-commits@lists.gentoo.org>; Tue,  8 Oct 2024 15:21:04 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 6D78F34319C
	for <gentoo-commits@lists.gentoo.org>; Tue,  8 Oct 2024 15:21:03 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 118F927F6
	for <gentoo-commits@lists.gentoo.org>; Tue,  8 Oct 2024 15:21:00 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1728343321.80a4e4337a8861fadbc2e650d24c55c21a8bd7c7.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/xdg-desktop-portal-kde/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.1.90.ebuild
X-VCS-Directories: kde-plasma/xdg-desktop-portal-kde/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 80a4e4337a8861fadbc2e650d24c55c21a8bd7c7
X-VCS-Branch: master
Date: Tue,  8 Oct 2024 15:21:00 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: f0152410-9cd7-41b3-a291-fd2b47e36112
X-Archives-Hash: 08cdd7461936e535d133ca6ebb6b997b

commit:     80a4e4337a8861fadbc2e650d24c55c21a8bd7c7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 18:23:43 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 23:22:01 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=80a4e433

kde-plasma/xdg-desktop-portal-kde: drop 6.1.90

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

 .../xdg-desktop-portal-kde-6.1.90.ebuild           | 66 ----------------------
 1 file changed, 66 deletions(-)

diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.1.90.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.1.90.ebuild
deleted file mode 100644
index d732da09fb..0000000000
--- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.1.90.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-KFMIN=6.6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Backend implementation for xdg-desktop-portal that is using Qt/KDE Frameworks"
-
-LICENSE="LGPL-2+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~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-${PVCUT}:6
-	>=kde-plasma/plasma-workspace-${PVCUT}:6
-	x11-libs/libxkbcommon
-"
-DEPEND="${COMMON_DEPEND}
-	>=dev-libs/plasma-wayland-protocols-1.14.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
-)