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

(-)perl-5.8.0-r10.ebuild.orig (-6 / +1 lines)
Lines 129-135 Link Here
129
		ewarn "that compile against perl. You use threading at "
129
		ewarn "that compile against perl. You use threading at "
130
		ewarn "your own discretion. "
130
		ewarn "your own discretion. "
131
		ewarn ""
131
		ewarn ""
132
		sleep 10
133
	fi
132
	fi
134
133
135
	if [ "${PN}" = "perl" -a ! -f /usr/lib/${LIBPERL} ]
134
	if [ "${PN}" = "perl" -a ! -f /usr/lib/${LIBPERL} ]
Lines 256-262 Link Here
256
installsitelib=\`echo \$installsitelib | sed "s!\$prefix!\$installprefix!"\`
255
installsitelib=\`echo \$installsitelib | sed "s!\$prefix!\$installprefix!"\`
257
installsitearch=\`echo \$installsitearch | sed "s!\$prefix!\$installprefix!"\`
256
installsitearch=\`echo \$installsitearch | sed "s!\$prefix!\$installprefix!"\`
258
EOF
257
EOF
259
sleep 10
260
		sh Configure -des \
258
		sh Configure -des \
261
			-Darchname="${myarch}" \
259
			-Darchname="${myarch}" \
262
			-Dcc='gcc' \
260
			-Dcc='gcc' \
Lines 349-355 Link Here
349
	
347
	
350
	dodoc Changes* Artistic Copying README Todo* AUTHORS
348
	dodoc Changes* Artistic Copying README Todo* AUTHORS
351
349
352
	if [ "${PN}" = "perl" ]
350
	if [ "${PN}" = "perl" && "`use docs`" ]
353
	then
351
	then
354
		# HTML Documentation
352
		# HTML Documentation
355
		# We expect errors, warnings, and such with the following. 
353
		# We expect errors, warnings, and such with the following. 
Lines 451-459 Link Here
451
		eerror "the problem, please check http://bugs.gentoo.org/"
449
		eerror "the problem, please check http://bugs.gentoo.org/"
452
		eerror "for more information or to report a bug."
450
		eerror "for more information or to report a bug."
453
		eerror ""
451
		eerror ""
454
		sleep 5
455
		eerror ""
456
		
457
	fi
452
	fi
458
}
453
}
459
454

Return to bug 16401