summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-02-08 22:12:34 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-02-08 22:12:34 +0000
commit00934e84b2b4fa00680884955cb59644d596f9f4 (patch)
treea417ae4639f24b9c235c8f08772acf1ae27d8947 /games-sports/stormbaancoureur
parentversion bump (diff)
downloadgentoo-2-00934e84b2b4fa00680884955cb59644d596f9f4.tar.gz
gentoo-2-00934e84b2b4fa00680884955cb59644d596f9f4.tar.bz2
gentoo-2-00934e84b2b4fa00680884955cb59644d596f9f4.zip
old
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-sports/stormbaancoureur')
-rw-r--r--games-sports/stormbaancoureur/stormbaancoureur-1.5.3.ebuild48
-rw-r--r--games-sports/stormbaancoureur/stormbaancoureur-2.0.2.ebuild50
2 files changed, 0 insertions, 98 deletions
diff --git a/games-sports/stormbaancoureur/stormbaancoureur-1.5.3.ebuild b/games-sports/stormbaancoureur/stormbaancoureur-1.5.3.ebuild
deleted file mode 100644
index c4b9c162003f..000000000000
--- a/games-sports/stormbaancoureur/stormbaancoureur-1.5.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/stormbaancoureur/stormbaancoureur-1.5.3.ebuild,v 1.1 2007/10/14 05:53:57 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 "s:g++:$(tc-getCXX):" \
- -e "/OBJS=/i CXXFLAGS=${CXXFLAGS} -I../src-common" \
- -e "/OBJS=/i LFLAGS=${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/ || die "doins failed"
- dodoc JOYSTICKS README TODO
- make_desktop_entry ${PN} "Stormbaan Coureur"
- prepgamesdirs
-}
diff --git a/games-sports/stormbaancoureur/stormbaancoureur-2.0.2.ebuild b/games-sports/stormbaancoureur/stormbaancoureur-2.0.2.ebuild
deleted file mode 100644
index 0ef4d414e6d8..000000000000
--- a/games-sports/stormbaancoureur/stormbaancoureur-2.0.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.0.2.ebuild,v 1.1 2008/01/07 03:27:27 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
-}