Created attachment 897634 [details] New ebuild (same as old) New release for kuroo, after someone filed #934211. This resolves the specific issues they mentioned and several other in-progress projects and cleanups. This will be the last KF5 release now that KF6 is unmasked in the main tree, though we'll be gone for two months so that will probly take a while to get done. The ebuild is copied from kuroo-1.2.2.ebuild, no changes. This will resolve #934211 and #883103. Major changes: Notably this version reads repo locations from /etc/repos.conf per bug #64 filed at sourceforge, and bug 934211 filed at gentoo. It also adds some warnings and more messaging around errors and warnings. Lots of cleanup in CMakeLists and other old code. Rename base name to org.gentoo.kuroo. Add a warning to the config dialog that it will rewrite make.conf. Fix some memory leaks reported by ASAN.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89a007fc844e8dac80373dd424b497173da32679 commit 89a007fc844e8dac80373dd424b497173da32679 Author: A Schenck <galiven@users.sourceforge.net> AuthorDate: 2024-07-20 21:57:25 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2024-07-20 22:00:20 +0000 app-portage/kuroo: add 1.2.3 Closes: https://bugs.gentoo.org/936066 Signed-off-by: Zac Medico <zmedico@gentoo.org> app-portage/kuroo/Manifest | 1 + app-portage/kuroo/kuroo-1.2.3.ebuild | 48 ++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+)
Thanks!
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=796bed9082370a635462c5e5787babff900edeb9 commit 796bed9082370a635462c5e5787babff900edeb9 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2024-12-10 16:39:15 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2024-12-11 19:27:16 +0000 app-portage/kuroo: Port 9999 to KF6 Bug: https://bugs.gentoo.org/936066 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> app-portage/kuroo/kuroo-9999.ebuild | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-)
(In reply to Larry the Git Cow from comment #3) > The bug has been referenced in the following commit(s): > > https://gitweb.gentoo.org/repo/gentoo.git/commit/ > ?id=796bed9082370a635462c5e5787babff900edeb9 > > commit 796bed9082370a635462c5e5787babff900edeb9 > Author: Andreas Sturmlechner <asturm@gentoo.org> > AuthorDate: 2024-12-10 16:39:15 +0000 > Commit: Andreas Sturmlechner <asturm@gentoo.org> > CommitDate: 2024-12-11 19:27:16 +0000 > > app-portage/kuroo: Port 9999 to KF6 > > Bug: https://bugs.gentoo.org/936066 > Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> > > app-portage/kuroo/kuroo-9999.ebuild | 35 +++++++++++++++++++---------------- > 1 file changed, 19 insertions(+), 16 deletions(-) Thanks! Have been working on this slightly lately with an updated live ebuild which mostly matches this. Building a minimal VM with graphical desktop has taken longer since falling down the rabbit hole of running wayland rather than X and twm. And it did show some issues with a lingering '/usr/portage' hidden in .kcfg which was missed previously.