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

(-)cjk-latex-4.8.2.ebuild.orig (-7 / +5 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/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v 1.10 2012/05/09 16:48:34 aballier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v 1.10 2012/05/09 16:48:34 aballier Exp $
4
4
5
EAPI=3
5
EAPI=4
6
6
7
inherit latex-package elisp-common toolchain-funcs multilib eutils autotools
7
inherit latex-package elisp-common toolchain-funcs multilib eutils autotools
8
8
Lines 17-23 Link Here
17
17
18
LICENSE="GPL-2"
18
LICENSE="GPL-2"
19
SLOT="0"
19
SLOT="0"
20
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
20
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
21
IUSE="doc emacs"
21
IUSE="doc emacs"
22
22
23
DEPEND="virtual/latex-base
23
DEPEND="virtual/latex-base
Lines 52-59 Link Here
52
		cd -
52
		cd -
53
	done
53
	done
54
	cd hbf2gf
54
	cd hbf2gf
55
	econf --with-kpathsea-lib=/usr/$(get_libdir) \
55
	econf --with-kpathsea-lib="${EPREFIX}"/usr/$(get_libdir) \
56
		--with-kpathsea-include=/usr/include/kpathsea
56
		--with-kpathsea-include="${EPREFIX}"/usr/include/kpathsea
57
}
57
}
58
58
59
src_compile() {
59
src_compile() {
Lines 141-147 Link Here
141
	doins -r texmf/* || die "installing texmf failed"
141
	doins -r texmf/* || die "installing texmf failed"
142
142
143
	# Move fonts because hbf2gf expects them in MISCFONTS
143
	# Move fonts because hbf2gf expects them in MISCFONTS
144
	mv "${D}/${TEXMF}/fonts/hbf" "${D}/${TEXMF}/fonts/misc" || die "mv font failed"
144
	mv "${ED}/${TEXMF}/fonts/hbf" "${ED}/${TEXMF}/fonts/misc" || die "mv font failed"
145
145
146
	insinto ${TEXMF}/hbf2gf
146
	insinto ${TEXMF}/hbf2gf
147
	doins utils/hbf2gf/cfg/*
147
	doins utils/hbf2gf/cfg/*
Lines 158-163 Link Here
158
	fi
158
	fi
159
	docinto uwpatch
159
	docinto uwpatch
160
	dodoc uwpatch/README
160
	dodoc uwpatch/README
161
162
	prepalldocs
163
}
161
}

Return to bug 427840