Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 627440 - dev-java/javatoolkit: please install to /usr/lib instead of $(get_libdir)
Summary: dev-java/javatoolkit: please install to /usr/lib instead of $(get_libdir)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-10 09:41 UTC by Michał Górny
Modified: 2019-10-30 20:27 UTC (History)
0 users

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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-08-10 09:41:56 UTC
/usr/lib64/javatoolkit/bin/buildparser
/usr/lib64/javatoolkit/bin/class-version-verify.py
/usr/lib64/javatoolkit/bin/build-xml-rewrite
/usr/lib64/javatoolkit/bin/findclass
/usr/lib64/javatoolkit/bin/jarjarclean
/usr/lib64/javatoolkit/bin/maven-helper.py
/usr/lib64/javatoolkit/bin/xml-rewrite-2.py
/usr/lib64/javatoolkit/bin/xml-rewrite-3.py
/usr/lib64/javatoolkit/bin/xml-rewrite.py


Since we will not be installing those files for multiple ABIs, and there's a lot of hacky get_libdir everywhere to support that, it would really be preferable to just install it to /usr/lib or /usr/libexec.
Comment 1 Larry the Git Cow gentoo-dev 2019-10-30 20:27:26 UTC
The bug has been closed via the following commit(s):

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

commit 038f5617066efd4e1226eb6bd166bfb8e13ff8e5
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2019-10-30 20:27:03 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2019-10-30 20:27:17 +0000

    dev-java/javatoolkit-0.6.2-r1: new dir for scripts
    
    Closes: https://bugs.gentoo.org/627440
    Package-Manager: Portage-2.3.78, Repoman-2.3.17
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 .../{javatoolkit-0.6.2.ebuild => javatoolkit-0.6.2-r1.ebuild}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Additionally, it has been referenced in the following commit(s):

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

commit 8cb182d6a7c9a6f75df73e64f15d34e077271405
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2019-10-30 20:25:00 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2019-10-30 20:27:17 +0000

    eclass/java-{ant,utils}: updated for new javatoolkit layout
    
    Bug: https://bugs.gentoo.org/627440
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 eclass/java-ant-2.eclass   | 15 ++++++++++-----
 eclass/java-utils-2.eclass |  9 ++++++---
 2 files changed, 16 insertions(+), 8 deletions(-)