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

(-)oesch-20080712.ebuild (-1 / +7 lines)
Lines 1-7 Link Here
1
# Copyright 1999-2018 Gentoo Foundation
1
# Copyright 1999-2018 Gentoo Foundation
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
3
4
EAPI=0
4
EAPI=7
5
5
6
inherit latex-package
6
inherit latex-package
7
7
Lines 24-29 Link Here
24
24
25
S=${WORKDIR}/${PN}
25
S=${WORKDIR}/${PN}
26
26
27
src_prepare() {
28
	default
29
	sed -i.orig -e '/usepackage{oesch/a\\\usepackage[latin9]{inputenc}' \
30
	    example.tex beispiel.tex
31
}
32
27
src_install() {
33
src_install() {
28
	export VARTEXFONTS="${T}/fonts"
34
	export VARTEXFONTS="${T}/fonts"
29
	latex-package_src_install
35
	latex-package_src_install

Return to bug 688006