From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1663245-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 4BAAC15852A
	for <garchives@archives.gentoo.org>; Wed, 21 Aug 2024 21:51:23 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EA1E12BC02A;
	Wed, 21 Aug 2024 21:51:20 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 C9ADD2BC021
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Aug 2024 21:51:20 +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 B318034131D
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Aug 2024 21:51:19 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E4EF1F0A
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Aug 2024 21:51:17 +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: <1724274878.4abbe649dbfd7f96afffd316d7516d4a68d7574e.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-gdrive/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-misc/kio-gdrive/kio-gdrive-23.08.5-r1.ebuild kde-misc/kio-gdrive/kio-gdrive-24.05.2.ebuild
X-VCS-Directories: kde-misc/kio-gdrive/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 4abbe649dbfd7f96afffd316d7516d4a68d7574e
X-VCS-Branch: master
Date: Wed, 21 Aug 2024 21:51:17 +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: 63fd10ea-ee31-4881-8042-e212db0a0e82
X-Archives-Hash: 57a78ff40faabe1473febb8506274da8

commit:     4abbe649dbfd7f96afffd316d7516d4a68d7574e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 20 15:34:49 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 21 21:14:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4abbe649

kde-misc/kio-gdrive: drop 23.08.5-r1, 24.05.2

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

 kde-misc/kio-gdrive/kio-gdrive-23.08.5-r1.ebuild | 67 ------------------------
 kde-misc/kio-gdrive/kio-gdrive-24.05.2.ebuild    | 47 -----------------
 2 files changed, 114 deletions(-)

diff --git a/kde-misc/kio-gdrive/kio-gdrive-23.08.5-r1.ebuild b/kde-misc/kio-gdrive/kio-gdrive-23.08.5-r1.ebuild
deleted file mode 100644
index f0e25f566bb1..000000000000
--- a/kde-misc/kio-gdrive/kio-gdrive-23.08.5-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="optional"
-KDE_ORG_CATEGORY="network"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="KIO worker for Google Drive service"
-HOMEPAGE="https://apps.kde.org/kio_gdrive/"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64"
-IUSE="kf6compat +share"
-
-COMMON_DEPEND="
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	kde-apps/kaccounts-integration:6[qt5]
-	kde-apps/libkgapi:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	share? ( >=kde-frameworks/purpose-${KFMIN}:5 )
-"
-DEPEND="${COMMON_DEPEND}
-	>=dev-qt/qtnetwork-${QTMIN}:5
-"
-RDEPEND="${COMMON_DEPEND}
-	kde-apps/kaccounts-providers:*
-	kf6compat? ( kde-misc/kio-gdrive:6 )
-"
-BDEPEND="dev-util/intltool"
-
-DOCS=( README.md )
-
-PATCHES=( "${FILESDIR}/${P}-kaccounts-integration-24.02.patch" )
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake_use_find_package share KF5Purpose)
-	)
-	ecm_src_configure
-}
-
-src_install() {
-	ecm_src_install
-
-	if use kf6compat; then
-		rm "${D}"/usr/share/accounts/services/kde/google-drive.service \
-			"${D}"/usr/share/metainfo/org.kde.kio_gdrive.metainfo.xml \
-			"${D}"/usr/share/remoteview/gdrive-network.desktop || die
-		if use handbook; then
-			rm -r "${D}"/usr/share/help || die
-		fi
-		if use share; then
-			rm -r "${D}"/usr/share/purpose/purpose_gdrive_config.qml || die
-		fi
-		rm -r "${D}"/usr/share/locale || die
-	fi
-}

diff --git a/kde-misc/kio-gdrive/kio-gdrive-24.05.2.ebuild b/kde-misc/kio-gdrive/kio-gdrive-24.05.2.ebuild
deleted file mode 100644
index 6afd296e86de..000000000000
--- a/kde-misc/kio-gdrive/kio-gdrive-24.05.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="true"
-KDE_ORG_CATEGORY="network"
-KFMIN=6.3.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="KIO worker for Google Drive service"
-HOMEPAGE="https://apps.kde.org/kio_gdrive/"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64"
-IUSE="+share"
-
-COMMON_DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
-	kde-apps/kaccounts-integration:6
-	kde-apps/libkgapi:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/knotifications-${KFMIN}:6
-	share? ( >=kde-frameworks/purpose-${KFMIN}:6 )
-"
-DEPEND="${COMMON_DEPEND}
-	>=dev-qt/qtbase-${QTMIN}:6[network]
-"
-RDEPEND="${COMMON_DEPEND}
-	!${CATEGORY}/${PN}:5[-kf6compat(-)]
-	kde-apps/kaccounts-providers:6
-"
-BDEPEND="dev-util/intltool"
-
-DOCS=( README.md )
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake_use_find_package share KF6Purpose)
-	)
-	ecm_src_configure
-}