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

(-)a/kpathsea/kpathsea-6.2.1_p20150521.ebuild (-1 / +6 lines)
Line 0 Link Here
1
diff -urN a/texk/kpathsea/Makefile.am b/texk/kpathsea/Makefile.am
2
--- a/texk/kpathsea/Makefile.am	2015-03-16 08:52:01.000000000 +0100
Lines 4-10 Link Here
4
4
5
EAPI=5
5
EAPI=5
6
6
7
inherit texlive-common eutils libtool prefix
7
inherit texlive-common autotools eutils libtool prefix
8
8
9
TEXMFD_VERSION="7"
9
TEXMFD_VERSION="7"
10
10
Lines 45-50 Link Here
45
	S="${WORKDIR}/texlive-${PV#*_p}-source" elibtoolize #sane .so versionning on gfbsd
45
	S="${WORKDIR}/texlive-${PV#*_p}-source" elibtoolize #sane .so versionning on gfbsd
46
	cp "${FILESDIR}/texmf-update-r1" "${S}"/texmf-update
46
	cp "${FILESDIR}/texmf-update-r1" "${S}"/texmf-update
47
	eprefixify "${S}"/texmf-update
47
	eprefixify "${S}"/texmf-update
48
	epatch "${FILESDIR}"/${P}-c-auto.patch
49
	( cd texk/kpathsea; eautoreconf; )
48
}
50
}
49
51
50
src_configure() {
52
src_configure() {
Lines 63-68 Link Here
63
src_install() {
65
src_install() {
64
	emake DESTDIR="${D}" web2cdir="${EPREFIX}/usr/share/texmf-dist/web2c" install
66
	emake DESTDIR="${D}" web2cdir="${EPREFIX}/usr/share/texmf-dist/web2c" install
65
	find "${D}" -name '*.la' -delete
67
	find "${D}" -name '*.la' -delete
68
	rmdir "${D}/usr/$(get_libdir)/kpathsea" 
66
69
67
	dodir /usr/share # just in case
70
	dodir /usr/share # just in case
68
	cp -pR "${WORKDIR}"/texmf-dist "${ED}/usr/share/" || die "failed to install texmf trees"
71
	cp -pR "${WORKDIR}"/texmf-dist "${ED}/usr/share/" || die "failed to install texmf trees"

Return to bug 560856