public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-gdrive/
Date: Thu, 21 Jul 2022 10:35:38 +0000 (UTC)	[thread overview]
Message-ID: <1658399672.f20e29ce68aae40c5532f23fa97fdeb512289535.asturm@gentoo> (raw)

commit:     f20e29ce68aae40c5532f23fa97fdeb512289535
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 09:59:08 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 10:34:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f20e29ce

kde-misc/kio-gdrive: Drop IUSE=kaccounts

Google Account authentication is currently broken at runtime without
kaccounts integration, and qtkeychain backend code is getting increasingly
crusty with build broken in >=22.07.80 as well. Reported upstream and
option disabled until fixed there.

This gets rid of REQUIRED_USE and makes this logically sound to be hidden
behind IUSE=webengine within kdenetwork-meta because of
kde-apps/kaccounts-providers hard-depending on dev-qt/qtwebengine.

KDE-bug: https://bugs.kde.org/show_bug.cgi?id=439639
KDE-bug: https://bugs.kde.org/show_bug.cgi?id=456975

Bug: https://bugs.gentoo.org/782505
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 ...io-gdrive-22.04.3.ebuild => kio-gdrive-22.04.3-r1.ebuild} | 12 ++++--------
 kde-misc/kio-gdrive/metadata.xml                             |  1 -
 2 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/kde-misc/kio-gdrive/kio-gdrive-22.04.3.ebuild b/kde-misc/kio-gdrive/kio-gdrive-22.04.3-r1.ebuild
similarity index 73%
rename from kde-misc/kio-gdrive/kio-gdrive-22.04.3.ebuild
rename to kde-misc/kio-gdrive/kio-gdrive-22.04.3-r1.ebuild
index ba640924c51e..95142c9693b9 100644
--- a/kde-misc/kio-gdrive/kio-gdrive-22.04.3.ebuild
+++ b/kde-misc/kio-gdrive/kio-gdrive-22.04.3-r1.ebuild
@@ -11,33 +11,30 @@ KFMIN=5.92.0
 QTMIN=5.15.4
 inherit ecm gear.kde.org
 
-DESCRIPTION="KIO Slave for Google Drive service"
+DESCRIPTION="KIO worker for Google Drive service"
 HOMEPAGE="https://apps.kde.org/kio_gdrive/"
 
 LICENSE="GPL-2+"
 SLOT="5"
 KEYWORDS="amd64 arm64 ~ppc64 ~x86"
-IUSE="+kaccounts +share"
-
-REQUIRED_USE="share? ( kaccounts )"
+IUSE="+share"
 
 COMMON_DEPEND="
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-apps/kaccounts-integration-20.08.3:5
 	>=kde-apps/libkgapi-19.08.0:5
 	>=kde-frameworks/kcoreaddons-${KFMIN}:5
 	>=kde-frameworks/ki18n-${KFMIN}:5
 	>=kde-frameworks/kio-${KFMIN}:5
 	>=kde-frameworks/knotifications-${KFMIN}:5
-	kaccounts? ( >=kde-apps/kaccounts-integration-20.08.3:5 )
-	!kaccounts? ( dev-libs/qtkeychain:=[qt5(+)] )
 	share? ( >=kde-frameworks/purpose-${KFMIN}:5 )
 "
 DEPEND="${COMMON_DEPEND}
 	>=dev-qt/qtnetwork-${QTMIN}:5
 "
 RDEPEND="${COMMON_DEPEND}
-	kaccounts? ( >=kde-apps/kaccounts-providers-20.08.3:5 )
+	>=kde-apps/kaccounts-providers-20.08.3:5
 "
 BDEPEND="dev-util/intltool"
 
@@ -45,7 +42,6 @@ DOCS=( README.md )
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake_use_find_package kaccounts KAccounts)
 		$(cmake_use_find_package share KF5Purpose)
 	)
 	ecm_src_configure

diff --git a/kde-misc/kio-gdrive/metadata.xml b/kde-misc/kio-gdrive/metadata.xml
index 35ead628e97b..8213019cba2d 100644
--- a/kde-misc/kio-gdrive/metadata.xml
+++ b/kde-misc/kio-gdrive/metadata.xml
@@ -9,7 +9,6 @@
 		<bugs-to>https://bugs.kde.org/</bugs-to>
 	</upstream>
 	<use>
