done
# @FUNCTION: dotnet_pkg_setup
-# @DESCRIPTION: This function set FRAMEWORK
+# @DESCRIPTION:
+# This function set FRAMEWORK.
dotnet_pkg_setup() {
for x in ${USE_DOTNET} ; do
case ${x} in
unset MONO_AOT_CACHE
# @FUNCTION: exbuild
-# @DESCRIPTION: run xbuild with Release configuration and configurated FRAMEWORK
+# @DESCRIPTION:
+# Run xbuild with Release configuration and configurated FRAMEWORK.
exbuild() {
elog "xbuild ""$@"" /p:Configuration=Release /tv:4.0 /p:TargetFrameworkVersion=v""${FRAMEWORK}"" || die"
xbuild "$@" /p:Configuration=Release /tv:4.0 /p:TargetFrameworkVersion=v"${FRAMEWORK}" || die
}
# @FUNCTION: egacinstall
-# @DESCRIPTION: install package to GAC
+# @DESCRIPTION:
+# Install package to GAC.
egacinstall() {
use !prefix && has "${EAPI:-0}" 0 1 2 && ED="${D}"
gacutil -i "${1}" \
}
# @FUNCTION: dotnet_multilib_comply
-# @DESCRIPTION: multilib comply
+# @DESCRIPTION:
+# multilib comply
dotnet_multilib_comply() {
use !prefix && has "${EAPI:-0}" 0 1 2 && ED="${D}"
local dir finddirs=() mv_command=${mv_command:-mv}
}
# @FUNCTION: mozconfig_init
-# @DESCRIPTION
+# @DESCRIPTION:
# Initialize mozilla configuration and populate with core settings.
# This should be called in src_configure before any other mozconfig_* functions.
mozconfig_init() {