Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 947748 - app-portage/kuroo-9999: dependency and packaging updates
Summary: app-portage/kuroo-9999: dependency and packaging updates
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 950669
  Show dependency tree
 
Reported: 2025-01-09 01:30 UTC by A Schenck
Modified: 2025-03-05 22:56 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
diff to new ebuild (file_947748.txt,1.83 KB, patch)
2025-01-09 01:30 UTC, A Schenck
Details | Diff
new ebuild (kuroo-9999.ebuild,1.58 KB, application/vnd.gentoo.ebuild)
2025-01-09 01:31 UTC, A Schenck
Details

Note You need to log in before you can comment on or make changes to this bug.
Description A Schenck 2025-01-09 01:30:10 UTC
There are unit tests now so this sets ECM_TEST="true". Also combines the live and versioned ebuilds. Was very close to cutting a release version but something changed in Qt between 6.7.3 and 6.8.1 that category / package view to stop updating automatically, requiring lots of clicks to force a refresh, so it isn't a good time for a release.

Also:
- remove the knotifications dependency since kstatusnotifieritem is separate from it in KF6
- change the presumable typo 'BEDEPEND=' to 'BDEPEND=" from 	796bed9082370a635462c5e5787babff900edeb9
- remove the RDEPEND on kdiff3 and put it in an pkg_postinst message

Reproducible: Always
Comment 1 A Schenck 2025-01-09 01:30:38 UTC
Created attachment 916162 [details, diff]
diff to new ebuild
Comment 2 A Schenck 2025-01-09 01:31:07 UTC
Created attachment 916163 [details]
new ebuild
Comment 3 Andreas Sturmlechner gentoo-dev 2025-01-10 17:36:02 UTC
Thanks.

Regarding your dependency handling as upstream of the package: It seems to me as if you are looking at available Gentoo package versions at a time for raising minimum dependencies. But in general, you should just raise it when necessary, even if we can assume this to be a single distro package.
Comment 4 Larry the Git Cow gentoo-dev 2025-01-10 21:08:30 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0bcd73670383b192e589c2a3fa464e122f5bb50

commit c0bcd73670383b192e589c2a3fa464e122f5bb50
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2025-01-10 17:25:41 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2025-01-10 21:08:13 +0000

    app-portage/kuroo: Update deps, add optfeature, set ECM_TEST=true
    
    Fix BDEPEND typo.
    
    Thanks-to: Andrew Schenck <galiven@users.sourceforge.net>
    Closes: https://bugs.gentoo.org/947748
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

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