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

(-)openfoam-2.2.0.ebuild.orig (-4 / +2 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sci-libs/openfoam/openfoam-2.2.0.ebuild,v 1.2 2013/05/15 06:36:22 patrick Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sci-libs/openfoam/openfoam-2.2.0.ebuild,v 1.2 2013/05/15 06:36:22 patrick Exp $
4
4
5
EAPI="2"
5
EAPI="5"
6
6
7
inherit eutils versionator multilib toolchain-funcs
7
inherit eutils versionator multilib toolchain-funcs
8
8
Lines 98-106 Link Here
98
	# not sure if this is useful
98
	# not sure if this is useful
99
	#doins -r src
99
	#doins -r src
100
100
101
	insinto ${INSDIR}/lib
101
	insinto ${INSDIR}
102
	doins -r lib/*
103
104
	insopts -m0755
102
	insopts -m0755
105
	doins -r bin applications platforms wmake
103
	doins -r bin applications platforms wmake
106
104

Return to bug 463538