Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 262230

Summary: Defining EAPI before it's usage is discussed
Product: Documentation Reporter: Tamas Szabo <szabtam>
Component: DevmanualAssignee: Gentoo Quality Assurance Team <qa>
Status: RESOLVED FIXED    
Severity: minor CC: alex_y_xu, binki
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://devmanual.gentoo.org/ebuild-writing/eapi/index.html
Whiteboard:
Package list:
Runtime testing required: ---

Description Tamas Szabo 2009-03-12 03:01:49 UTC
The EAPI section : "EAPI Usage and Description" (http://devmanual.gentoo.org/ebuild-writing/eapi/index.html) talks about usage of EAPI 1 and 2, but it doesnt' say what EAPI is in the first place.
After googling around I found the answer in some mail threads, but it wasn't an easy find.

It might be worthwhile adding a short description of what EAPI is or provide a link to some other resource that describes it (I couldn't find such a page).

Thanks,

Tamas

Reproducible: Always
Comment 1 Alex Xu (Hello71) 2015-07-02 16:40:07 UTC
> EAPI is a version defined in ebuilds and other package manager related files which inform the package manager about the file syntax and content. It is, in effect, the version of the package manager specification (PMS) that the file adheres to.