diff options
Diffstat (limited to 'games-arcade/spacerider')
-rw-r--r-- | games-arcade/spacerider/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/spacerider/spacerider-0.13.ebuild | 11 |
2 files changed, 11 insertions, 8 deletions
diff --git a/games-arcade/spacerider/ChangeLog b/games-arcade/spacerider/ChangeLog index bec97d66773b..bda49d1d8114 100644 --- a/games-arcade/spacerider/ChangeLog +++ b/games-arcade/spacerider/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/spacerider -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/spacerider/ChangeLog,v 1.3 2008/03/20 00:44:16 nyhm Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/spacerider/ChangeLog,v 1.4 2009/10/14 20:25:43 mr_bones_ Exp $ + + 14 Oct 2009; Michael Sterrett <mr_bones_@gentoo.org> + spacerider-0.13.ebuild: + EAPI=2 20 Mar 2008; Tristan Heaven <nyhm@gentoo.org> spacerider-0.13.ebuild: Add ~amd64 keyword diff --git a/games-arcade/spacerider/spacerider-0.13.ebuild b/games-arcade/spacerider/spacerider-0.13.ebuild index 2413384699a8..a11dc27e6d6b 100644 --- a/games-arcade/spacerider/spacerider-0.13.ebuild +++ b/games-arcade/spacerider/spacerider-0.13.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/spacerider/spacerider-0.13.ebuild,v 1.4 2008/03/20 00:44:16 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/spacerider/spacerider-0.13.ebuild,v 1.5 2009/10/14 20:25:43 mr_bones_ Exp $ +EAPI=2 inherit eutils games DESCRIPTION="space-shooter written in C++, using the SDL" @@ -15,13 +16,11 @@ IUSE="" DEPEND="media-libs/sdl-gfx media-libs/sdl-mixer - media-libs/sdl-image + media-libs/sdl-image[jpeg] media-libs/sdl-net media-libs/sdl-ttf" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}/${P}"-gentoo.patch \ "${FILESDIR}/${P}"-gcc41.patch sed -i \ |