public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/
@ 2018-01-16 23:17 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2018-01-16 23:17 UTC (permalink / raw
  To: gentoo-commits

commit:     0ca759e5965aaeafb2747bcb3f911cb0c1d2627b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 16 23:14:56 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 16 23:17:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca759e5

app-portage/kuroo: Add Qt5-based live ebuild

Bug: https://bugs.gentoo.org/633506
Thanks-to: Andrew Schenck <galiven <AT> users.sourceforge.net>
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-portage/kuroo/kuroo-9999.ebuild | 56 +++++++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)

diff --git a/app-portage/kuroo/kuroo-9999.ebuild b/app-portage/kuroo/kuroo-9999.ebuild
new file mode 100644
index 00000000000..bb73238c0ec
--- /dev/null
+++ b/app-portage/kuroo/kuroo-9999.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+ESVN_REPO_URI="http://kuroo.svn.sourceforge.net/svnroot/kuroo/kuroo4/trunk"
+ESVN_PROJECT="kuroo4"
+inherit cmake-utils subversion
+
+DESCRIPTION="Graphical Portage frontend based on KDE Frameworks"
+HOMEPAGE="http://kuroo.sourceforge.net/"
+
+LICENSE="GPL-2"
+KEYWORDS=""
+SLOT="0"
+IUSE=""
+
+DEPEND="
+	dev-db/sqlite:3
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	kde-frameworks/extra-cmake-modules:5
+	kde-frameworks/kconfig:5
+	kde-frameworks/kconfigwidgets:5
+	kde-frameworks/kcoreaddons:5
+	kde-frameworks/kdelibs4support: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
+"
+RDEPEND="${DEPEND}
+	app-portage/gentoolkit
+	kde-apps/kompare:5
+	kde-plasma/kde-cli-tools:5[kdesu]
+"
+
+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
+
+	xdg_mimeinfo_database_update
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_mimeinfo_database_update
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/
@ 2018-01-17  0:14 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2018-01-17  0:14 UTC (permalink / raw
  To: gentoo-commits

commit:     437d68ba40eb1047e385a9121cedbc8ffec27b31
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 17 00:13:50 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 17 00:14:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=437d68ba

app-portage/kuroo: Finish slotmove

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-portage/kuroo/kuroo-0.90.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/kuroo/kuroo-0.90.5.ebuild b/app-portage/kuroo/kuroo-0.90.5.ebuild
index 5e1862d0bc8..c7e5121ef28 100644
--- a/app-portage/kuroo/kuroo-0.90.5.ebuild
+++ b/app-portage/kuroo/kuroo-0.90.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/kuroo/${PN}4-${PV}.tar.gz"
 
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~x86"
-SLOT="4"
+SLOT="0"
 IUSE="debug"
 
 DEPEND="dev-db/sqlite:3"


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/
@ 2018-02-12 23:50 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2018-02-12 23:50 UTC (permalink / raw
  To: gentoo-commits

commit:     9174d6dd7d3358d762467a8c12481feaf43b036e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 12 22:17:26 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 12 23:50:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9174d6dd

app-portage/kuroo: Move ECM to DEPEND

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-portage/kuroo/kuroo-9999.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/app-portage/kuroo/kuroo-9999.ebuild b/app-portage/kuroo/kuroo-9999.ebuild
index bb73238c0ec..122f9cdb9ca 100644
--- a/app-portage/kuroo/kuroo-9999.ebuild
+++ b/app-portage/kuroo/kuroo-9999.ebuild
@@ -15,12 +15,11 @@ KEYWORDS=""
 SLOT="0"
 IUSE=""
 
-DEPEND="
+COMMON_DEPEND="
 	dev-db/sqlite:3
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
-	kde-frameworks/extra-cmake-modules:5
 	kde-frameworks/kconfig:5
 	kde-frameworks/kconfigwidgets:5
 	kde-frameworks/kcoreaddons:5
@@ -34,11 +33,14 @@ DEPEND="
 	kde-frameworks/kxmlgui:5
 	kde-frameworks/threadweaver:5
 "
-RDEPEND="${DEPEND}
+RDEPEND="${COMMON_DEPEND}
 	app-portage/gentoolkit
 	kde-apps/kompare:5
 	kde-plasma/kde-cli-tools:5[kdesu]
 "
+DEPEND="${COMMON_DEPEND}
+	kde-frameworks/extra-cmake-modules:5
+"
 
 pkg_postinst() {
 	if ! has_version app-admin/logrotate ; then


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/
@ 2018-03-30 18:46 Aaron Bauman
  0 siblings, 0 replies; 23+ messages in thread
From: Aaron Bauman @ 2018-03-30 18:46 UTC (permalink / raw
  To: gentoo-commits

commit:     52b4fa8995e2c9d34b06101eb752e38e9dedcc12
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Mar 30 18:11:46 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 18:46:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b4fa89

app-portage/kuroo: update HOMEPAGE of live ebuild

Closes: https://github.com/gentoo/gentoo/pull/7716

 app-portage/kuroo/kuroo-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/kuroo/kuroo-9999.ebuild b/app-portage/kuroo/kuroo-9999.ebuild
index 122f9cdb9ca..84f8ce00b3a 100644
--- a/app-portage/kuroo/kuroo-9999.ebuild
+++ b/app-portage/kuroo/kuroo-9999.ebuild
@@ -8,7 +8,7 @@ ESVN_PROJECT="kuroo4"
 inherit cmake-utils subversion
 
 DESCRIPTION="Graphical Portage frontend based on KDE Frameworks"
-HOMEPAGE="http://kuroo.sourceforge.net/"
+HOMEPAGE="https://sourceforge.net/projects/kuroo/"
 
 LICENSE="GPL-2"
 KEYWORDS=""


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/
@ 2018-04-01 17:34 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2018-04-01 17:34 UTC (permalink / raw
  To: gentoo-commits

commit:     3f0e54e4fd6772a07a1736b71f05ce33c86605f4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  1 17:33:52 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr  1 17:34:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f0e54e4

app-portage/kuroo: Drop old Qt4-based

Closes: https://bugs.gentoo.org/633506
Package-Manager: Portage-2.3.27, Repoman-2.3.9

 app-portage/kuroo/Manifest            |  1 -
 app-portage/kuroo/kuroo-0.90.5.ebuild | 26 --------------------------
 2 files changed, 27 deletions(-)

diff --git a/app-portage/kuroo/Manifest b/app-portage/kuroo/Manifest
index 26025244876..8ca3dd943a6 100644
--- a/app-portage/kuroo/Manifest
+++ b/app-portage/kuroo/Manifest
@@ -1,2 +1 @@
 DIST kuroo-0.90.5_p20180106.tar.xz 242108 BLAKE2B 6f72ed347f98cfffa3cf3d965065b25b72607111d04952cf821b97cd6b73944b930af1e61955ddb0df6e7fdf91b3901d14b016de76971a95bf9bb36e9e00f355 SHA512 10431273357098e236c11253f456cee0320115108e058d0c31383f709b0488402ced368380dfe1fc30844cac7619da974f526ec22cea95361187c61d1fe67c61
-DIST kuroo4-0.90.5.tar.gz 342698 BLAKE2B 4d9f41214fc50dafdd387835b3084617568bcfd3497f01eb15905d9d5dcf03b1072e3e8564ec3d7adfa3d6b3a617f459beb67426b924e0be51f29bf246f01dea SHA512 aed2ec984b77768f5325b41b01ea1c63e214e45699f9c29e1bf11cf7d6ff6ecc6660c2cc07948d0fc66f0469154fa00e1df9e78d330ad426db86a70db85f400f

diff --git a/app-portage/kuroo/kuroo-0.90.5.ebuild b/app-portage/kuroo/kuroo-0.90.5.ebuild
deleted file mode 100644
index c7e5121ef28..00000000000
--- a/app-portage/kuroo/kuroo-0.90.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-QT3SUPPORT_REQUIRED="true"
-inherit kde4-base
-
-DESCRIPTION="Graphical Portage frontend based on KDELibs4/Qt4"
-HOMEPAGE="https://sourceforge.net/projects/kuroo/"
-SRC_URI="mirror://sourceforge/kuroo/${PN}4-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="debug"
-
-DEPEND="dev-db/sqlite:3"
-
-RDEPEND="${DEPEND}
-	app-portage/gentoolkit
-	kde-apps/kompare:*
-	kde-plasma/kde-cli-tools[kdesu]
-"
-
-S="${WORKDIR}/${PN}4-${PV}"


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/
@ 2018-04-01 17:34 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2018-04-01 17:34 UTC (permalink / raw
  To: gentoo-commits

commit:     4a5f909c5fcb47b87670767582a453703d5a554a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 31 20:55:28 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr  1 17:34:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5f909c

app-portage/kuroo: Add 0.90.5_p20180106 Qt5-based snapshot

Bug: https://bugs.gentoo.org/633506
Tested-by: Andrius Štikonas <andrius <AT> stikonas.eu>
Package-Manager: Portage-2.3.27, Repoman-2.3.9

 app-portage/kuroo/Manifest                      |  1 +
 app-portage/kuroo/kuroo-0.90.5_p20180106.ebuild | 57 +++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/app-portage/kuroo/Manifest b/app-portage/kuroo/Manifest
index b505f9c1461..26025244876 100644
--- a/app-portage/kuroo/Manifest
+++ b/app-portage/kuroo/Manifest
@@ -1 +1,2 @@
+DIST kuroo-0.90.5_p20180106.tar.xz 242108 BLAKE2B 6f72ed347f98cfffa3cf3d965065b25b72607111d04952cf821b97cd6b73944b930af1e61955ddb0df6e7fdf91b3901d14b016de76971a95bf9bb36e9e00f355 SHA512 10431273357098e236c11253f456cee0320115108e058d0c31383f709b0488402ced368380dfe1fc30844cac7619da974f526ec22cea95361187c61d1fe67c61
 DIST kuroo4-0.90.5.tar.gz 342698 BLAKE2B 4d9f41214fc50dafdd387835b3084617568bcfd3497f01eb15905d9d5dcf03b1072e3e8564ec3d7adfa3d6b3a617f459beb67426b924e0be51f29bf246f01dea SHA512 aed2ec984b77768f5325b41b01ea1c63e214e45699f9c29e1bf11cf7d6ff6ecc6660c2cc07948d0fc66f0469154fa00e1df9e78d330ad426db86a70db85f400f

diff --git a/app-portage/kuroo/kuroo-0.90.5_p20180106.ebuild b/app-portage/kuroo/kuroo-0.90.5_p20180106.ebuild
new file mode 100644
index 00000000000..fb6e2f08eb8
--- /dev/null
+++ b/app-portage/kuroo/kuroo-0.90.5_p20180106.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Graphical Portage frontend based on KDE Frameworks"
+HOMEPAGE="https://sourceforge.net/projects/kuroo/"
+SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+COMMON_DEPEND="
+	dev-db/sqlite:3
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	kde-frameworks/kconfig:5
+	kde-frameworks/kconfigwidgets:5
+	kde-frameworks/kcoreaddons:5
+	kde-frameworks/kdelibs4support: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
+"
+RDEPEND="${COMMON_DEPEND}
+	app-portage/gentoolkit
+	kde-apps/kompare:5
+	kde-plasma/kde-cli-tools:5[kdesu]
+"
+DEPEND="${COMMON_DEPEND}
+	kde-frameworks/extra-cmake-modules: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
+
+	xdg_mimeinfo_database_update
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_mimeinfo_database_update
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/
@ 2018-04-10 14:35 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2018-04-10 14:35 UTC (permalink / raw
  To: gentoo-commits

commit:     1e3d9b2ccc648f7113e3b6a27f8d6d17c2e398ed
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 10 14:35:01 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr 10 14:35:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e3d9b2c

app-portage/kuroo: Drop old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-portage/kuroo/Manifest                      |  1 -
 app-portage/kuroo/kuroo-0.90.5_p20180106.ebuild | 57 -------------------------
 2 files changed, 58 deletions(-)

diff --git a/app-portage/kuroo/Manifest b/app-portage/kuroo/Manifest
index 7cdf7cf9416..4c714791322 100644
--- a/app-portage/kuroo/Manifest
+++ b/app-portage/kuroo/Manifest
@@ -1,2 +1 @@
-DIST kuroo-0.90.5_p20180106.tar.xz 242108 BLAKE2B 6f72ed347f98cfffa3cf3d965065b25b72607111d04952cf821b97cd6b73944b930af1e61955ddb0df6e7fdf91b3901d14b016de76971a95bf9bb36e9e00f355 SHA512 10431273357098e236c11253f456cee0320115108e058d0c31383f709b0488402ced368380dfe1fc30844cac7619da974f526ec22cea95361187c61d1fe67c61
 DIST kuroo-0.90.5_p20180410.tar.xz 241920 BLAKE2B d182df57f0c6628b849f6f6e4d7919281117396ea30360e6eb0993b3c61ba67956a8e0648926f77e23d8222a8337108599f657cb7e49091fd51b98febb6593ce SHA512 f1894c90b8b6df06818cab6cc3fb55a3348f8a9df669b515796dabe9a0df3773d69ba89a4aa3569250b2fb379c1169d8789c82fcd3868ddb9f640f010aee811d

diff --git a/app-portage/kuroo/kuroo-0.90.5_p20180106.ebuild b/app-portage/kuroo/kuroo-0.90.5_p20180106.ebuild
deleted file mode 100644
index fb6e2f08eb8..00000000000
--- a/app-portage/kuroo/kuroo-0.90.5_p20180106.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Graphical Portage frontend based on KDE Frameworks"
-HOMEPAGE="https://sourceforge.net/projects/kuroo/"
-SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-COMMON_DEPEND="
-	dev-db/sqlite:3
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	kde-frameworks/kconfig:5
-	kde-frameworks/kconfigwidgets:5
-	kde-frameworks/kcoreaddons:5
-	kde-frameworks/kdelibs4support: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
-"
-RDEPEND="${COMMON_DEPEND}
-	app-portage/gentoolkit
-	kde-apps/kompare:5
-	kde-plasma/kde-cli-tools:5[kdesu]
-"
-DEPEND="${COMMON_DEPEND}
-	kde-frameworks/extra-cmake-modules: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
-
-	xdg_mimeinfo_database_update
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	xdg_mimeinfo_database_update
-	xdg_desktop_database_update
-}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/
@ 2018-07-10 13:31 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2018-07-10 13:31 UTC (permalink / raw
  To: gentoo-commits

commit:     e93395f6203b1e848480d74a27e7e0820270b9bb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 10 12:57:14 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 10 13:31:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e93395f6

app-portage/kuroo: metadata: remove obsolete longdescription

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-portage/kuroo/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-portage/kuroo/metadata.xml b/app-portage/kuroo/metadata.xml
index 22f510c8b7d..880a4473e18 100644
--- a/app-portage/kuroo/metadata.xml
+++ b/app-portage/kuroo/metadata.xml
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<longdescription lang="en">Graphical Portage frontend based on KDE4/Qt4</longdescription>
 	<maintainer type="project">
 		<email>tools-portage@gentoo.org</email>
 		<name>Gentoo Portage tools team</name>


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/
@ 2019-08-06  6:28 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2019-08-06  6:28 UTC (permalink / raw
  To: gentoo-commits

commit:     4680c88928035910ea4feb98ee9b7f841413d976
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  6 06:27:04 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug  6 06:27:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4680c889

app-portage/kuroo: EAPI-7 bump, fix ESVN_REPO_URI

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/app-portage/kuroo/kuroo-9999.ebuild b/app-portage/kuroo/kuroo-9999.ebuild
index 84f8ce00b3a..13bc05bbc7b 100644
--- a/app-portage/kuroo/kuroo-9999.ebuild
+++ b/app-portage/kuroo/kuroo-9999.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-ESVN_REPO_URI="http://kuroo.svn.sourceforge.net/svnroot/kuroo/kuroo4/trunk"
-ESVN_PROJECT="kuroo4"
-inherit cmake-utils subversion
+ESVN_REPO_URI="https://svn.code.sf.net/p/kuroo/code/kuroo4/trunk"
+inherit cmake-utils subversion xdg-utils
 
 DESCRIPTION="Graphical Portage frontend based on KDE Frameworks"
 HOMEPAGE="https://sourceforge.net/projects/kuroo/"
@@ -15,11 +14,15 @@ KEYWORDS=""
 SLOT="0"
 IUSE=""
 
-COMMON_DEPEND="
+BDEPEND="
+	kde-frameworks/extra-cmake-modules:5
+"
+DEPEND="
 	dev-db/sqlite:3
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
+	kde-frameworks/kauth:5
 	kde-frameworks/kconfig:5
 	kde-frameworks/kconfigwidgets:5
 	kde-frameworks/kcoreaddons:5
@@ -33,14 +36,11 @@ COMMON_DEPEND="
 	kde-frameworks/kxmlgui:5
 	kde-frameworks/threadweaver:5
 "
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
 	app-portage/gentoolkit
 	kde-apps/kompare:5
 	kde-plasma/kde-cli-tools:5[kdesu]
 "
-DEPEND="${COMMON_DEPEND}
-	kde-frameworks/extra-cmake-modules:5
-"
 
 pkg_postinst() {
 	if ! has_version app-admin/logrotate ; then


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/
@ 2019-12-08 12:04 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2019-12-08 12:04 UTC (permalink / raw
  To: gentoo-commits

commit:     7b9ac033c5c8aacb95813cef4f420d5c6b4565b8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  8 10:15:45 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec  8 12:04:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b9ac033

app-portage/kuroo: Switch to ecm.eclass

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-portage/kuroo/kuroo-9999.ebuild | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/app-portage/kuroo/kuroo-9999.ebuild b/app-portage/kuroo/kuroo-9999.ebuild
index 13bc05bbc7b..6a24d09cce3 100644
--- a/app-portage/kuroo/kuroo-9999.ebuild
+++ b/app-portage/kuroo/kuroo-9999.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 ESVN_REPO_URI="https://svn.code.sf.net/p/kuroo/code/kuroo4/trunk"
-inherit cmake-utils subversion xdg-utils
+inherit ecm subversion
 
 DESCRIPTION="Graphical Portage frontend based on KDE Frameworks"
 HOMEPAGE="https://sourceforge.net/projects/kuroo/"
@@ -14,12 +14,8 @@ KEYWORDS=""
 SLOT="0"
 IUSE=""
 
-BDEPEND="
-	kde-frameworks/extra-cmake-modules:5
-"
 DEPEND="
 	dev-db/sqlite:3
-	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
 	kde-frameworks/kauth:5
@@ -48,11 +44,5 @@ pkg_postinst() {
 		elog "portage's summary.log size reasonable to view in the history page."
 	fi
 
-	xdg_mimeinfo_database_update
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	xdg_mimeinfo_database_update
-	xdg_desktop_database_update
+	ecm_pkg_postinst
 }


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/
@ 2020-04-28  7:44 Joonas Niilola
  0 siblings, 0 replies; 23+ messages in thread
From: Joonas Niilola @ 2020-04-28  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     200beb55e1818a711465c123c42f30c36bab26b4
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Apr 26 19:06:23 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Apr 28 07:44:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200beb55

app-portage/kuroo: add missing xdg-utils eclass

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15535
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-portage/kuroo/kuroo-0.90.5_p20180410.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/kuroo/kuroo-0.90.5_p20180410.ebuild b/app-portage/kuroo/kuroo-0.90.5_p20180410.ebuild
index 0a8e445eadb..c48facaa7be 100644
--- a/app-portage/kuroo/kuroo-0.90.5_p20180410.ebuild
+++ b/app-portage/kuroo/kuroo-0.90.5_p20180410.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit cmake-utils
+inherit cmake-utils xdg-utils
 
 DESCRIPTION="Graphical Portage frontend based on KDE Frameworks"
 HOMEPAGE="https://sourceforge.net/projects/kuroo/"


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/
@ 2020-12-17 10:23 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2020-12-17 10:23 UTC (permalink / raw
  To: gentoo-commits

commit:     74fd73d1553419e5968c3b9368fa409a54fce033
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 10:09:37 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 10:23:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74fd73d1

app-portage/kuroo: Drop unused DEPEND

Thanks-to: Andrew Schenck <galiven <AT> users.sourceforge.net>
Bug: https://bugs.gentoo.org/759763
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-portage/kuroo/kuroo-9999.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-portage/kuroo/kuroo-9999.ebuild b/app-portage/kuroo/kuroo-9999.ebuild
index 6a24d09cce3..c61ccf8e1e7 100644
--- a/app-portage/kuroo/kuroo-9999.ebuild
+++ b/app-portage/kuroo/kuroo-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,8 +10,8 @@ DESCRIPTION="Graphical Portage frontend based on KDE Frameworks"
 HOMEPAGE="https://sourceforge.net/projects/kuroo/"
 
 LICENSE="GPL-2"
-KEYWORDS=""
 SLOT="0"
+KEYWORDS=""
 IUSE=""
 
 DEPEND="
@@ -22,7 +22,6 @@ DEPEND="
 	kde-frameworks/kconfig:5
 	kde-frameworks/kconfigwidgets:5
 	kde-frameworks/kcoreaddons:5
-	kde-frameworks/kdelibs4support:5
 	kde-frameworks/ki18n:5
 	kde-frameworks/kio:5
 	kde-frameworks/kitemviews:5


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/
@ 2020-12-17 10:23 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2020-12-17 10:23 UTC (permalink / raw
  To: gentoo-commits

commit:     a3ae045f045f40a0c34f9a3daeebd49a918ab64a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 10:09:40 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 10:23:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3ae045f

app-portage/kuroo: 1.0.0 version bump

Thanks-to: Andrew Schenck <galiven <AT> users.sourceforge.net>
Closes: https://bugs.gentoo.org/759763
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-portage/kuroo/Manifest           |  1 +
 app-portage/kuroo/kuroo-1.0.0.ebuild | 47 ++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/app-portage/kuroo/Manifest b/app-portage/kuroo/Manifest
index 4c714791322..561e47a4c07 100644
--- a/app-portage/kuroo/Manifest
+++ b/app-portage/kuroo/Manifest
@@ -1 +1,2 @@
 DIST kuroo-0.90.5_p20180410.tar.xz 241920 BLAKE2B d182df57f0c6628b849f6f6e4d7919281117396ea30360e6eb0993b3c61ba67956a8e0648926f77e23d8222a8337108599f657cb7e49091fd51b98febb6593ce SHA512 f1894c90b8b6df06818cab6cc3fb55a3348f8a9df669b515796dabe9a0df3773d69ba89a4aa3569250b2fb379c1169d8789c82fcd3868ddb9f640f010aee811d
+DIST kuroo-1.0.0.tar.xz 248912 BLAKE2B b7b556fb833052890038a8186d0d5c9eae127633449b542ccad3e38c8c888f31b1dc73bd6b5ecbbfe332917c72f0b1511e25df4360b8057c95172188cee8ae12 SHA512 af90554604aa9ae4776f207202a6a1313e104a9a0883fa924241dc5b14b7d39a4c60b226d2606f55a210b7dfe80c84b952ab3cdca14da77c150e7ae6e7782bc2

diff --git a/app-portage/kuroo/kuroo-1.0.0.ebuild b/app-portage/kuroo/kuroo-1.0.0.ebuild
new file mode 100644
index 00000000000..cff3675995b
--- /dev/null
+++ b/app-portage/kuroo/kuroo-1.0.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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/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
+"
+RDEPEND="${DEPEND}
+	app-portage/gentoolkit
+	kde-apps/kompare:5
+	kde-plasma/kde-cli-tools:5[kdesu]
+"
+
+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
+}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/
@ 2021-09-04 21:01 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2021-09-04 21:01 UTC (permalink / raw
  To: gentoo-commits

commit:     74cd90d702f99f95f6f0cc44e3fa3bc55666087a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  4 19:45:01 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=74cd90d7

app-portage/kuroo: Drop 1.0.0

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.0.0.ebuild | 47 ------------------------------------
 2 files changed, 48 deletions(-)

diff --git a/app-portage/kuroo/Manifest b/app-portage/kuroo/Manifest
index 95959b7522f..94f888901b7 100644
--- a/app-portage/kuroo/Manifest
+++ b/app-portage/kuroo/Manifest
@@ -1,2 +1 @@
-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.0.0.ebuild b/app-portage/kuroo/kuroo-1.0.0.ebuild
deleted file mode 100644
index cff3675995b..00000000000
--- a/app-portage/kuroo/kuroo-1.0.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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/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
-"
-RDEPEND="${DEPEND}
-	app-portage/gentoolkit
-	kde-apps/kompare:5
-	kde-plasma/kde-cli-tools:5[kdesu]
-"
-
-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
-}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/
@ 2021-09-04 21:01 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2021-09-04 21:01 UTC (permalink / raw
  To: gentoo-commits

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() {


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/
@ 2022-07-27 10:27 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2022-07-27 10:27 UTC (permalink / raw
  To: gentoo-commits

commit:     482e6bbe75dd4bb17719c55afe1a1cc8b9504f99
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 27 09:59:14 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 27 10:26:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=482e6bbe

app-portage/kuroo: Move ECM to BDEPEND

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-portage/kuroo/{kuroo-1.2.1.ebuild => kuroo-1.2.1-r1.ebuild} | 4 ++--
 app-portage/kuroo/kuroo-9999.ebuild                             | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-portage/kuroo/kuroo-1.2.1.ebuild b/app-portage/kuroo/kuroo-1.2.1-r1.ebuild
similarity index 92%
rename from app-portage/kuroo/kuroo-1.2.1.ebuild
rename to app-portage/kuroo/kuroo-1.2.1-r1.ebuild
index c8ec7215a7e3..9beef337fe4c 100644
--- a/app-portage/kuroo/kuroo-1.2.1.ebuild
+++ b/app-portage/kuroo/kuroo-1.2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -19,7 +19,6 @@ 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
@@ -37,6 +36,7 @@ RDEPEND="${DEPEND}
 	app-portage/gentoolkit
 	kde-apps/kompare:5
 "
+BDEPEND=">=kde-frameworks/extra-cmake-modules-${KFMIN}:5"
 
 PATCHES=( "${FILESDIR}/${P}-cmake.patch" ) # bug 811693
 

diff --git a/app-portage/kuroo/kuroo-9999.ebuild b/app-portage/kuroo/kuroo-9999.ebuild
index dfae87f7018a..cd15c529e345 100644
--- a/app-portage/kuroo/kuroo-9999.ebuild
+++ b/app-portage/kuroo/kuroo-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,6 @@ 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
@@ -37,6 +36,7 @@ RDEPEND="${DEPEND}
 	app-portage/gentoolkit
 	kde-apps/kompare:5
 "
+BDEPEND=">=kde-frameworks/extra-cmake-modules-${KFMIN}:5"
 
 pkg_postinst() {
 	if ! has_version app-admin/logrotate ; then


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/
@ 2022-07-27 10:27 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2022-07-27 10:27 UTC (permalink / raw
  To: gentoo-commits

commit:     b62e470e15eacf99237165578d84256420bf0834
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 27 10:01:18 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 27 10:26:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b62e470e

app-portage/kuroo: update EAPI 7 -> 8

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-portage/kuroo/kuroo-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/kuroo/kuroo-9999.ebuild b/app-portage/kuroo/kuroo-9999.ebuild
index cd15c529e345..f7c9660d4046 100644
--- a/app-portage/kuroo/kuroo-9999.ebuild
+++ b/app-portage/kuroo/kuroo-9999.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 KFMIN=5.85.0
 ESVN_REPO_URI="https://svn.code.sf.net/p/kuroo/code/kuroo4/trunk"


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/
@ 2022-09-13 20:54 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2022-09-13 20:54 UTC (permalink / raw
  To: gentoo-commits

commit:     fe7f1701bad5a486226c1d318b6b327d52380bd2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 13 19:55:39 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 13 20:53:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe7f1701

app-portage/kuroo: Add new dependency, drop duplicate BDEPEND

BDEPEND is provided by em.eclass.

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

 app-portage/kuroo/kuroo-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/kuroo/kuroo-9999.ebuild b/app-portage/kuroo/kuroo-9999.ebuild
index f7c9660d4046..821009e5e6fc 100644
--- a/app-portage/kuroo/kuroo-9999.ebuild
+++ b/app-portage/kuroo/kuroo-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-KFMIN=5.85.0
+KFMIN=5.96.0
 ESVN_REPO_URI="https://svn.code.sf.net/p/kuroo/code/kuroo4/trunk"
 inherit ecm subversion
 
@@ -23,6 +23,7 @@ DEPEND="
 	>=kde-frameworks/kconfig-${KFMIN}:5
 	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
 	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kcrash-${KFMIN}:5
 	>=kde-frameworks/ki18n-${KFMIN}:5
 	>=kde-frameworks/kio-${KFMIN}:5
 	>=kde-frameworks/kitemviews-${KFMIN}:5
@@ -36,7 +37,6 @@ RDEPEND="${DEPEND}
 	app-portage/gentoolkit
 	kde-apps/kompare:5
 "
-BDEPEND=">=kde-frameworks/extra-cmake-modules-${KFMIN}:5"
 
 pkg_postinst() {
 	if ! has_version app-admin/logrotate ; then


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/
@ 2022-09-13 20:54 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2022-09-13 20:54 UTC (permalink / raw
  To: gentoo-commits

commit:     1ec49fec2c38d290fbcdf07ecb4cec1cb893745b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 13 20:31:41 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 13 20:53:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ec49fec

app-portage/kuroo: add 1.2.2

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

 app-portage/kuroo/Manifest           |  1 +
 app-portage/kuroo/kuroo-1.2.2.ebuild | 48 ++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/app-portage/kuroo/Manifest b/app-portage/kuroo/Manifest
index 94f888901b7b..441e9a051b30 100644
--- a/app-portage/kuroo/Manifest
+++ b/app-portage/kuroo/Manifest
@@ -1 +1,2 @@
 DIST kuroo-1.2.1.tar.xz 247540 BLAKE2B 69c8a85cd58347b835039f4bc6929abb71baf517ee1de8b10779d4ba08b997bd46a8e0a5b1c55ea2847d80ab58ed336e524cf53cf707416a6182a0dcbd84abc9 SHA512 3815fcdb27c234669accd3abf0f6f252194d680bc1c18f13e66c428cfcef50685019b19ca8fe20fec1b633e6ed224620cf67eea8a29f593b33760d19657d2d24
+DIST kuroo-1.2.2.tar.xz 250284 BLAKE2B 57bb80fde83e4506b0e8e9230a9e619ec887327779e1d9700e51bd534fa3d14ab51d3d80aad1def1a67cc14fd446f84f1ea551919578bf7f92cbb5dc4368e172 SHA512 6120508d77fe2b6787aa62994327882bd7abd0a08bfce0905920ab17b7837aabfa271c572377fe16131dd9770e5fd45c82409c6aeae5f27f8c0eb33d4e0cdb4c

diff --git a/app-portage/kuroo/kuroo-1.2.2.ebuild b/app-portage/kuroo/kuroo-1.2.2.ebuild
new file mode 100644
index 000000000000..efff98af1f45
--- /dev/null
+++ b/app-portage/kuroo/kuroo-1.2.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.96.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/kauth-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kcrash-${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
+}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/
@ 2024-07-20 22:00 Zac Medico
  0 siblings, 0 replies; 23+ messages in thread
From: Zac Medico @ 2024-07-20 22:00 UTC (permalink / raw
  To: gentoo-commits

commit:     89a007fc844e8dac80373dd424b497173da32679
Author:     A Schenck <galiven <AT> users <DOT> sourceforge <DOT> net>
AuthorDate: Sat Jul 20 21:57:25 2024 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 22:00:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89a007fc

app-portage/kuroo: add 1.2.3

Closes: https://bugs.gentoo.org/936066
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 app-portage/kuroo/Manifest           |  1 +
 app-portage/kuroo/kuroo-1.2.3.ebuild | 48 ++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/app-portage/kuroo/Manifest b/app-portage/kuroo/Manifest
index c0b12acacf38..58a4dceb1903 100644
--- a/app-portage/kuroo/Manifest
+++ b/app-portage/kuroo/Manifest
@@ -1 +1,2 @@
 DIST kuroo-1.2.2.tar.xz 250284 BLAKE2B 57bb80fde83e4506b0e8e9230a9e619ec887327779e1d9700e51bd534fa3d14ab51d3d80aad1def1a67cc14fd446f84f1ea551919578bf7f92cbb5dc4368e172 SHA512 6120508d77fe2b6787aa62994327882bd7abd0a08bfce0905920ab17b7837aabfa271c572377fe16131dd9770e5fd45c82409c6aeae5f27f8c0eb33d4e0cdb4c
+DIST kuroo-1.2.3.tar.xz 253408 BLAKE2B 621e4e6a54d9beadb33ff550f505405cfdb3a052bb82522e5890e9884c0d3b8e79a589a1d5a464d4ff9e0464b7931e661c83e98ff55ed85c0d83f1ccb0d0cea9 SHA512 f441054bcb97f9ff21a9df2f9a9615ec7445bcbe2ce1d11ba413ce94a265cc1de37fdac901ffb6dae8c3e58dcb128b7d24ca686fa74ef6bd428f6b6056d481a6

diff --git a/app-portage/kuroo/kuroo-1.2.3.ebuild b/app-portage/kuroo/kuroo-1.2.3.ebuild
new file mode 100644
index 000000000000..75678dec77e9
--- /dev/null
+++ b/app-portage/kuroo/kuroo-1.2.3.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.96.0
+inherit ecm
+
+DESCRIPTION="Graphical Portage frontend based on KDE Frameworks"
+HOMEPAGE="https://sourceforge.net/projects/kuroo/"
+SRC_URI="https://downloads.sourceforge.net/${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/kauth-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kcrash-${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
+}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/
@ 2024-07-23 17:49 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2024-07-23 17:49 UTC (permalink / raw
  To: gentoo-commits

commit:     a650ac4ea4e34de586f80ae8b16614fa0a19ec6c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 17:48:47 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 17:49:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a650ac4e

app-portage/kuroo: drop 1.2.2

Assuming 1.2.3 fixed the mentioned problems. (?)

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

 app-portage/kuroo/Manifest           |  1 -
 app-portage/kuroo/kuroo-1.2.2.ebuild | 48 ------------------------------------
 2 files changed, 49 deletions(-)

diff --git a/app-portage/kuroo/Manifest b/app-portage/kuroo/Manifest
index 58a4dceb1903..3bb0ad46b10f 100644
--- a/app-portage/kuroo/Manifest
+++ b/app-portage/kuroo/Manifest
@@ -1,2 +1 @@
-DIST kuroo-1.2.2.tar.xz 250284 BLAKE2B 57bb80fde83e4506b0e8e9230a9e619ec887327779e1d9700e51bd534fa3d14ab51d3d80aad1def1a67cc14fd446f84f1ea551919578bf7f92cbb5dc4368e172 SHA512 6120508d77fe2b6787aa62994327882bd7abd0a08bfce0905920ab17b7837aabfa271c572377fe16131dd9770e5fd45c82409c6aeae5f27f8c0eb33d4e0cdb4c
 DIST kuroo-1.2.3.tar.xz 253408 BLAKE2B 621e4e6a54d9beadb33ff550f505405cfdb3a052bb82522e5890e9884c0d3b8e79a589a1d5a464d4ff9e0464b7931e661c83e98ff55ed85c0d83f1ccb0d0cea9 SHA512 f441054bcb97f9ff21a9df2f9a9615ec7445bcbe2ce1d11ba413ce94a265cc1de37fdac901ffb6dae8c3e58dcb128b7d24ca686fa74ef6bd428f6b6056d481a6

diff --git a/app-portage/kuroo/kuroo-1.2.2.ebuild b/app-portage/kuroo/kuroo-1.2.2.ebuild
deleted file mode 100644
index 75678dec77e9..000000000000
--- a/app-portage/kuroo/kuroo-1.2.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.96.0
-inherit ecm
-
-DESCRIPTION="Graphical Portage frontend based on KDE Frameworks"
-HOMEPAGE="https://sourceforge.net/projects/kuroo/"
-SRC_URI="https://downloads.sourceforge.net/${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/kauth-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kcrash-${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
-}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/
@ 2024-09-10 18:07 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2024-09-10 18:07 UTC (permalink / raw
  To: gentoo-commits

commit:     230cd7c6f0ce6aa20b831f02c4438827ec124a81
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 18:04:23 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 18:04:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=230cd7c6

app-portage/kuroo: Swap bogus kompare:5 RDEPEND for kde-misc/kdiff3

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

 app-portage/kuroo/{kuroo-9999.ebuild => kuroo-1.2.3-r1.ebuild} | 10 +++++-----
 app-portage/kuroo/kuroo-9999.ebuild                            |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/app-portage/kuroo/kuroo-9999.ebuild b/app-portage/kuroo/kuroo-1.2.3-r1.ebuild
similarity index 87%
copy from app-portage/kuroo/kuroo-9999.ebuild
copy to app-portage/kuroo/kuroo-1.2.3-r1.ebuild
index 821009e5e6fc..24ea23d344a7 100644
--- a/app-portage/kuroo/kuroo-9999.ebuild
+++ b/app-portage/kuroo/kuroo-1.2.3-r1.ebuild
@@ -1,18 +1,18 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 KFMIN=5.96.0
-ESVN_REPO_URI="https://svn.code.sf.net/p/kuroo/code/kuroo4/trunk"
-inherit ecm subversion
+inherit ecm
 
 DESCRIPTION="Graphical Portage frontend based on KDE Frameworks"
 HOMEPAGE="https://sourceforge.net/projects/kuroo/"
+SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="
@@ -35,7 +35,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
 	app-portage/gentoolkit
-	kde-apps/kompare:5
+	kde-misc/kdiff3
 "
 
 pkg_postinst() {

diff --git a/app-portage/kuroo/kuroo-9999.ebuild b/app-portage/kuroo/kuroo-9999.ebuild
index 821009e5e6fc..c5795080ee37 100644
--- a/app-portage/kuroo/kuroo-9999.ebuild
+++ b/app-portage/kuroo/kuroo-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -35,7 +35,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
 	app-portage/gentoolkit
-	kde-apps/kompare:5
+	kde-misc/kdiff3
 "
 
 pkg_postinst() {


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/
@ 2024-09-10 18:07 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2024-09-10 18:07 UTC (permalink / raw
  To: gentoo-commits

commit:     259645b82551d2ec58af27c375675d393adc652d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 18:05:09 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 18:05:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=259645b8

app-portage/kuroo: drop 1.2.3

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-portage/kuroo/kuroo-1.2.3.ebuild | 48 ------------------------------------
 1 file changed, 48 deletions(-)

diff --git a/app-portage/kuroo/kuroo-1.2.3.ebuild b/app-portage/kuroo/kuroo-1.2.3.ebuild
deleted file mode 100644
index 75678dec77e9..000000000000
--- a/app-portage/kuroo/kuroo-1.2.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.96.0
-inherit ecm
-
-DESCRIPTION="Graphical Portage frontend based on KDE Frameworks"
-HOMEPAGE="https://sourceforge.net/projects/kuroo/"
-SRC_URI="https://downloads.sourceforge.net/${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/kauth-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kcrash-${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
-}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2024-09-10 18:07 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-17  0:14 [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
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-16 23:17 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox