Skip to content

Commit

Permalink
postgres{,-multi}.eclass: More Documentation Fixes
Browse files Browse the repository at this point in the history
Fix a few keyword typos and adhere to the doc standard.

Bugs: 624502
  • Loading branch information
titanofold committed Jul 11, 2017
1 parent 21edd6e commit caaa568
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions eclass/postgres-multi.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fi
# POSTGRES_COMPAT.
export _POSTGRES_INTERSECT_SLOTS=( )

# @FUNCTION _postgres-multi_multibuild_wrapper
# @FUNCTION: _postgres-multi_multibuild_wrapper
# @INTERNAL
# @USAGE: _postgres-multi_multibuild_wrapper <command> [<arg> ...]
# @DESCRIPTION:
Expand Down Expand Up @@ -98,7 +98,6 @@ postgres-multi_forbest() {
}

# @FUNCTION: postgres-multi_pkg_setup
# @REQUIRED
# @USAGE: postgres-multi_pkg_setup
# @DESCRIPTION:
# Initialize internal environment variable(s). This is required if
Expand All @@ -119,7 +118,6 @@ postgres-multi_pkg_setup() {
}

# @FUNCTION: postgres-multi_src_prepare
# @REQUIRED
# @USAGE: postgres-multi_src_prepare
# @DESCRIPTION:
# Calls eapply_user then copies ${S} into a build directory for each
Expand Down
3 changes: 2 additions & 1 deletion eclass/postgres.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ esac


# @ECLASS-VARIABLE: POSTGRES_COMPAT
# @DEFAULT_UNSET
# @DESCRIPTION:
# A Bash array containing a list of compatible PostgreSQL slots as
# defined by the developer. If declared, must be declared before
# inheriting this eclass. Example: POSTGRES_COMPAT=( 9.4 9.{5,6} )

# @ECLASS-VARIABLE: POSTGRES_USEDEP
# @DEFAULT_UNSET
# @DESCRIPTION:
# Add the 2-Style and/or 4-Style use dependencies without brackets to be used
# for POSTGRES_DEP. If declared, must be done before inheriting this eclass.
Expand Down Expand Up @@ -114,7 +116,6 @@ postgres_new_user() {
}

# @FUNCTION: postgres_pkg_setup
# @REQUIRED
# @USAGE: postgres_pkg_setup
# @DESCRIPTION:
# Initialize environment variable(s) according to the best
Expand Down

0 comments on commit caaa568

Please sign in to comment.