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

Collapse All | Expand All

(-)mira-3.2.0.ebuild (-6 / +9 lines)
Lines 21-26 Link Here
21
CDEPEND=">=dev-libs/boost-1.41.0-r3"
21
CDEPEND=">=dev-libs/boost-1.41.0-r3"
22
DEPEND="${CDEPEND}
22
DEPEND="${CDEPEND}
23
	dev-libs/expat"
23
	dev-libs/expat"
24
24
RDEPEND="${CDEPEND}"
25
RDEPEND="${CDEPEND}"
25
26
26
src_prepare() {
27
src_prepare() {
Lines 38-51 Link Here
38
39
39
src_compile() {
40
src_compile() {
40
	base_src_compile
41
	base_src_compile
41
	# TODO: resolve docbook incompatibility for building docs
42
	#if use doc; then emake -C doc clean docs || die; fi
43
}
42
}
44
43
45
src_install() {
44
src_install() {
46
	einstall || die
45
	einstall || die
47
	dodoc AUTHORS GETTING_STARTED NEWS README* HELP_WANTED THANKS INSTALL
46
}
48
	find doc/docs/man -type f | xargs doman
47
49
	find doc/docs/texinfo -type f | xargs doinfo
48
pkg_postinst() {
50
	dobin "${WORKDIR}"/3rdparty/{sff_extract,qual2ball,*.pl}
49
	einfo
50
	einfo "Documentation is not built"
51
	einfo "For the latest Documentation visit:"
52
	einfo "http://mira-assembler.sourceforge.net/docs/DefinitiveGuideToMIRA.html"
53
	einfo
51
}
54
}

Return to bug 340419