Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 900509 - java-utils-2.eclass: undocumented function: java-pkg_init_paths_
Summary: java-utils-2.eclass: undocumented function: java-pkg_init_paths_
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-03-09 08:55 UTC by Volkmar W. Pogatzki
Modified: 2023-09-16 07:44 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Volkmar W. Pogatzki 2023-03-09 08:55:43 UTC
Remaining "undocumented function" after https://github.com/gentoo/gentoo/pull/29650


Should be solved by changing:
- # @FUNCTION: init_paths_
+ # @FUNCTION: java-pkg_init_paths_


But then "Pull request CI report" would complain about InternalEclassUsage in 5 ebuilds in 3 packages.
Comment 1 Larry the Git Cow gentoo-dev 2023-09-16 07:44:52 UTC
The bug has been closed via the following commit(s):

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

commit 0a8a487f6ea6713400505929f0b335db009d7e87
Author:     Volkmar W. Pogatzki <gentoo@pogatzki.net>
AuthorDate: 2023-03-12 18:09:23 +0000
Commit:     Florian Schmaus <flow@gentoo.org>
CommitDate: 2023-09-16 07:44:10 +0000

    java-utils-2.eclass: fix EclassDocMissingFunc
    
    Closes: https://bugs.gentoo.org/900509
    Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
    Closes: https://github.com/gentoo/gentoo/pull/30078
    Signed-off-by: Florian Schmaus <flow@gentoo.org>

 eclass/java-utils-2.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)