Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 417177 - [java-overlay] EAPI assignment in dev-java/xsdlib and dev-java/msv is preceded by other statements
Summary: [java-overlay] EAPI assignment in dev-java/xsdlib and dev-java/msv is precede...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-22 23:06 UTC by Shubhadeep Chaudhuri
Modified: 2012-05-23 18:53 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 Shubhadeep Chaudhuri 2012-05-22 23:06:29 UTC
As per bug 402167, EAPI assignment should be done at the top of the ebuild. This is not followed in ebuilds for packages dev-java/xsdlib and dev-java/msv in the java-overlay.

The following messages are also returned by portage 2.2

 * Messages for package dev-java/xsdlib-20090415:

 * EAPI assignment in ebuild 'dev-java/xsdlib-20090415::java-overlay'
 * does not conform with PMS section 7.3.1 (see bug #402167):
 *      valid EAPI assignment must occur on or before line: 5
 * NOTE: This error will soon become unconditionally fatal in a future
 * version of Portage, but at this time, it can by made non-fatal by
 * setting FEATURES=-parse-eapi-ebuild-head in make.conf.

 * Messages for package dev-java/msv-20090415:

 * EAPI assignment in ebuild 'dev-java/msv-20090415::java-overlay' does
 * not conform with PMS section 7.3.1 (see bug #402167):
 *      valid EAPI assignment must occur on or before line: 5
 * NOTE: This error will soon become unconditionally fatal in a future
 * version of Portage, but at this time, it can by made non-fatal by
 * setting FEATURES=-parse-eapi-ebuild-head in make.conf.
Comment 1 Ralph Sennhauser (RETIRED) gentoo-dev 2012-05-23 18:53:33 UTC
Fixed, thanks for the report.