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

(-)a/cvsps-2.1.ebuild (-1 / +5 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/cvsps/cvsps-2.1.ebuild,v 1.19 2008/06/10 18:17:10 armin76 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsps/cvsps-2.1.ebuild,v 1.19 2008/06/10 18:17:10 armin76 Exp $
4
4
5
inherit eutils
5
inherit eutils toolchain-funcs
6
6
7
MY_P="${P/_/}"
7
MY_P="${P/_/}"
8
DESCRIPTION="Generates patchset information from a CVS repository"
8
DESCRIPTION="Generates patchset information from a CVS repository"
Lines 24-29 Link Here
24
	epatch "${FILESDIR}"/${P}-build.patch
24
	epatch "${FILESDIR}"/${P}-build.patch
25
}
25
}
26
26
27
src_compile() {
28
	emake CC="$(tc-getCC)" || die "emake failed"
29
}
30
27
src_install() {
31
src_install() {
28
	dobin cvsps || die
32
	dobin cvsps || die
29
	doman cvsps.1
33
	doman cvsps.1

Return to bug 243992