Ticket #1010 (new enhancement)
triggered exlibs
| Reported by: | zlin | Owned by: | |
|---|---|---|---|
| Priority: | Sometime | Milestone: | EAPI exheres-0 |
| Component: | repositories/e | Version: | scm |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Distribution: | Exherbo |
Description
Suggested syntax:
trigger_exlib_phases src_prepare [ before=[ autotools ] after =[ default ] ]
trigger_exlib_phases src_install pkg_postinst [ before=[ foo ] after=[ bar baz ] ]
foo_src_prepare() { ...; }
...
src_prepare() in the ebuild will override default if specified.
Note: See
TracTickets for help on using
tickets.

Can this include a way for an exlib to trigger a function to be run post-source?