diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-08 22:12:34 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-08 22:12:34 +0000 |
commit | 00934e84b2b4fa00680884955cb59644d596f9f4 (patch) | |
tree | a417ae4639f24b9c235c8f08772acf1ae27d8947 /games-sports/stormbaancoureur | |
parent | version bump (diff) | |
download | gentoo-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.ebuild | 48 | ||||
-rw-r--r-- | games-sports/stormbaancoureur/stormbaancoureur-2.0.2.ebuild | 50 |
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 -} |