Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139112 - java-pkg-opt-2.eclass broken
Summary: java-pkg-opt-2.eclass broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-03 18:54 UTC by Gergan Penkov
Modified: 2006-07-04 07:07 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 Gergan Penkov 2006-07-03 18:54:56 UTC
pre_pkg_setup() {
	java-pkg-opt_pkg_setup
}

pre_src_unpack() {
	java-pkg-opt_pkg_setup
}

pre_src_compile() {
	java-pkg-opt_pkg_setup
}

pre_src_install() {
	java-pkg-opt_pkg_setup
}

pre_src_test() {
	java-pkg-opt_pkg_setup
}

pre_pkg_preinst() {
	java-pkg-opt_pkg_setup
}

pre_pkg_postinst() {
	java-pkg-opt_pkg_setup
}

all these calls should be to java-pkg-opt-2_pkg_setup instead of to java-pkg-opt_pkg_setup
 in the current implementation, using the eclass results in just spitting messages about not finding java-pkg-opt_pkg_setup
Comment 1 Josh Nichols (RETIRED) gentoo-dev 2006-07-04 07:07:08 UTC
Good catch. Once apon a time, java-pkg-opt-2.eclass was named java-pkg-opt.eclass, and apparently hadn't been updated fully.

Fixed in CVS, so give it a few hours to get to a rsync mirror near you. Thanks for reporting.