summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-04-21 21:27:10 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-04-21 21:27:10 +0000
commit54f6791bf689367cbe16b8a2568a912532f64fdc (patch)
tree232681818d55d4cf3332239f53b0c1e161349a32 /games-sports/stormbaancoureur
parentAdded a patch for gcc 4.3 compatibility as kindly provided by Marek Vavrusa o... (diff)
downloadgentoo-2-54f6791bf689367cbe16b8a2568a912532f64fdc.tar.gz
gentoo-2-54f6791bf689367cbe16b8a2568a912532f64fdc.tar.bz2
gentoo-2-54f6791bf689367cbe16b8a2568a912532f64fdc.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-sports/stormbaancoureur')
-rw-r--r--games-sports/stormbaancoureur/stormbaancoureur-2.1.2.ebuild50
-rw-r--r--games-sports/stormbaancoureur/stormbaancoureur-2.1.3.ebuild50
2 files changed, 0 insertions, 100 deletions
diff --git a/games-sports/stormbaancoureur/stormbaancoureur-2.1.2.ebuild b/games-sports/stormbaancoureur/stormbaancoureur-2.1.2.ebuild
deleted file mode 100644
index c4a4232ba9be..000000000000
--- a/games-sports/stormbaancoureur/stormbaancoureur-2.1.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/stormbaancoureur/stormbaancoureur-2.1.2.ebuild,v 1.1 2008/03/11 19:47:58 mr_bones_ Exp $
-
-inherit eutils toolchain-funcs games
-
-DESCRIPTION="Simulated obstacle course for automobiles"
-HOMEPAGE="http://www.sturmbahnfahrer.com/"
-SRC_URI="http://bram.creative4vision.nl/stormbaancoureur/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="virtual/opengl
- virtual/glu
- virtual/glut
- >=dev-games/ode-0.8
- >=media-libs/plib-1.8.4
- media-libs/alsa-lib"
-
-S=${WORKDIR}/${P}/src-${PN}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- sed -i \
- -e "/dirprefix \?=\"/s:=.*: = \"${GAMES_DATADIR}/${PN}\";:" main.cxx \
- || die "sed failed"
-
- sed -i \
- -e "/^CXX/s:g++:$(tc-getCXX):" \
- -e '/^CXXFLAGS=/s/=/ += -DGL_GLEXT_PROTOTYPES /' \
- -e '/DGAMEVERSION/s:\\::' \
- -e '/Wall/d' \
- -e '/^LFLAGS=/s:=:= $(LDFLAGS) :' \
- -e 's:$(ODEPREFIX)/lib/libode.a:-lode:' \
- Makefile || die "sed failed"
-}
-
-src_install() {
- dogamesbin ${PN} || die "dogamesbin failed"
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r images/ models/ sounds/ shaders/ || die "doins failed"
- dodoc JOYSTICKS README TODO
- make_desktop_entry ${PN} "Stormbaan Coureur"
- prepgamesdirs
-}
diff --git a/games-sports/stormbaancoureur/stormbaancoureur-2.1.3.ebuild b/games-sports/stormbaancoureur/stormbaancoureur-2.1.3.ebuild
deleted file mode 100644
index b89a0b5c66e7..000000000000
--- a/games-sports/stormbaancoureur/stormbaancoureur-2.1.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/stormbaancoureur/stormbaancoureur-2.1.3.ebuild,v 1.1 2008/03/23 07:03:07 mr_bones_ Exp $
-
-inherit eutils toolchain-funcs games
-
-DESCRIPTION="Simulated obstacle course for automobiles"
-HOMEPAGE="http://www.sturmbahnfahrer.com/"
-SRC_URI="http://bram.creative4vision.nl/stormbaancoureur/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="virtual/opengl
- virtual/glu
- virtual/glut
- >=dev-games/ode-0.8
- >=media-libs/plib-1.8.4
- media-libs/alsa-lib"
-
-S=${WORKDIR}/${P}/src-${PN}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- sed -i \
- -e "/dirprefix \?=\"/s:=.*: = \"${GAMES_DATADIR}/${PN}\";:" main.cxx \
- || die "sed failed"
-
- sed -i \
- -e "/^CXX/s:g++:$(tc-getCXX):" \
- -e '/^CXXFLAGS=/s/=/ += -DGL_GLEXT_PROTOTYPES /' \
- -e '/DGAMEVERSION/s:\\::' \
- -e '/Wall/d' \
- -e '/^LFLAGS=/s:=:= $(LDFLAGS) :' \
- -e 's:$(ODEPREFIX)/lib/libode.a:-lode:' \
- Makefile || die "sed failed"
-}
-
-src_install() {
- dogamesbin ${PN} || die "dogamesbin failed"
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r images/ models/ sounds/ shaders/ || die "doins failed"
- dodoc JOYSTICKS README TODO
- make_desktop_entry ${PN} "Stormbaan Coureur"
- prepgamesdirs
-}