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

(-)xbase-2.0.0.ebuild.orig (-5 / +4 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2010 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
# $Header: /var/cvsroot/gentoo-x86/dev-db/xbase/xbase-2.0.0.ebuild,v 1.18 2009/01/10 19:04:23 halcy0n Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-db/xbase/xbase-2.0.0.ebuild,v 1.18 2009/01/10 19:04:23 halcy0n Exp $
4
4
Lines 28-38 Link Here
28
28
29
src_install() {
29
src_install() {
30
	base_src_install
30
	base_src_install
31
	dodoc AUTHORS COPYING Changelog INSTALL NEWS README TODO
31
	dodoc AUTHORS ChangeLog NEWS README TODO || die
32
	if use doc; then
32
	if use doc; then
33
		rm html/Makefile*
33
		dohtml html/* || die
34
		dohtml html/*
35
		insinto /usr/share/doc/${PF}/examples
34
		insinto /usr/share/doc/${PF}/examples
36
		doins examples/*.cpp examples/Makefile.95
35
		doins examples/{*.cpp,examples.ide,makefile.g95} || die
37
	fi
36
	fi
38
}
37
}

Return to bug 298599