Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 187212 | Differences between
and this patch

Collapse All | Expand All

(-)pspp-0.4.0.ebuild (-1 / +8 lines)
Lines 21-26 Link Here
21
21
22
# make check gave 39 failures of out 96 tests
22
# make check gave 39 failures of out 96 tests
23
RESTRICT="test"
23
RESTRICT="test"
24
SITEFILE=50${PN}-gentoo.el
24
25
25
src_compile() {
26
src_compile() {
26
	econf \
27
	econf \
Lines 32-37 Link Here
32
	if use doc; then
33
	if use doc; then
33
		emake html || die "emake html failed"
34
		emake html || die "emake html failed"
34
	fi
35
	fi
36
37
	use emacs && elisp-compile *.el
38
35
}
39
}
36
40
37
src_install() {
41
src_install() {
Lines 42-48 Link Here
42
	docinto examples && dodoc examples/{ChangeLog,descript.stat}
46
	docinto examples && dodoc examples/{ChangeLog,descript.stat}
43
47
44
	use doc && dohtml doc/pspp.html/*
48
	use doc && dohtml doc/pspp.html/*
45
	use emacs && elisp-site-file-install pspp-mode.el
49
	if use emacs; then
50
		elisp-install ${PN} *.el *.elc
51
		elisp-site-file-install "${FILESDIR}/${SITEFILE}"
52
	fi
46
}
53
}
47
54
48
pkg_postinst () {
55
pkg_postinst () {

Return to bug 187212