Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 532880
Collapse All | Expand All

(-)orig_subversion.eclass (-3 / +9 lines)
Lines 470-478 Link Here
470
	local target="${1}"
470
	local target="${1}"
471
	local key="${2}"
471
	local key="${2}"
472
472
473
	env LC_ALL=C svn info ${options} --username "${ESVN_USER}" --password "${ESVN_PASSWORD}" "${target}" \
473
   if [[ -n "${ESVN_USER}" ]]; then
474
		| grep -i "^${key}" \
474
   	env LC_ALL=C svn info ${options} --username "${ESVN_USER}" --password "${ESVN_PASSWORD}" "${target}" \
475
		| cut -d" " -f2-
475
	   	| grep -i "^${key}" \
476
		   | cut -d" " -f2-
477
   else
478
   	env LC_ALL=C svn info ${options} "${target}" \
479
	   	| grep -i "^${key}" \
480
		   | cut -d" " -f2-
481
   fi
476
}
482
}
477
483
478
## -- subversion__get_repository_uri() --------------------------------------- #
484
## -- subversion__get_repository_uri() --------------------------------------- #

Return to bug 532880