tupone 15/01/04 15:03:11 Modified: gav-0.9.0.ebuild ChangeLog Log: EAPI 5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.6 games-arcade/gav/gav-0.9.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/gav/gav-0.9.0.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/gav/gav-0.9.0.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/gav/gav-0.9.0.ebuild?r1=1.5&r2=1.6 Index: gav-0.9.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/gav/gav-0.9.0.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gav-0.9.0.ebuild 12 Oct 2010 15:54:35 -0000 1.5 +++ gav-0.9.0.ebuild 4 Jan 2015 15:03:11 -0000 1.6 @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/gav/gav-0.9.0.ebuild,v 1.5 2010/10/12 15:54:35 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/gav/gav-0.9.0.ebuild,v 1.6 2015/01/04 15:03:11 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils games DESCRIPTION="GPL Arcade Volleyball" @@ -25,6 +25,7 @@ DEPEND="media-libs/sdl-image[jpeg,png] media-libs/sdl-net media-libs/libsdl[joystick,video]" +RDEPEND="${DEPEND}" src_prepare() { local d @@ -53,17 +54,17 @@ src_compile() { # bug #41530 - doesn't like the hot parallel make action. - emake -C automa || die "emake failed" - emake -C menu || die "emake failed" - emake -C net || die "emake failed" - emake || die "emake failed" + emake -C automa + emake -C menu + emake -C net + emake } src_install() { dodir "${GAMES_BINDIR}" - emake ROOT="${D}" install || die "emake install failed" + emake ROOT="${D}" install insinto "${GAMES_DATADIR}"/${PN} - doins -r sounds || die "doins failed" + doins -r sounds dodoc CHANGELOG README prepgamesdirs } 1.16 games-arcade/gav/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/gav/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/gav/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/gav/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/gav/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 12 Oct 2010 13:16:59 -0000 1.15 +++ ChangeLog 4 Jan 2015 15:03:11 -0000 1.16 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/gav -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/gav/ChangeLog,v 1.15 2010/10/12 13:16:59 tupone Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/gav/ChangeLog,v 1.16 2015/01/04 15:03:11 tupone Exp $ + + 04 Jan 2015; Tupone Alfredo <[email protected]> gav-0.9.0.ebuild: + EAPI 5 12 Oct 2010; Tupone Alfredo <[email protected]> gav-0.9.0.ebuild, +files/gav-0.9.0-ldflags.patch:
