diff options
123 files changed, 687 insertions, 687 deletions
diff --git a/eclass/acct-group.eclass b/eclass/acct-group.eclass index b309d3643212..56b76ba1885b 100644 --- a/eclass/acct-group.eclass +++ b/eclass/acct-group.eclass @@ -48,7 +48,7 @@ inherit user # << Eclass variables >> -# @ECLASS-VARIABLE: ACCT_GROUP_NAME +# @ECLASS_VARIABLE: ACCT_GROUP_NAME # @INTERNAL # @DESCRIPTION: # The name of the group. This is forced to ${PN} and the policy @@ -56,7 +56,7 @@ inherit user ACCT_GROUP_NAME=${PN} readonly ACCT_GROUP_NAME -# @ECLASS-VARIABLE: ACCT_GROUP_ID +# @ECLASS_VARIABLE: ACCT_GROUP_ID # @REQUIRED # @DESCRIPTION: # Preferred GID for the new group. This variable is obligatory, and its @@ -66,7 +66,7 @@ readonly ACCT_GROUP_NAME # Overlays should set this to -1 to dynamically allocate GID. Using -1 # in ::gentoo is prohibited by policy. -# @ECLASS-VARIABLE: ACCT_GROUP_ENFORCE_ID +# @ECLASS_VARIABLE: ACCT_GROUP_ENFORCE_ID # @DESCRIPTION: # If set to a non-null value, the eclass will require the group to have # specified GID. If the group already exists with another GID, or diff --git a/eclass/acct-user.eclass b/eclass/acct-user.eclass index cf47470c1558..70ae2434b5df 100644 --- a/eclass/acct-user.eclass +++ b/eclass/acct-user.eclass @@ -56,7 +56,7 @@ inherit user # << Eclass variables >> -# @ECLASS-VARIABLE: ACCT_USER_NAME +# @ECLASS_VARIABLE: ACCT_USER_NAME # @INTERNAL # @DESCRIPTION: # The name of the user. This is forced to ${PN} and the policy prohibits @@ -64,7 +64,7 @@ inherit user ACCT_USER_NAME=${PN} readonly ACCT_USER_NAME -# @ECLASS-VARIABLE: ACCT_USER_ID +# @ECLASS_VARIABLE: ACCT_USER_ID # @REQUIRED # @DESCRIPTION: # Preferred UID for the new user. This variable is obligatory, and its @@ -74,33 +74,33 @@ readonly ACCT_USER_NAME # Overlays should set this to -1 to dynamically allocate UID. Using -1 # in ::gentoo is prohibited by policy. -# @ECLASS-VARIABLE: _ACCT_USER_ALREADY_EXISTS +# @ECLASS_VARIABLE: _ACCT_USER_ALREADY_EXISTS # @INTERNAL # @DESCRIPTION: # Status variable which indicates if user already exists. -# @ECLASS-VARIABLE: ACCT_USER_ENFORCE_ID +# @ECLASS_VARIABLE: ACCT_USER_ENFORCE_ID # @DESCRIPTION: # If set to a non-null value, the eclass will require the user to have # specified UID. If the user already exists with another UID, or # the UID is taken by another user, the install will fail. : ${ACCT_USER_ENFORCE_ID:=} -# @ECLASS-VARIABLE: ACCT_USER_NO_MODIFY +# @ECLASS_VARIABLE: ACCT_USER_NO_MODIFY # @DEFAULT_UNSET # @DESCRIPTION: # If set to a non-null value, the eclass will not make any changes # to an already existing user. : ${ACCT_USER_NO_MODIFY:=} -# @ECLASS-VARIABLE: ACCT_USER_SHELL +# @ECLASS_VARIABLE: ACCT_USER_SHELL # @DESCRIPTION: # The shell to use for the user. If not specified, a 'nologin' variant # for the system is used. This can be overriden in make.conf through # ACCT_USER_<UPPERCASE_USERNAME>_SHELL variable. : ${ACCT_USER_SHELL:=-1} -# @ECLASS-VARIABLE: ACCT_USER_HOME +# @ECLASS_VARIABLE: ACCT_USER_HOME # @DESCRIPTION: # The home directory for the user. If not specified, /dev/null is used. # The directory will be created with appropriate permissions if it does @@ -109,7 +109,7 @@ readonly ACCT_USER_NAME # ACCT_USER_<UPPERCASE_USERNAME>_HOME variable. : ${ACCT_USER_HOME:=/dev/null} -# @ECLASS-VARIABLE: ACCT_USER_HOME_OWNER +# @ECLASS_VARIABLE: ACCT_USER_HOME_OWNER # @DEFAULT_UNSET # @DESCRIPTION: # The ownership to use for the home directory, in chown ([user][:group]) @@ -117,14 +117,14 @@ readonly ACCT_USER_NAME # This can be overriden in make.conf through # ACCT_USER_<UPPERCASE_USERNAME>_HOME_OWNER variable. -# @ECLASS-VARIABLE: ACCT_USER_HOME_PERMS +# @ECLASS_VARIABLE: ACCT_USER_HOME_PERMS # @DESCRIPTION: # The permissions to use for the home directory, in chmod (octal # or verbose) form. This can be overriden in make.conf through # ACCT_USER_<UPPERCASE_USERNAME>_HOME_PERMS variable. : ${ACCT_USER_HOME_PERMS:=0755} -# @ECLASS-VARIABLE: ACCT_USER_GROUPS +# @ECLASS_VARIABLE: ACCT_USER_GROUPS # @REQUIRED # @DESCRIPTION: # List of groups the user should belong to. This must be a bash diff --git a/eclass/ada.eclass b/eclass/ada.eclass index b8deb31255c2..0bf3dcfe41cc 100644 --- a/eclass/ada.eclass +++ b/eclass/ada.eclass @@ -37,7 +37,7 @@ esac EXPORT_FUNCTIONS pkg_setup -# @ECLASS-VARIABLE: ADA_DEPS +# @ECLASS_VARIABLE: ADA_DEPS # @OUTPUT_VARIABLE # @DESCRIPTION: # This is an eclass-generated Ada dependency string for all @@ -53,7 +53,7 @@ EXPORT_FUNCTIONS pkg_setup # @CODE # -# @ECLASS-VARIABLE: _ADA_ALL_IMPLS +# @ECLASS_VARIABLE: _ADA_ALL_IMPLS # @INTERNAL # @DESCRIPTION: # All supported Ada implementations, most preferred last. diff --git a/eclass/alternatives.eclass b/eclass/alternatives.eclass index d6bb6b19e973..155a2457bbdf 100644 --- a/eclass/alternatives.eclass +++ b/eclass/alternatives.eclass @@ -51,12 +51,12 @@ EXPORT_FUNCTIONS pkg_postinst pkg_postrm if [[ -z ${_ALTERNATIVES_ECLASS} ]]; then _ALTERNATIVES_ECLASS=1 -# @ECLASS-VARIABLE: SOURCE +# @ECLASS_VARIABLE: SOURCE # @DEFAULT_UNSET # @DESCRIPTION: # The symlink to be created -# @ECLASS-VARIABLE: ALTERNATIVES +# @ECLASS_VARIABLE: ALTERNATIVES # @DEFAULT_UNSET # @DESCRIPTION: # The list of alternatives diff --git a/eclass/ant-tasks.eclass b/eclass/ant-tasks.eclass index 71923261084c..a11716bf2b62 100644 --- a/eclass/ant-tasks.eclass +++ b/eclass/ant-tasks.eclass @@ -33,27 +33,2 |
