diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-06 22:41:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-06 22:41:48 +0000 |
commit | 3eb204c905281ac2809057ec8456d1c214a6e9cd (patch) | |
tree | 176e24488d061ed9d7d38d1d653c77622e5495b5 /games-sports | |
parent | EAPI 5 (diff) | |
download | gentoo-2-3eb204c905281ac2809057ec8456d1c214a6e9cd.tar.gz gentoo-2-3eb204c905281ac2809057ec8456d1c214a6e9cd.tar.bz2 gentoo-2-3eb204c905281ac2809057ec8456d1c214a6e9cd.zip |
EAPI=5
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/stormbaancoureur/ChangeLog | 9 | ||||
-rw-r--r-- | games-sports/stormbaancoureur/stormbaancoureur-2.1.6.ebuild | 11 |
2 files changed, 12 insertions, 8 deletions
diff --git a/games-sports/stormbaancoureur/ChangeLog b/games-sports/stormbaancoureur/ChangeLog index fca06fbde73d..9474ad2b111f 100644 --- a/games-sports/stormbaancoureur/ChangeLog +++ b/games-sports/stormbaancoureur/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-sports/stormbaancoureur -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/stormbaancoureur/ChangeLog,v 1.20 2012/05/17 06:14:09 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-sports/stormbaancoureur/ChangeLog,v 1.21 2015/02/06 22:41:48 mr_bones_ Exp $ + + 06 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> + stormbaancoureur-2.1.6.ebuild: + EAPI=5 17 May 2012; Michael Sterrett <mr_bones_@gentoo.org> files/stormbaancoureur-2.1.6-gentoo.patch: @@ -105,4 +109,3 @@ 24 Aug 2007; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml, +stormbaancoureur-1.5.2.ebuild: package renamed from sturmbahnfahrer - diff --git a/games-sports/stormbaancoureur/stormbaancoureur-2.1.6.ebuild b/games-sports/stormbaancoureur/stormbaancoureur-2.1.6.ebuild index e072ae073c80..1701363c9942 100644 --- a/games-sports/stormbaancoureur/stormbaancoureur-2.1.6.ebuild +++ b/games-sports/stormbaancoureur/stormbaancoureur-2.1.6.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/stormbaancoureur/stormbaancoureur-2.1.6.ebuild,v 1.4 2012/02/20 17:57:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/stormbaancoureur/stormbaancoureur-2.1.6.ebuild,v 1.5 2015/02/06 22:41:48 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit eutils games DESCRIPTION="Simulated obstacle course for automobiles" @@ -20,6 +20,7 @@ DEPEND="virtual/opengl >=dev-games/ode-0.8 >=media-libs/plib-1.8.4 media-libs/alsa-lib" +RDEPEND=${DEPEND} S=${WORKDIR}/${P}/src-${PN} @@ -29,9 +30,9 @@ src_prepare() { } src_install() { - dogamesbin ${PN} || die + dogamesbin ${PN} insinto "${GAMES_DATADIR}"/${PN} - doins -r images/ models/ sounds/ shaders/ || die + doins -r images/ models/ sounds/ shaders/ dodoc JOYSTICKS README TODO make_desktop_entry ${PN} "Stormbaan Coureur" prepgamesdirs |