mr_bones_ 15/02/05 20:10:33 Modified: excido-0.1.5c-r2.ebuild ChangeLog Log: use epatch; tidy (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.6 games-arcade/excido/excido-0.1.5c-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/excido/excido-0.1.5c-r2.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/excido/excido-0.1.5c-r2.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/excido/excido-0.1.5c-r2.ebuild?r1=1.5&r2=1.6 Index: excido-0.1.5c-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/excido/excido-0.1.5c-r2.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- excido-0.1.5c-r2.ebuild 4 Jan 2015 14:52:08 -0000 1.5 +++ excido-0.1.5c-r2.ebuild 5 Feb 2015 20:10:33 -0000 1.6 @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/excido/excido-0.1.5c-r2.ebuild,v 1.5 2015/01/04 14:52:08 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/excido/excido-0.1.5c-r2.ebuild,v 1.6 2015/02/05 20:10:33 mr_bones_ Exp $ EAPI=5 -inherit games +inherit eutils games DESCRIPTION="A fast paced action game" HOMEPAGE="http://icculus.org/excido/" @@ -21,8 +21,13 @@ media-libs/sdl-image[png] media-libs/openal media-libs/freealut" -RDEPEND="${DEPEND}" -PATCHES=( "${FILESDIR}"/${P}-freealut.patch "${FILESDIR}"/${P}-build.patch ) +RDEPEND=${DEPEND} + +src_prepare() { + epatch \ + "${FILESDIR}"/${P}-freealut.patch \ + "${FILESDIR}"/${P}-build.patch +} src_compile() { emake DATADIR="${GAMES_DATADIR}"/${PN}/ 1.22 games-arcade/excido/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/excido/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/excido/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/excido/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/excido/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 4 Jan 2015 14:52:08 -0000 1.21 +++ ChangeLog 5 Feb 2015 20:10:33 -0000 1.22 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/excido # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/excido/ChangeLog,v 1.21 2015/01/04 14:52:08 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/excido/ChangeLog,v 1.22 2015/02/05 20:10:33 mr_bones_ Exp $ + + 05 Feb 2015; Michael Sterrett <[email protected]> excido-0.1.5c-r2.ebuild: + use epatch; tidy 04 Jan 2015; Tupone Alfredo <[email protected]> excido-0.1.5c-r2.ebuild: EAPI 5 @@ -82,4 +85,3 @@ 24 Aug 2003; Michael Sterrett <[email protected]> excido-0.1.2.ebuild: initial commit (bug 27205) -
