commit: 4d6469a3d2955f8ae54009cf36d3a3478b94f2df Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org> AuthorDate: Fri Nov 17 18:32:30 2017 +0000 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org> CommitDate: Mon Nov 20 19:29:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d6469a3
mozconfig-*.eclass: fix eclassdoc warnings Bug: http://bugs.gentoo.org/637790 Bug: http://bugs.gentoo.org/637792 Bug: http://bugs.gentoo.org/637794 Bug: http://bugs.gentoo.org/637796 Bug: http://bugs.gentoo.org/637798 Bug: http://bugs.gentoo.org/637800 Bug: http://bugs.gentoo.org/637802 Bug: http://bugs.gentoo.org/637804 eclass/mozconfig-v6.45.eclass | 4 ++++ eclass/mozconfig-v6.49.eclass | 5 +++++ eclass/mozconfig-v6.51.eclass | 5 +++++ eclass/mozconfig-v6.52.eclass | 5 +++++ eclass/mozconfig-v6.53.eclass | 5 +++++ eclass/mozconfig-v6.55.eclass | 5 +++++ eclass/mozconfig-v6.56.eclass | 5 +++++ eclass/mozconfig-v6.57.eclass | 5 +++++ 8 files changed, 39 insertions(+) diff --git a/eclass/mozconfig-v6.45.eclass b/eclass/mozconfig-v6.45.eclass index d6d3621ffc5..8409b11f0b9 100644 --- a/eclass/mozconfig-v6.45.eclass +++ b/eclass/mozconfig-v6.45.eclass @@ -29,6 +29,7 @@ esac inherit flag-o-matic toolchain-funcs mozcoreconf-v4 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild needs to provide # optional necko-wifi support via IUSE="wifi". Currently this would include @@ -39,6 +40,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v4 # Set the variable to any value if the use flag should exist but not be default-enabled. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild needs to provide # optional necko-wifi support via IUSE="jit". Currently this would include @@ -49,6 +51,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v4 # Set the variable to any value if the use flag should exist but not be default-enabled. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK3 +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild can provide # optional gtk3 support via IUSE="gtk3". Currently this would include @@ -59,6 +62,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v4 # Set the variable to any value if the use flag should exist but not be default-enabled. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_QT5 +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild can provide # optional qt5 support via IUSE="qt5". Currently this would include diff --git a/eclass/mozconfig-v6.49.eclass b/eclass/mozconfig-v6.49.eclass index f4f80065ac5..4ca5b079b8f 100644 --- a/eclass/mozconfig-v6.49.eclass +++ b/eclass/mozconfig-v6.49.eclass @@ -29,6 +29,7 @@ esac inherit flag-o-matic toolchain-funcs mozcoreconf-v4 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild needs to provide # optional necko-wifi support via IUSE="wifi". Currently this would include @@ -39,6 +40,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v4 # Set the variable to any value if the use flag should exist but not be default-enabled. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild needs to provide # optional necko-wifi support via IUSE="jit". Currently this would include @@ -49,6 +51,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v4 # Set the variable to any value if the use flag should exist but not be default-enabled. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK3 +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild can provide # optional gtk3 support via IUSE="gtk3". Currently this would include @@ -59,6 +62,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v4 # Set the variable to any value if the use flag should exist but not be default-enabled. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK2ONLY +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild can provide # optional gtk2-only support via IUSE="gtk2". @@ -72,6 +76,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v4 # Set the variable to any value if the use flag should exist but not be default-enabled. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_QT5 +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild can provide # optional qt5 support via IUSE="qt5". Currently this would include diff --git a/eclass/mozconfig-v6.51.eclass b/eclass/mozconfig-v6.51.eclass index 3048fd72650..e2d65ca2573 100644 --- a/eclass/mozconfig-v6.51.eclass +++ b/eclass/mozconfig-v6.51.eclass @@ -29,6 +29,7 @@ esac inherit flag-o-matic toolchain-funcs mozcoreconf-v4 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild needs to provide # optional necko-wifi support via IUSE="wifi". Currently this would include @@ -39,6 +40,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v4 # Set the variable to any value if the use flag should exist but not be default-enabled. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild needs to provide # deterministic jit support via IUSE="jit". The upstream default will be used @@ -49,6 +51,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v4 # Set the variable to any value if the use flag should exist but not be default-enabled. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK3 +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild can provide # optional gtk3 support via IUSE="gtk3". Currently this would include @@ -59,6 +62,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v4 # Set the variable to any value if the use flag should exist but not be default-enabled. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK2ONLY +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild can provide # optional gtk2-only support via IUSE="gtk2". @@ -72,6 +76,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v4 # Set the variable to any value if the use flag should exist but not be default-enabled. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_QT5 +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild can provide # optional qt5 support via IUSE="qt5". Currently this would include diff --git a/eclass/mozconfig-v6.52.eclass b/eclass/mozconfig-v6.52.eclass index c859aa7b8c1..04042b9a982 100644 --- a/eclass/mozconfig-v6.52.eclass +++ b/eclass/mozconfig-v6.52.eclass @@ -29,6 +29,7 @@ esac inherit flag-o-matic toolchain-funcs mozcoreconf-v5 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild needs to provide # optional necko-wifi support via IUSE="wifi". Currently this would include @@ -39,6 +40,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5 # Set the variable to any value if the use flag should exist but not be default-enabled. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild needs to provide # deterministic jit support via IUSE="jit". The upstream default will be used @@ -49,6 +51,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5 # Set the variable to any value if the use flag should exist but not be default-enabled. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK3 +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild can provide # optional gtk3 support via IUSE="force-gtk3". Currently this would include @@ -61,6 +64,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5 # MOZCONFIG_OPTIONAL_GTK2ONLY. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK2ONLY +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild can provide # optional gtk2-only support via IUSE="gtk2". @@ -74,6 +78,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5 # Set the variable to any value if the use flag should exist but not be default-enabled. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_QT5 +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild can provide # optional qt5 support via IUSE="qt5". Currently this would include diff --git a/eclass/mozconfig-v6.53.eclass b/eclass/mozconfig-v6.53.eclass index d15c47eedbb..a5aa9718624 100644 --- a/eclass/mozconfig-v6.53.eclass +++ b/eclass/mozconfig-v6.53.eclass @@ -29,6 +29,7 @@ esac inherit flag-o-matic toolchain-funcs mozcoreconf-v5 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild needs to provide # optional necko-wifi support via IUSE="wifi". Currently this would include @@ -39,6 +40,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5 # Set the variable to any value if the use flag should exist but not be default-enabled. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild needs to provide # deterministic jit support via IUSE="jit". The upstream default will be used @@ -49,6 +51,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5 # Set the variable to any value if the use flag should exist but not be default-enabled. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK3 +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild can provide # optional gtk3 support via IUSE="force-gtk3". Currently this would include @@ -61,6 +64,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5 # MOZCONFIG_OPTIONAL_GTK2ONLY. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK2ONLY +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild can provide # optional gtk2-only support via IUSE="gtk2". @@ -74,6 +78,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5 # Set the variable to any value if the use flag should exist but not be default-enabled. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_QT5 +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild can provide # optional qt5 support via IUSE="qt5". Currently this would include diff --git a/eclass/mozconfig-v6.55.eclass b/eclass/mozconfig-v6.55.eclass index 4c20d971e87..cb513565b91 100644 --- a/eclass/mozconfig-v6.55.eclass +++ b/eclass/mozconfig-v6.55.eclass @@ -29,6 +29,7 @@ esac inherit flag-o-matic toolchain-funcs mozcoreconf-v5 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild needs to provide # optional necko-wifi support via IUSE="wifi". Currently this would include @@ -39,6 +40,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5 # Set the variable to any value if the use flag should exist but not be default-enabled. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild needs to provide # deterministic jit support via IUSE="jit". The upstream default will be used @@ -49,6 +51,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5 # Set the variable to any value if the use flag should exist but not be default-enabled. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK3 +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild can provide # optional gtk3 support via IUSE="force-gtk3". Currently this would include @@ -61,6 +64,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5 # MOZCONFIG_OPTIONAL_GTK2ONLY. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK2ONLY +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild can provide # optional gtk2-only support via IUSE="gtk2". @@ -74,6 +78,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5 # Set the variable to any value if the use flag should exist but not be default-enabled. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_QT5 +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild can provide # optional qt5 support via IUSE="qt5". Currently this would include diff --git a/eclass/mozconfig-v6.56.eclass b/eclass/mozconfig-v6.56.eclass index ee47ccdea4a..6d6063ab191 100644 --- a/eclass/mozconfig-v6.56.eclass +++ b/eclass/mozconfig-v6.56.eclass @@ -29,6 +29,7 @@ esac inherit flag-o-matic toolchain-funcs mozcoreconf-v5 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild needs to provide # optional necko-wifi support via IUSE="wifi". Currently this would include @@ -39,6 +40,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5 # Set the variable to any value if the use flag should exist but not be default-enabled. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild needs to provide # deterministic jit support via IUSE="jit". The upstream default will be used @@ -49,6 +51,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5 # Set the variable to any value if the use flag should exist but not be default-enabled. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK3 +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild can provide # optional gtk3 support via IUSE="force-gtk3". Currently this would include @@ -61,6 +64,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5 # MOZCONFIG_OPTIONAL_GTK2ONLY. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK2ONLY +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild can provide # optional gtk2-only support via IUSE="gtk2". @@ -74,6 +78,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5 # Set the variable to any value if the use flag should exist but not be default-enabled. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_QT5 +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild can provide # optional qt5 support via IUSE="qt5". Currently this would include diff --git a/eclass/mozconfig-v6.57.eclass b/eclass/mozconfig-v6.57.eclass index 8aed435bd4e..f05a69c1a2e 100644 --- a/eclass/mozconfig-v6.57.eclass +++ b/eclass/mozconfig-v6.57.eclass @@ -29,6 +29,7 @@ esac inherit flag-o-matic toolchain-funcs mozcoreconf-v5 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild needs to provide # optional necko-wifi support via IUSE="wifi". Currently this would include @@ -39,6 +40,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5 # Set the variable to any value if the use flag should exist but not be default-enabled. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild needs to provide # deterministic jit support via IUSE="jit". The upstream default will be used @@ -49,6 +51,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5 # Set the variable to any value if the use flag should exist but not be default-enabled. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK3 +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild can provide # optional gtk3 support via IUSE="force-gtk3". Currently this would include @@ -61,6 +64,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5 # MOZCONFIG_OPTIONAL_GTK2ONLY. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK2ONLY +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild can provide # optional gtk2-only support via IUSE="gtk2". @@ -74,6 +78,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5 # Set the variable to any value if the use flag should exist but not be default-enabled. # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_QT5 +# @DEFAULT_UNSET # @DESCRIPTION: # Set this variable before the inherit line, when an ebuild can provide # optional qt5 support via IUSE="qt5". Currently this would include
