Summary: | a standard way to install includes (doinclude/doheader) | ||
---|---|---|---|
Product: | Gentoo Hosted Projects | Reporter: | Jason Toffaletti <catalyst> |
Component: | PMS/EAPI | Assignee: | Package Manager Specification <pms> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | esigra, pinkbyte |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | in-eapi-5 | ||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 174380 |
Description
Jason Toffaletti
2003-05-19 22:33:37 UTC
Putting a hold on feature requests for portage as they are drowning out the bugs. Most of these features should be available in the next major version of portage. But for the time being, they are just drowning out the major bugs and delaying the next version's progress. Any bugs that contain patches and any bugs for etc-update or dispatch-conf can be reopened. Sorry, I'm just not good enough with bugzilla. ;) Reopen for consideration. And now really reopening. PMS patch: <http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=fe5cf5e91299156dc74338c897d9a7bfb8883f5a> Portage patch: <http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=e7e4c3720582a7ab938266e50e53d162f5248488> Do we intend to support the -r option? The pms patch does not document it, but the portage patch supports -r since the arguments are passed to doins. Or maybe -r should be implied? The code for doheader was copied from doconfd and doenvd. Is it intentional that these support -r? (In reply to comment #7) > The code for doheader was copied from doconfd and doenvd. Is it intentional > that these support -r? Probably not. I think recursion is desirable for doheader though, since feedback on the gentoo-dev ml specifically included recursive cases. (In reply to comment #4) > PMS patch: > <http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit; > h=fe5cf5e91299156dc74338c897d9a7bfb8883f5a> Commits in master: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=e0bf16a23cde4c71eefb20e8b388d70aadc4269e http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=d298236671b888efb7831139a46a411ff225b673 |