-		<flag name="kaccounts">Use <pkg>kde-apps/kaccounts-integration</pkg> backend (default) instead of <pkg>dev-libs/qtkeychain</pkg></flag>
 		<flag name="share">Enable support for a share menu using <pkg>kde-frameworks/purpose</pkg></flag>
 	</use>
 </pkgmetadata>


             reply	other threads:[~2022-07-21 10:35 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-21 10:35 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-17 17:24 [gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-gdrive/ Andreas Sturmlechner
2024-09-02  7:17 Andreas Sturmlechner
2024-08-21 22:02 Andreas Sturmlechner
2024-08-21 21:51 Andreas Sturmlechner
2024-08-21 21:51 Andreas Sturmlechner
2024-08-20 21:23 Andreas Sturmlechner
2024-07-12 15:05 Andreas Sturmlechner
2024-05-20 11:39 Andreas Sturmlechner
2024-04-25 20:43 Andreas Sturmlechner
2024-01-06 12:35 Arthur Zamarin
2023-02-07 10:37 Andreas Sturmlechner
2022-07-21 10:53 Andreas Sturmlechner
2022-03-24 14:54 Andreas Sturmlechner
2021-08-04  9:01 Agostino Sarubbo
2021-08-04  8:40 Agostino Sarubbo
2021-04-06  6:31 Agostino Sarubbo
2020-11-05 19:01 Andreas Sturmlechner
2020-11-05 18:25 Georgy Yakovlev
2020-10-16 17:46 Georgy Yakovlev
2020-08-03 23:25 Sam James
2020-07-30  7:21 Agostino Sarubbo
2020-07-30  6:58 Agostino Sarubbo
2020-05-27 21:33 Andreas Sturmlechner
2020-04-23 22:07 Andreas Sturmlechner
2020-04-23 22:07 Andreas Sturmlechner
2020-03-19 15:43 Andreas Sturmlechner
2020-02-18 20:06 Andreas Sturmlechner
2019-12-25  1:27 Andreas Sturmlechner
2019-12-03  5:04 Andreas Sturmlechner
2019-12-02 16:33 Mikle Kolyada
2019-12-02 16:12 Mikle Kolyada
2019-08-25  8:10 Andreas Sturmlechner
2019-08-15 13:09 Andreas Sturmlechner
2019-05-19 20:04 Andreas Sturmlechner
2019-05-19 19:35 Andreas Sturmlechner
2018-11-18  9:37 Andreas Sturmlechner
2018-11-18  8:41 Mikle Kolyada
2018-11-17 21:34 Thomas Deutschmann
2018-10-22 13:43 Andreas Sturmlechner
2018-09-01 20:46 Andreas Sturmlechner
2018-08-30 11:31 Mikle Kolyada
2018-08-29  1:07 Thomas Deutschmann
2018-07-01 16:27 Andreas Sturmlechner
2018-05-08  7:11 Agostino Sarubbo
2018-05-07  0:24 Thomas Deutschmann
2018-05-06 11:24 Andreas Sturmlechner
2018-04-22 11:47 Andreas Sturmlechner
2018-03-30 22:42 Andreas Sturmlechner
2018-01-28 23:19 Andreas Sturmlechner
2017-11-07 22:30 Thomas Deutschmann
2017-11-06 11:37 Manuel RĂ¼ger
2017-10-19 19:03 Andreas Sturmlechner
2017-10-01  5:14 Michael Palimaka
2017-08-18 15:43 Michael Palimaka
2017-06-17 19:05 Andreas Sturmlechner
2017-05-31 20:11 Andreas Sturmlechner
2017-05-28  9:35 Andreas Sturmlechner
2017-02-14 18:25 Andreas Sturmlechner
2017-01-26 14:31 Michael Palimaka
2017-01-26 14:29 Michael Palimaka
2017-01-26 14:29 Michael Palimaka
2017-01-11  8:37 Johannes Huber
2017-01-11  8:10 Johannes Huber
2017-01-11  8:10 Johannes Huber
2017-01-11  8:10 Johannes Huber
2016-11-12 12:25 Michael Palimaka
2016-10-14 16:37 Michael Palimaka
2016-10-08 17:55 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1658399672.f20e29ce68aae40c5532f23fa97fdeb512289535.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox