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

Bug 176375

Summary: EBUILD_PHASE - "clean", "package", "cleanrm"
Product: Gentoo Hosted Projects Reporter: Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever>
Component: PMS/EAPIAssignee: PMS/EAPI <pms>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-04-28 16:41:04 UTC
EBUILD_PHASE can also take values "clean", "package" and "cleanrm".
Comment 1 Brian Harring (RETIRED) gentoo-dev 2007-04-28 16:44:35 UTC
that's bleed through from portages implementation; user bashrc can intercept on those, but ebuilds cannot.
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-04-28 16:58:35 UTC
(In reply to comment #1)
> user bashrc can intercept on those

So those can be mentioned in PMS.
Comment 3 Ciaran McCreesh 2007-04-28 17:01:47 UTC
Nope. These are not relevant for PMS.
Comment 4 Stephen Bennett (RETIRED) gentoo-dev 2007-04-28 17:04:30 UTC
PMS is concerned with the interface between ebuilds and package manager, and says nothing about user configuration. Since these values are not relevant for ebuilds, they're effectively user config details and thus shouldn't be in PMS.