| Summary: | use ant_src_unpack instead of src_unpack for dev-java/lucene | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Mikko Tiihonen <mikko.tiihonen> |
| Component: | New packages | Assignee: | Java team <java> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | 2006.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | use ant_src_unpack and add new use flag examples | ||
|
Description
Mikko Tiihonen
2006-07-27 02:37:16 UTC
Created attachment 92838 [details, diff]
use ant_src_unpack and add new use flag examples
From java-ant-2.eclass:
# ------------------------------------------------------------------------------
# @public java-ant_src_unpack
#
# Unpacks the source, and attempts to fix build files.
# ------------------------------------------------------------------------------
post_src_unpack() {
if java-pkg_func-exists ant_src_unpack; then
java-pkg_announce-qa-violation "Using old ant_src_unpack. Should be src_unpack"
ant_src_unpack
fi
java-ant_bsfix
}
The docs are outdated.
|