vdr-plugin-2.eclass: added vdr_ prefix to make function exclusiv for eclass
authorJoerg Bornkessel <hd_brummy@gentoo.org>
Sun, 5 Jun 2016 11:29:43 +0000 (13:29 +0200)
committerJoerg Bornkessel <hd_brummy@gentoo.org>
Sun, 5 Jun 2016 11:38:59 +0000 (13:38 +0200)
eclass/vdr-plugin-2.eclass

index fa52e4ed809be60861cd57bc210a0e1a22a09c87..f5824bd3a1d834dc860fada7f4cbfc71124215dc 100644 (file)
@@ -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