Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 362717

Summary: libbash doesn't handle vim-doc.eclass well
Product: Gentoo Hosted Projects Reporter: Mu Qiao (RETIRED) <qiaomuf>
Component: libbashAssignee: Petteri Räty (RETIRED) <betelgeuse>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mu Qiao (RETIRED) gentoo-dev 2011-04-09 13:24:06 UTC
The following script can't be interpreted:
update_vim_helptags() {
	for d in "${EROOT%/}"/usr/share/vim/vim[0-9]*; do
		[[ -d "$d/doc" ]] || continue	# catch a failed glob

		# Remove links, and possibly remove stale dirs
		find $d/doc -name \*.txt -type l | while read s; do
			[[ $(readlink "$s") = $vimfiles/* ]] && rm -f "$s"
		done
	done
}
Comment 1 Pacho Ramos gentoo-dev 2018-01-25 17:54:40 UTC
Developer retired (and his mail address is not active anymore)