Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 413437 - php-ext-source-r2.eclass should support epatch_user
Summary: php-ext-source-r2.eclass should support epatch_user
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-25 01:39 UTC by Craig Andrews
Modified: 2012-08-02 11:33 UTC (History)
1 user (show)

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 Craig Andrews gentoo-dev 2012-04-25 01:39:09 UTC
It would be nice if all the ebuilds the inherit from php-ext-source-r2 (and by proxy, all the ebuilds that inherit eclasses that inherit from php-ext-source-r2) could support epatch_user.

I noticed that base.eclass already included epatch_user in it; so php-ext-source-r2 could be made to inherit base, or epatch_user support could simply be added.

Reproducible: Always
Comment 1 Ole Markus With (RETIRED) gentoo-dev 2012-05-04 09:55:01 UTC
I think this easily would become very complicated. E.g it would not be possible to add a path only for the 5.4 version.

Also, the php eclass overrides almost all phase functions, so it makes no sense to inherit base.

I am also unsure if many would want to make use of this feature.