commit:     0a2850eaaef65d3626fcb6b99eff3594efafb5d7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 22 19:19:00 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 20:42:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2850ea

kde-apps/kdenetwork-meta: Add kde-misc/kio-gdrive revdeps

These packages had so far not been covered by any -meta:

        - kde-apps/kaccounts-integration
        - kde-apps/kaccounts-providers
        - kde-apps/signon-kwallet-extension

With plasma-telepathy-meta last-rited, the latter has been stripped of
the last remaining revdep as well. All three dependencies are listed in
kdenetwork-meta sets, so the ebuild fits, and by seating it next to
kde-misc/kio-gdrive within IUSE=webengine it still remains optional.

Without kde-apps/signon-kwallet-extension, the default for kio-gdrive
(through behaviour of signond) would be to save tokens in plaintext
in an sqlite database.

Thanks-to: Martijn Schmidt
Closes: https://bugs.gentoo.org/642420
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kdenetwork-meta-23.08.5-r1.ebuild              | 36 ++++++++++++++++++++++
 ....2.ebuild => kdenetwork-meta-24.02.2-r1.ebuild} |  7 ++++-
 2 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/kde-apps/kdenetwork-meta/kdenetwork-meta-23.08.5-r1.ebuild 
b/kde-apps/kdenetwork-meta/kdenetwork-meta-23.08.5-r1.ebuild
new file mode 100644
index 000000000000..3dffc4568cd0
--- /dev/null
+++ b/kde-apps/kdenetwork-meta/kdenetwork-meta-23.08.5-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="kdenetwork - merge this to pull in all kdenetwork-derived 
packages"
+HOMEPAGE="https://apps.kde.org/";
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="+bittorrent dropbox samba +screencast +webengine"
+
+RDEPEND="
+       >=kde-apps/kget-${PV}:5
+       >=kde-apps/krdc-${PV}:5
+       >=kde-misc/kdeconnect-${PV}:5
+       >=net-im/neochat-${PV}
+       >=net-im/tokodon-${PV}
+       >=net-irc/konversation-${PV}:5
+       >=net-misc/kio-zeroconf-${PV}:5
+       >=net-news/alligator-${PV}
+       bittorrent? (
+               >=net-libs/libktorrent-${PV}:5
+               >=net-p2p/ktorrent-${PV}:5
+       )
+       dropbox? ( >=kde-apps/dolphin-plugins-dropbox-${PV}:5 )
+       samba? ( >=kde-apps/kdenetwork-filesharing-${PV}:5 )
+       screencast? ( >=kde-apps/krfb-${PV}:5 )
+       webengine? (
+               >=kde-apps/kaccounts-integration-${PV}:5
+               >=kde-apps/kaccounts-providers-${PV}:5
+               >=kde-apps/signon-kwallet-extension-${PV}:5
+               >=kde-misc/kio-gdrive-${PV}:5
+       )
+"

diff --git a/kde-apps/kdenetwork-meta/kdenetwork-meta-24.02.2.ebuild 
b/kde-apps/kdenetwork-meta/kdenetwork-meta-24.02.2-r1.ebuild
similarity index 81%
rename from kde-apps/kdenetwork-meta/kdenetwork-meta-24.02.2.ebuild
rename to kde-apps/kdenetwork-meta/kdenetwork-meta-24.02.2-r1.ebuild
index a778763c3ace..783dbc0be352 100644
--- a/kde-apps/kdenetwork-meta/kdenetwork-meta-24.02.2.ebuild
+++ b/kde-apps/kdenetwork-meta/kdenetwork-meta-24.02.2-r1.ebuild
@@ -27,5 +27,10 @@ RDEPEND="
        dropbox? ( >=kde-apps/dolphin-plugins-dropbox-${PV}:* )
        samba? ( >=kde-apps/kdenetwork-filesharing-${PV}:* )
        screencast? ( >=kde-apps/krfb-${PV}:* )
-       webengine? ( >=kde-misc/kio-gdrive-${PV}:* )
+       webengine? (
+               >=kde-apps/kaccounts-integration-${PV}:*
+               >=kde-apps/kaccounts-providers-${PV}:*
+               >=kde-apps/signon-kwallet-extension-${PV}:*
+               >=kde-misc/kio-gdrive-${PV}:*
+       )
 "

Reply via email to