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

Collapse All | Expand All

(-)/usr/portage/dev-util/cogito/cogito-0.17.3.ebuild (-1 / +3 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-util/cogito/cogito-0.17.3.ebuild,v 1.9 2006/08/19 18:13:01 tove Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-util/cogito/cogito-0.17.3.ebuild,v 1.9 2006/08/19 18:13:01 tove Exp $
4
4
5
inherit eutils
5
inherit eutils bash-completion
6
6
7
MY_PV=${PV//_/}
7
MY_PV=${PV//_/}
8
8
Lines 47-52 Link Here
47
	dodir /usr/share/doc/${PF}/{,html,contrib}
47
	dodir /usr/share/doc/${PF}/{,html,contrib}
48
	cp "${SDOC}"/html/* "${D}"/usr/share/doc/${PF}/html
48
	cp "${SDOC}"/html/* "${D}"/usr/share/doc/${PF}/html
49
	cp "${S}"/contrib/* "${D}"/usr/share/doc/${PF}/contrib
49
	cp "${S}"/contrib/* "${D}"/usr/share/doc/${PF}/contrib
50
51
	dobashcompletion "${S}"/contrib/cg-completion.bash ${PN}
50
}
52
}
51
53
52
src_test() {
54
src_test() {

Return to bug 158315