Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 6969 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/bin/qpkg (-3 / +3 lines)
Lines 369-377 Link Here
369
			if [ ${verb} -gt 0 ]; then
369
			if [ ${verb} -gt 0 ]; then
370
				cat
370
				cat
371
			else
371
			else
372
				sed -e "s:\(^obj \)\([^ ]*\)\(.*$\):\1${BR}\2${NO}:;
372
				perl -ne 'print "$1\n" if /^obj (.*) (\S+) (\d+)\s*$/; 
373
				        s:\(^sym \)\([^ ]*\)\( -> \)\([^ ]*\)\(.*$\):\1${CY}\2${NO}\3\4:;
373
					  print "$1\n" if /^sym (.*) -> .*$/;
374
				        s:\(^dir \)\([^ ]*\)\(.*$\):\1${YL}\2${NO}:"
374
					  print "$1\n" if /^dir (.*)$/;'
375
			fi
375
			fi
376
		fi
376
		fi
377
377

Return to bug 6969