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: app-portage/kuroo/
Date: Fri, 10 Jan 2025 21:08:32 +0000 (UTC)	[thread overview]
Message-ID: <1736543293.c0bcd73670383b192e589c2a3fa464e122f5bb50.asturm@gentoo> (raw)

commit:     c0bcd73670383b192e589c2a3fa464e122f5bb50
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 10 17:25:41 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 21:08:13 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0bcd736

app-portage/kuroo: Update deps, add optfeature, set ECM_TEST=true

Fix BDEPEND typo.

Thanks-to: Andrew Schenck <galiven <AT> users.sourceforge.net>
Closes: https://bugs.gentoo.org/947748
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-portage/kuroo/kuroo-9999.ebuild | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/app-portage/kuroo/kuroo-9999.ebuild b/app-portage/kuroo/kuroo-9999.ebuild
index 2e6c55447465..6e7198c1e81c 100644
--- a/app-portage/kuroo/kuroo-9999.ebuild
+++ b/app-portage/kuroo/kuroo-9999.ebuild
@@ -1,19 +1,26 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
+ECM_TEST="true"
 KFMIN=6.6.0
 QTMIN=6.7.2
-ESVN_REPO_URI="https://svn.code.sf.net/p/kuroo/code/kuroo4/trunk"
-inherit ecm subversion
+inherit ecm optfeature
+
+if [[ ${PV} == *9999* ]] ; then
+	ESVN_REPO_URI="https://svn.code.sf.net/p/kuroo/code/kuroo4/trunk"
+	inherit subversion
+else
+	SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~x86"
+fi
 
 DESCRIPTION="Graphical Portage frontend based on KDE Frameworks"
 HOMEPAGE="https://sourceforge.net/projects/kuroo/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
 IUSE=""
 
 DEPEND="
@@ -28,7 +35,6 @@ DEPEND="
 	>=kde-frameworks/ki18n-${KFMIN}:6
 	>=kde-frameworks/kio-${KFMIN}:6
 	>=kde-frameworks/kitemviews-${KFMIN}:6
-	>=kde-frameworks/knotifications-${KFMIN}:6
 	>=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
 	>=kde-frameworks/ktextwidgets-${KFMIN}:6
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
@@ -37,15 +43,15 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
 	app-portage/gentoolkit
-	kde-misc/kdiff3
 "
-BEDEPEND=">=dev-build/cmake-3.30.2"
+BDEPEND=">=dev-build/cmake-3.30.2"
 
 pkg_postinst() {
 	if ! has_version app-admin/logrotate ; then
 		elog "Installing app-admin/logrotate is recommended to keep"
 		elog "portage's summary.log size reasonable to view in the history page."
 	fi
+	optfeature "graphical configuration merging (when run as root)" "kde-misc/kdiff3"
 
 	ecm_pkg_postinst
 }


             reply	other threads:[~2025-01-10 21:08 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-10 21:08 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-11 19:29 [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/ Andreas Sturmlechner
2024-09-10 18:07 Andreas Sturmlechner
2024-09-10 18:07 Andreas Sturmlechner
2024-07-23 17:49 Andreas Sturmlechner
2024-07-20 22:00 Zac Medico
2022-09-13 20:54 Andreas Sturmlechner
2022-09-13 20:54 Andreas Sturmlechner
2022-07-27 10:27 Andreas Sturmlechner
2022-07-27 10:27 Andreas Sturmlechner
2021-09-04 21:01 Andreas Sturmlechner
2021-09-04 21:01 Andreas Sturmlechner
2020-12-17 10:23 Andreas Sturmlechner
2020-12-17 10:23 Andreas Sturmlechner
2020-04-28  7:44 Joonas Niilola
2019-12-08 12:04 Andreas Sturmlechner
2019-08-06  6:28 Andreas Sturmlechner
2018-07-10 13:31 Andreas Sturmlechner
2018-04-10 14:35 Andreas Sturmlechner
2018-04-01 17:34 Andreas Sturmlechner
2018-04-01 17:34 Andreas Sturmlechner
2018-03-30 18:46 Aaron Bauman
2018-02-12 23:50 Andreas Sturmlechner
2018-01-17  0:14 Andreas Sturmlechner
2018-01-16 23:17 Andreas Sturmlechner

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=1736543293.c0bcd73670383b192e589c2a3fa464e122f5bb50.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