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

(-)lgrind-3.67-r2.ebuild.old (-3 / +3 lines)
Lines 12-23 Link Here
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="x86 ppc amd64 ~sparc"
13
KEYWORDS="x86 ppc amd64 ~sparc"
14
S=${WORKDIR}/${PN}
14
S=${WORKDIR}/${PN}
15
LGRINDEF=${TEXMF}/tex/latex/${PN}
15
16
16
src_compile() {
17
src_compile() {
17
18
	latex-package_src_compile
18
	latex-package_src_compile
19
	cd ${S}/source
19
	cd ${S}/source
20
	emake || die "Error compiling lgrind executable"
20
	VERSION=${PV} DEFSFILE="${LGRINDEF}/lgrindef" emake || die "Error compiling lgrind executable"
21
21
22
}
22
}
23
23
Lines 28-34 Link Here
28
28
29
	# then the texmf stuff
29
	# then the texmf stuff
30
	latex-package_src_install
30
	latex-package_src_install
31
	insinto /usr/share/texmf/tex/latex/${PN}
31
	insinto ${TEXMF}/tex/latex/${PN}
32
	doins lgrindef
32
	doins lgrindef
33
33
34
	insinto /etc/env.d
34
	insinto /etc/env.d

Return to bug 112143