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

Collapse All | Expand All

(-)cyphesis-0.6.0.ebuild.orig (-2 / +6 lines)
Lines 2-10 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/games-server/cyphesis/cyphesis-0.6.0.ebuild,v 1.1 2012/11/13 02:53:50 mr_bones_ Exp $
3
# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/cyphesis-0.6.0.ebuild,v 1.1 2012/11/13 02:53:50 mr_bones_ Exp $
4
4
5
EAPI=2
5
EAPI=5
6
PYTHON_DEPEND=2
6
PYTHON_DEPEND=2
7
inherit autotools python eutils games
7
inherit autotools eutils games python toolchain-funcs
8
8
9
DESCRIPTION="WorldForge server running small games"
9
DESCRIPTION="WorldForge server running small games"
10
HOMEPAGE="http://worldforge.org/dev/eng/servers/cyphesis"
10
HOMEPAGE="http://worldforge.org/dev/eng/servers/cyphesis"
Lines 47-52 Link Here
47
		--localstatedir=/var
47
		--localstatedir=/var
48
}
48
}
49
49
50
src_compile() {
51
	emake AR="$(tc-getAR)"
52
}
53
50
src_install() {
54
src_install() {
51
	emake DESTDIR="${D}" confbackupdir="/usr/share/doc/${PF}/conf" \
55
	emake DESTDIR="${D}" confbackupdir="/usr/share/doc/${PF}/conf" \
52
		install || die
56
		install || die

Return to bug 447346