* Ciaran McCreesh <[email protected]>:
> Torsten Veller <[email protected]> wrote:
> > +EXPORTED_FUNCTIONS="src_unpack src_compile src_test src_install"
>
> You're probably not the only one using this trick, so it might be wise
> to use PERL_EXPORTED_FUNCTIONS or somesuch to avoid name collisions
> with other eclasses.
git and x-modular use EXPORTED_FUNCTIONS and
cmake and xfconf use EXPF.
| eclass/git.eclass:EXPORT_FUNCTIONS ${EXPORTED_FUNCTIONS}
| eclass/x-modular.eclass:EXPORT_FUNCTIONS ${EXPORTED_FUNCTIONS}
|
| eclass/cmake-utils.eclass:EXPORT_FUNCTIONS ${EXPF}
| eclass/xfconf.eclass:EXPORT_FUNCTIONS ${EXPF}
I'll use PERL_EXPORTED_FUNCTIONS in the perl eclass.
Thanks :)