commit: abecdd587ab38fb64d6360fc130d917d3a5d87a4 Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org> AuthorDate: Sun Jun 5 11:29:43 2016 +0000 Commit: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org> CommitDate: Sun Jun 5 11:38:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abecdd58
vdr-plugin-2.eclass: added vdr_ prefix to make function exclusiv for eclass eclass/vdr-plugin-2.eclass | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/eclass/vdr-plugin-2.eclass b/eclass/vdr-plugin-2.eclass index fa52e4e..f5824bd 100644 --- a/eclass/vdr-plugin-2.eclass +++ b/eclass/vdr-plugin-2.eclass @@ -77,7 +77,7 @@ # fix_vdr_libsi_include bla.c foo.c # @CODE -# @FUNCTION: remove_i18n_include +# @FUNCTION: vdr_remove_i18n_include # @DESCRIPTION: # Compile will fail if plugin still use the old i18n language handling, # most parts are fixed by vdr-plugin-2.eclass internal functions itself. @@ -86,7 +86,7 @@ # # Example: # @CODE -# remove_i18n_include bla.n foo.n +# vdr_remove_i18n_include bla.n foo.n # @CODE # Applying your own local/user patches: @@ -343,8 +343,7 @@ vdr_i18n() { fi } -remove_i18n_include() { - # ToDo: rename this to vdr_...; IMPORTANT!!! We use this in the tree +vdr_remove_i18n_include() { # remove uneeded i18.n includes local f