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: Sat,  4 Sep 2021 21:01:21 +0000 (UTC)	[thread overview]
Message-ID: <1630789124.d9da2195a47a5a76a505d485a2b560e99ab3b462.asturm@gentoo> (raw)

commit:     d9da2195a47a5a76a505d485a2b560e99ab3b462
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  4 19:44:47 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep  4 20:58:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9da2195

app-portage/kuroo: 1.2.1 version bump, EAPI-8 bump

Closes: https://bugs.gentoo.org/806620
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-portage/kuroo/Manifest           |  1 +
 app-portage/kuroo/kuroo-1.2.1.ebuild | 48 ++++++++++++++++++++++++++++++++++++
 app-portage/kuroo/kuroo-9999.ebuild  | 29 +++++++++++-----------
 3 files changed, 64 insertions(+), 14 deletions(-)

diff --git a/app-portage/kuroo/Manifest b/app-portage/kuroo/Manifest
index 77cda215613..95959b7522f 100644
--- a/app-portage/kuroo/Manifest
+++ b/app-portage/kuroo/Manifest
@@ -1 +1,2 @@
 DIST kuroo-1.0.0.tar.xz 248912 BLAKE2B b7b556fb833052890038a8186d0d5c9eae127633449b542ccad3e38c8c888f31b1dc73bd6b5ecbbfe332917c72f0b1511e25df4360b8057c95172188cee8ae12 SHA512 af90554604aa9ae4776f207202a6a1313e104a9a0883fa924241dc5b14b7d39a4c60b226d2606f55a210b7dfe80c84b952ab3cdca14da77c150e7ae6e7782bc2
+DIST kuroo-1.2.1.tar.xz 247540 BLAKE2B 69c8a85cd58347b835039f4bc6929abb71baf517ee1de8b10779d4ba08b997bd46a8e0a5b1c55ea2847d80ab58ed336e524cf53cf707416a6182a0dcbd84abc9 SHA512 3815fcdb27c234669accd3abf0f6f252194d680bc1c18f13e66c428cfcef50685019b19ca8fe20fec1b633e6ed224620cf67eea8a29f593b33760d19657d2d24

diff --git a/app-portage/kuroo/kuroo-1.2.1.ebuild b/app-portage/kuroo/kuroo-1.2.1.ebuild
new file mode 100644
index 00000000000..8924ea2ecde
--- /dev/null
+++ b/app-portage/kuroo/kuroo-1.2.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.85.0
+inherit ecm
+
+DESCRIPTION="Graphical Portage frontend based on KDE Frameworks"
+HOMEPAGE="https://sourceforge.net/projects/kuroo/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+	dev-db/sqlite:3
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	>=kde-frameworks/extra-cmake-modules-${KFMIN}:5
+	>=kde-frameworks/kauth-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kitemviews-${KFMIN}:5
+	>=kde-frameworks/knotifications-${KFMIN}:5
+	>=kde-frameworks/ktextwidgets-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/kxmlgui-${KFMIN}:5
+	>=kde-frameworks/threadweaver-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	app-portage/gentoolkit
+	kde-apps/kompare:5
+"
+
+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
+
+	ecm_pkg_postinst
+}

diff --git a/app-portage/kuroo/kuroo-9999.ebuild b/app-portage/kuroo/kuroo-9999.ebuild
index c61ccf8e1e7..dfae87f7018 100644
--- a/app-portage/kuroo/kuroo-9999.ebuild
+++ b/app-portage/kuroo/kuroo-9999.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+KFMIN=5.85.0
 ESVN_REPO_URI="https://svn.code.sf.net/p/kuroo/code/kuroo4/trunk"
 inherit ecm subversion
 
@@ -18,23 +19,23 @@ DEPEND="
 	dev-db/sqlite:3
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
-	kde-frameworks/kauth:5
-	kde-frameworks/kconfig:5
-	kde-frameworks/kconfigwidgets:5
-	kde-frameworks/kcoreaddons:5
-	kde-frameworks/ki18n:5
-	kde-frameworks/kio:5
-	kde-frameworks/kitemviews:5
-	kde-frameworks/knotifications:5
-	kde-frameworks/ktextwidgets:5
-	kde-frameworks/kwidgetsaddons:5
-	kde-frameworks/kxmlgui:5
-	kde-frameworks/threadweaver:5
+	>=kde-frameworks/extra-cmake-modules-${KFMIN}:5
+	>=kde-frameworks/kauth-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kitemviews-${KFMIN}:5
+	>=kde-frameworks/knotifications-${KFMIN}:5
+	>=kde-frameworks/ktextwidgets-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/kxmlgui-${KFMIN}:5
+	>=kde-frameworks/threadweaver-${KFMIN}:5
 "
 RDEPEND="${DEPEND}
 	app-portage/gentoolkit
 	kde-apps/kompare:5
-	kde-plasma/kde-cli-tools:5[kdesu]
 "
 
 pkg_postinst() {


             reply	other threads:[~2021-09-04 21:01 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-04 21:01 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-10 18:07 [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/ 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
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=1630789124.d9da2195a47a5a76a505d485a2b560e99ab3b462.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