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-apps/kdenetwork-meta/
Date: Thu, 21 Jul 2022 10:35:38 +0000 (UTC)	[thread overview]
Message-ID: <1658399672.1c7d07f251d178f8eb288843ef69437732f1cb30.asturm@gentoo> (raw)

commit:     1c7d07f251d178f8eb288843ef69437732f1cb30
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 10:10:30 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=1c7d07f2

kde-apps/kdenetwork-meta: Update IUSE webengine, re-add IUSE telepathy

- Switch back IUSE webengine->telepathy
  - With the flag by default disabled we can allow it to diverge from our
    IUSE=webengine revdep "rule", similar to kde-apps-meta[pim].
  - Also, stop enforcing a minimum ${PV} for plasma-telepathy-meta in
    anticipation of us stopping to package future zombie releases of it
    altogether.

- Move kde-misc/kio-gdrive behind IUSE +webengine
  Due to the package dropping its IUSE=kaccounts option we can now move
  it behind the established anti-qtwebengine flag.

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

 ...ork-meta-22.04.3-r1.ebuild => kdenetwork-meta-22.04.3-r2.ebuild} | 6 +++---
 kde-apps/kdenetwork-meta/metadata.xml                               | 3 ++-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kdenetwork-meta/kdenetwork-meta-22.04.3-r1.ebuild b/kde-apps/kdenetwork-meta/kdenetwork-meta-22.04.3-r2.ebuild
similarity index 82%
rename from kde-apps/kdenetwork-meta/kdenetwork-meta-22.04.3-r1.ebuild
rename to kde-apps/kdenetwork-meta/kdenetwork-meta-22.04.3-r2.ebuild
index 0fa95011b12e..9deb084ec789 100644
--- a/kde-apps/kdenetwork-meta/kdenetwork-meta-22.04.3-r1.ebuild
+++ b/kde-apps/kdenetwork-meta/kdenetwork-meta-22.04.3-r2.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://kde.org/"
 LICENSE="metapackage"
 SLOT="5"
 KEYWORDS="amd64 arm64 ~ppc64 ~x86"
-IUSE="+bittorrent dropbox samba webengine"
+IUSE="+bittorrent dropbox samba telepathy +webengine"
 
 RDEPEND="
 	>=kde-apps/kget-${PV}:${SLOT}
@@ -17,7 +17,6 @@ RDEPEND="
 	>=kde-apps/krdc-${PV}:${SLOT}
 	>=kde-apps/krfb-${PV}:${SLOT}
 	>=kde-misc/kdeconnect-${PV}:${SLOT}
-	>=kde-misc/kio-gdrive-${PV}:${SLOT}
 	>=net-irc/konversation-${PV}:${SLOT}
 	>=net-misc/kio-zeroconf-${PV}:${SLOT}
 	bittorrent? (
@@ -26,5 +25,6 @@ RDEPEND="
 	)
 	dropbox? ( >=kde-apps/dolphin-plugins-dropbox-${PV}:${SLOT} )
 	samba? ( >=kde-apps/kdenetwork-filesharing-${PV}:${SLOT} )
-	webengine? ( >=kde-apps/plasma-telepathy-meta-${PV}:${SLOT} )
+	telepathy? ( kde-apps/plasma-telepathy-meta:${SLOT} )
+	webengine? ( >=kde-misc/kio-gdrive-${PV}:${SLOT} )
 "

diff --git a/kde-apps/kdenetwork-meta/metadata.xml b/kde-apps/kdenetwork-meta/metadata.xml
index 48030eaae0ea..5c910ba9756c 100644
--- a/kde-apps/kdenetwork-meta/metadata.xml
+++ b/kde-apps/kdenetwork-meta/metadata.xml
@@ -12,6 +12,7 @@
 		<flag name="bittorrent">Pull in <pkg>net-p2p/ktorrent</pkg> for BitTorrent protocol support</flag>
 		<flag name="dropbox">Enable support for Dropbox in <pkg>kde-apps/dolphin</pkg> via <pkg>kde-apps/dolphin-plugins-dropbox</pkg></flag>
 		<flag name="samba">Enable support for <pkg>net-fs/samba</pkg> file sharing plugin from within file properties</flag>
-		<flag name="webengine">Enable support for Plasma Telepathy (instant messaging) integration via <pkg>kde-apps/plasma-telepathy-meta</pkg></flag>
+		<flag name="telepathy">Enable support for Plasma Telepathy (instant messaging) integration via <pkg>kde-apps/plasma-telepathy-meta</pkg></flag>
+		<flag name="webengine">Enable support for Google Drive integration via <pkg>kde-misc/kio-gdrive</pkg></flag>
 	</use>
 </pkgmetadata>


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

Thread overview: 27+ 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-27  7:21 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdenetwork-meta/ Arthur Zamarin
2025-03-07 16:59 Arthur Zamarin
2025-03-05 18:28 Sam James
2025-02-10 23:20 Andreas Sturmlechner
2024-10-25  5:49 Arthur Zamarin
2024-10-12 18:16 Arthur Zamarin
2024-09-02 14:50 Andreas Sturmlechner
2024-06-13 17:40 Andreas Sturmlechner
2024-06-13 17:38 Andreas Sturmlechner
2024-06-12 17:36 Sam James
2024-04-25 20:43 Andreas Sturmlechner
2024-03-25 19:04 Andreas Sturmlechner
2023-01-09 19:47 Andreas Sturmlechner
2022-07-14 11:45 Andreas Sturmlechner
2021-04-06 22:58 Andreas Sturmlechner
2021-04-06 22:39 Andreas Sturmlechner
2021-04-06 16:29 Andreas Sturmlechner
2020-11-08 22:08 Andreas Sturmlechner
2020-11-08 19:33 Andreas Sturmlechner
2020-11-05 19:01 Andreas Sturmlechner
2020-11-05 18:25 Georgy Yakovlev
2020-10-16 17:46 Georgy Yakovlev
2019-03-11 20:27 Andreas Sturmlechner
2018-12-13 22:26 Andreas Sturmlechner
2017-11-12 20:35 Andreas Sturmlechner
2016-01-17 17:06 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.1c7d07f251d178f8eb288843ef69437732f1cb30.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