--- /usr/portage/sys-devel/automake/automake-1.10.ebuild 2007-01-20 00:36:24.000000000 +0100 +++ ./automake-1.10.ebuild 2007-06-30 03:36:56.000000000 +0200 @@ -27,6 +27,11 @@ sed -i \ -e "s|: (automake)| v${SLOT}: (automake${SLOT})|" \ doc/automake.texi || die "sed failed" + mv doc/automake{,${SLOT}}.texi + sed -i \ + -e "s:automake.info:automake${SLOT}.info:" \ + -e "s:automake.texi:automake${SLOT}.texi:" \ + doc/Makefile.in || die "sed on Makefile.in failed" export WANT_AUTOCONF=2.5 } @@ -41,10 +46,6 @@ doman ${x}-${SLOT}.1 rm -f "${D}"/usr/bin/${x} done - cd "${D}"/usr/share/info || die - for x in *.info* ; do - mv "${x}" "${x/${PN}/${PN}${SLOT}}" || die - done # remove all config.guess and config.sub files replacing them # w/a symlink to a specific gnuconfig version