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

Collapse All | Expand All

(-)Manifest (-3 / +5 lines)
Lines 1-8 Link Here
1
MD5 ae337ca66ac1faff5e04f560510525a1 ChangeLog 933
1
MD5 ae337ca66ac1faff5e04f560510525a1 ChangeLog 933
2
MD5 e6a47d0eb77a856da0425c03e079d79d axiom-3.9.ebuild 2631
2
MD5 89a525a7281abca48480fd4289bcfb85 axiom-9999.ebuild 2630
3
MD5 89a525a7281abca48480fd4289bcfb85 axiom-9999.ebuild 2630
3
MD5 e49bb02132d2cd74ad4e6ee291e102d9 metadata.xml 220
4
MD5 6f8b8d7059dc8f178213d2839cd07232 axiom-3.9.ebuild 2407
5
MD5 5e0239b67a06d3ea02047349b2e48e0d files/digest-axiom-3.9 69
4
MD5 5e0239b67a06d3ea02047349b2e48e0d files/digest-axiom-3.9 69
5
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-axiom-9999 0
6
MD5 d258cd9bae8894176e8b19f6062392f4 files/gcl-2.6.7.fix-configure.in-gentoo.Makefile.patch 1073
7
MD5 e309d0438c4dbaf7883c48c5f12275b4 files/gcl-2.6.7.fix-configure.in-gentoo.patch.input 1227
6
MD5 84829d019c500de4d62b6f0e79fa9e0f files/gcl-2.6.7.fix-out-of-build-root-compile.Makefile.patch 1422
8
MD5 84829d019c500de4d62b6f0e79fa9e0f files/gcl-2.6.7.fix-out-of-build-root-compile.Makefile.patch 1422
7
MD5 43fa5bf93354597104a9752dea29743f files/gcl-2.6.7.fix-out-of-build-root-compile.patch.input 843
9
MD5 43fa5bf93354597104a9752dea29743f files/gcl-2.6.7.fix-out-of-build-root-compile.patch.input 843
8
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-axiom-9999 0
10
MD5 e49bb02132d2cd74ad4e6ee291e102d9 metadata.xml 220
(-)axiom-3.9.ebuild (+2 lines)
Lines 33-39 Link Here
33
33
34
	# Fix gcl so the "real" Axiom can compile code after we're out of the chroot
34
	# Fix gcl so the "real" Axiom can compile code after we're out of the chroot
35
	cp ${FILESDIR}/gcl-2.6.7.fix-out-of-build-root-compile.patch.input ${S}/zips/gcl-2.6.7.fix-out-of-build-root-compile.patch
35
	cp ${FILESDIR}/gcl-2.6.7.fix-out-of-build-root-compile.patch.input ${S}/zips/gcl-2.6.7.fix-out-of-build-root-compile.patch
36
	cp ${FILESDIR}/gcl-2.6.7.fix-configure.in-gentoo.patch.input ${S}/zips/gcl-2.6.7.fix-configure.in-gentoo.patch
36
	epatch ${FILESDIR}/gcl-2.6.7.fix-out-of-build-root-compile.Makefile.patch || die 'Failed to patch the lsp pamphlet!'
37
	epatch ${FILESDIR}/gcl-2.6.7.fix-out-of-build-root-compile.Makefile.patch || die 'Failed to patch the lsp pamphlet!'
38
	epatch ${FILESDIR}/gcl-2.6.7.fix-configure.in-gentoo.Makefile.patch || die 'Failed to patch the lsp pamphlet!'
37
39
38
	# Sandbox happiness, fix noweb
40
	# Sandbox happiness, fix noweb
39
	cd ${WORKDIR}
41
	cd ${WORKDIR}

Return to bug 118633