--- perl-5.8.0-r10.ebuild.orig 2003-04-19 03:46:52.000000000 -0700 +++ perl-5.8.0-r10.ebuild 2003-04-19 03:46:58.000000000 -0700 @@ -129,7 +129,6 @@ ewarn "that compile against perl. You use threading at " ewarn "your own discretion. " ewarn "" - sleep 10 fi if [ "${PN}" = "perl" -a ! -f /usr/lib/${LIBPERL} ] @@ -256,7 +255,6 @@ installsitelib=\`echo \$installsitelib | sed "s!\$prefix!\$installprefix!"\` installsitearch=\`echo \$installsitearch | sed "s!\$prefix!\$installprefix!"\` EOF -sleep 10 sh Configure -des \ -Darchname="${myarch}" \ -Dcc='gcc' \ @@ -349,7 +347,7 @@ dodoc Changes* Artistic Copying README Todo* AUTHORS - if [ "${PN}" = "perl" ] + if [ "${PN}" = "perl" && "`use docs`" ] then # HTML Documentation # We expect errors, warnings, and such with the following. @@ -451,9 +449,6 @@ eerror "the problem, please check http://bugs.gentoo.org/" eerror "for more information or to report a bug." eerror "" - sleep 5 - eerror "" - fi }