Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 797733 - java-utils-2.eclass: java-pkg_clean should be called automatically for all java*.eclass
Summary: java-utils-2.eclass: java-pkg_clean should be called automatically for all ja...
Status: RESOLVED WONTFIX
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: 2021-06-23 06:43 UTC by Volkmar W. Pogatzki
Modified: 2024-01-16 12:53 UTC (History)
2 users (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 2021-06-23 06:43:23 UTC
As mentioned in the Java Developer Guide[1], cleaning should be done automatically.
The eclass variable JAVA_PKG_NO_CLEAN should be documented.

[1]https://wiki.gentoo.org/index.php?title=Java_Developer_Guide&diff=next&oldid=384472
<cite>
Note
In the future this may be called automatically, and can be overridden by setting JAVA_PKG_NO_CLEAN to any value.
</cite>
Comment 1 Larry the Git Cow gentoo-dev 2023-02-17 08:03:54 UTC
The bug has been referenced in the following commit(s):

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

commit 7d1708a45b0471753da0a59442e5a1413c335ba0
Author:     Volkmar W. Pogatzki <gentoo@pogatzki.net>
AuthorDate: 2023-02-15 17:47:28 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2023-02-17 08:03:33 +0000

    java-utils-2.eclass: default to java-pkg_clean for future EAPI
    
    Bug: https://bugs.gentoo.org/797733
    Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 eclass/java-utils-2.eclass | 6 ++++++
 1 file changed, 6 insertions(+)
Comment 2 Volkmar W. Pogatzki 2023-02-18 11:50:14 UTC
It Will happen with EAPI 9.