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

(-)/usr/portage/sys-devel/automake/automake-1.10.ebuild (-4 / +5 lines)
Lines 27-32 Link Here
27
	sed -i \
27
	sed -i \
28
		-e "s|: (automake)| v${SLOT}: (automake${SLOT})|" \
28
		-e "s|: (automake)| v${SLOT}: (automake${SLOT})|" \
29
		doc/automake.texi || die "sed failed"
29
		doc/automake.texi || die "sed failed"
30
	mv doc/automake{,${SLOT}}.texi
31
	sed -i \
32
		-e "s:automake.info:automake${SLOT}.info:" \
33
		-e "s:automake.texi:automake${SLOT}.texi:" \
34
		doc/Makefile.in || die "sed on Makefile.in failed"
30
	export WANT_AUTOCONF=2.5
35
	export WANT_AUTOCONF=2.5
31
}
36
}
32
37
Lines 41-50 Link Here
41
		doman ${x}-${SLOT}.1
46
		doman ${x}-${SLOT}.1
42
		rm -f "${D}"/usr/bin/${x}
47
		rm -f "${D}"/usr/bin/${x}
43
	done
48
	done
44
	cd "${D}"/usr/share/info || die
45
	for x in *.info* ; do
46
		mv "${x}" "${x/${PN}/${PN}${SLOT}}" || die
47
	done
48
49
49
	# remove all config.guess and config.sub files replacing them
50
	# remove all config.guess and config.sub files replacing them
50
	# w/a symlink to a specific gnuconfig version
51
	# w/a symlink to a specific gnuconfig version

Return to bug 183697