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] proj/kde:master commit in: kde-plasma/kde-cli-tools/
Date: Sat,  8 Jun 2019 07:19:36 +0000 (UTC)	[thread overview]
Message-ID: <1559939774.8d8e6306d9c2cff58ef45e182f020734561c390b.asturm@gentoo> (raw)

commit:     8d8e6306d9c2cff58ef45e182f020734561c390b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  1 22:49:45 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jun  7 20:36:14 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8d8e6306

kde-plasma/kde-cli-tools: Drop obsolete blocker, no kdesu by default

kdesu is only operational in X and increasingly obsolete.
Add RDEPEND on sys-apps/dbus[X] to make USE kdesu work.
Remove /usr/bin/kdesu5 symlink (we've had /usr/bin/kdesu for >=2 years).

Bug: https://bugs.gentoo.org/429910
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/kde-cli-tools/kde-cli-tools-5.16.0.ebuild       | 7 ++++---
 kde-plasma/kde-cli-tools/kde-cli-tools-5.16.49.9999.ebuild | 7 ++++---
 kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild         | 7 ++++---
 3 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/kde-plasma/kde-cli-tools/kde-cli-tools-5.16.0.ebuild b/kde-plasma/kde-cli-tools/kde-cli-tools-5.16.0.ebuild
index ea0cd7bf62..fe466b4b22 100644
--- a/kde-plasma/kde-cli-tools/kde-cli-tools-5.16.0.ebuild
+++ b/kde-plasma/kde-cli-tools/kde-cli-tools-5.16.0.ebuild
@@ -11,7 +11,9 @@ inherit kde5
 DESCRIPTION="Tools based on KDE Frameworks 5 to better interact with the system"
 HOMEPAGE="https://cgit.kde.org/kde-cli-tools.git"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="+kdesu X"
+IUSE="kdesu X"
+
+REQUIRED_USE="kdesu? ( X )"
 
 DEPEND="
 	$(add_frameworks_dep kactivities)
@@ -39,7 +41,7 @@ DEPEND="
 	)
 "
 RDEPEND="${DEPEND}
-	!kde-apps/kdesu
+	kdesu? ( sys-apps/dbus[X] )
 "
 
 PATCHES=( "${FILESDIR}/${PN}-5.12.80-tests-optional.patch" )
@@ -59,5 +61,4 @@ src_configure() {
 src_install() {
 	kde5_src_install
 	use kdesu && dosym ../$(get_libdir)/libexec/kf5/kdesu /usr/bin/kdesu
-	use kdesu && dosym ../$(get_libdir)/libexec/kf5/kdesu /usr/bin/kdesu5
 }

diff --git a/kde-plasma/kde-cli-tools/kde-cli-tools-5.16.49.9999.ebuild b/kde-plasma/kde-cli-tools/kde-cli-tools-5.16.49.9999.ebuild
index f4ef7ab88f..757e81f84c 100644
--- a/kde-plasma/kde-cli-tools/kde-cli-tools-5.16.49.9999.ebuild
+++ b/kde-plasma/kde-cli-tools/kde-cli-tools-5.16.49.9999.ebuild
@@ -11,7 +11,9 @@ inherit kde5
 DESCRIPTION="Tools based on KDE Frameworks 5 to better interact with the system"
 HOMEPAGE="https://cgit.kde.org/kde-cli-tools.git"
 KEYWORDS=""
-IUSE="+kdesu X"
+IUSE="kdesu X"
+
+REQUIRED_USE="kdesu? ( X )"
 
 DEPEND="
 	$(add_frameworks_dep kactivities)
@@ -39,7 +41,7 @@ DEPEND="
 	)
 "
 RDEPEND="${DEPEND}
-	!kde-apps/kdesu
+	kdesu? ( sys-apps/dbus[X] )
 "
 
 PATCHES=( "${FILESDIR}/${PN}-5.12.80-tests-optional.patch" )
@@ -59,5 +61,4 @@ src_configure() {
 src_install() {
 	kde5_src_install
 	use kdesu && dosym ../$(get_libdir)/libexec/kf5/kdesu /usr/bin/kdesu
-	use kdesu && dosym ../$(get_libdir)/libexec/kf5/kdesu /usr/bin/kdesu5
 }

diff --git a/kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild b/kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild
index f4ef7ab88f..757e81f84c 100644
--- a/kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild
+++ b/kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild
@@ -11,7 +11,9 @@ inherit kde5
 DESCRIPTION="Tools based on KDE Frameworks 5 to better interact with the system"
 HOMEPAGE="https://cgit.kde.org/kde-cli-tools.git"
 KEYWORDS=""
-IUSE="+kdesu X"
+IUSE="kdesu X"
+
+REQUIRED_USE="kdesu? ( X )"
 
 DEPEND="
 	$(add_frameworks_dep kactivities)
@@ -39,7 +41,7 @@ DEPEND="
 	)
 "
 RDEPEND="${DEPEND}
-	!kde-apps/kdesu
+	kdesu? ( sys-apps/dbus[X] )
 "
 
 PATCHES=( "${FILESDIR}/${PN}-5.12.80-tests-optional.patch" )
@@ -59,5 +61,4 @@ src_configure() {
 src_install() {
 	kde5_src_install
 	use kdesu && dosym ../$(get_libdir)/libexec/kf5/kdesu /usr/bin/kdesu
-	use kdesu && dosym ../$(get_libdir)/libexec/kf5/kdesu /usr/bin/kdesu5
 }


             reply	other threads:[~2019-06-08  7:19 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-08  7:19 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-26 18:18 [gentoo-commits] proj/kde:master commit in: kde-plasma/kde-cli-tools/ Andreas Sturmlechner
2024-09-25 23:22 Andreas Sturmlechner
2024-09-04 11:43 Andreas Sturmlechner
2024-09-04 11:43 Andreas Sturmlechner
2024-09-02 16:03 Andreas Sturmlechner
2024-07-01 15:47 Andreas Sturmlechner
2024-04-21 19:42 Andreas Sturmlechner
2024-03-30 21:08 Andreas Sturmlechner
2024-03-16  8:56 Andreas Sturmlechner
2023-12-12 18:32 Andreas Sturmlechner
2023-12-09 15:15 Andreas Sturmlechner
2022-10-09 16:39 Andreas Sturmlechner
2020-01-26 10:39 Andreas Sturmlechner
2019-01-30 17:37 Andreas Sturmlechner
2018-10-22 18:14 Andreas Sturmlechner
2018-03-29 21:57 Andreas Sturmlechner
2017-07-10 18:02 Andreas Sturmlechner
2017-06-06 17:59 Andreas Sturmlechner
2017-06-06 17:59 Andreas Sturmlechner
2017-05-06 20:14 Andreas Sturmlechner
2017-01-14 17:36 Johannes Huber
2015-12-27 14:19 Michael Palimaka
2015-06-30 18:42 Johannes Huber
2015-04-10 18:42 Michael Palimaka
2015-01-17 19:10 Johannes Huber

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=1559939774.8d8e6306d9c2cff58ef45e182f020734561c390b.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