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

(-)file_not_specified_in_diff (-3 / +6 lines)
Line  Link Here
0
-- powder-115.ebuild
0
++ powder-116.ebuild
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/games-roguelike/powder/powder-115.ebuild,v 1.3 2011/05/23 12:04:25 tomka Exp $
3
# $Header: /var/cvsroot/gentoo-x86/games-roguelike/powder/powder-115.ebuild,v 1.3 2011/05/23 12:04:25 tomka Exp $
4
4
5
EAPI=2
5
EAPI=3
6
6
inherit flag-o-matic games
7
inherit flag-o-matic games
7
8
8
MY_P=${P/-/}_src
9
MY_P=${P/-/}_src
Lines 17-28 Link Here
17
IUSE=""
18
IUSE=""
18
19
19
DEPEND="media-libs/libsdl[video]"
20
DEPEND="media-libs/libsdl[video]"
21
RDEPEND="${DEPEND}"
20
22
21
S=${WORKDIR}/${MY_P}
23
S=${WORKDIR}/${MY_P}
22
24
23
src_compile() {
25
src_compile() {
24
	append-cxxflags -DCHANGE_WORK_DIRECTORY
26
	append-cxxflags -DCHANGE_WORK_DIRECTORY
25
	emake -j1 -C port/linux || die
27
	emake -C port/linux premake || die
28
	emake -C port/linux powder || die
26
}
29
}
27
30
28
src_install() {
31
src_install() {

Return to bug 394127