Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 176375 - EBUILD_PHASE - "clean", "package", "cleanrm"
Summary: EBUILD_PHASE - "clean", "package", "cleanrm"
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: PMS/EAPI (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: PMS/EAPI
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-28 16:41 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2007-04-28 17:04 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 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.