summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-02-12 18:34:25 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-02-12 18:34:25 +0000
commitef9c5f0380f4946af501c142bd2fe7c8de002fa8 (patch)
treebf7e1de644666f700c82658685155e1f29b547e5
parentold (diff)
downloadgentoo-2-ef9c5f0380f4946af501c142bd2fe7c8de002fa8.tar.gz
gentoo-2-ef9c5f0380f4946af501c142bd2fe7c8de002fa8.tar.bz2
gentoo-2-ef9c5f0380f4946af501c142bd2fe7c8de002fa8.zip
old
(Portage version: 2.1.3.19)
-rw-r--r--games-sports/toycars/files/toycars-0.3.3-asneeded.patch10
-rw-r--r--games-sports/toycars/files/toycars-0.3.4-asneeded.patch10
-rw-r--r--games-sports/toycars/files/toycars-0.3.4-gentoo.patch11
-rw-r--r--games-sports/toycars/toycars-0.3.3.ebuild39
-rw-r--r--games-sports/toycars/toycars-0.3.4.ebuild38
5 files changed, 0 insertions, 108 deletions
diff --git a/games-sports/toycars/files/toycars-0.3.3-asneeded.patch b/games-sports/toycars/files/toycars-0.3.3-asneeded.patch
deleted file mode 100644
index a2a110b80e0b..000000000000
--- a/games-sports/toycars/files/toycars-0.3.3-asneeded.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/Makefile.am
-+++ src/Makefile.am
-@@ -13,6 +13,4 @@
- ./glf/libglf.a \
- ./MyFisix/libmyfisix.a \
- ./Scoobie/libscoobie.a \
-- ./tinyxml/libtinyxml.a
--
--toycars_LDFLAGS = @SDL_LIBS@ @GLU_LIBS@ @OpenAL_LIBS@
-+ ./tinyxml/libtinyxml.a @SDL_LIBS@ @GLU_LIBS@ @OpenAL_LIBS@
diff --git a/games-sports/toycars/files/toycars-0.3.4-asneeded.patch b/games-sports/toycars/files/toycars-0.3.4-asneeded.patch
deleted file mode 100644
index 4c6202883ab1..000000000000
--- a/games-sports/toycars/files/toycars-0.3.4-asneeded.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/Makefile.am.old 2007-11-08 20:40:14.000000000 +0100
-+++ src/Makefile.am 2007-11-08 20:40:38.000000000 +0100
-@@ -13,6 +13,4 @@
- ./glf/libglf.a \
- ./MyFisix/libmyfisix.a \
- ./Scoobie/libscoobie.a \
-- ./tinyxml/libtinyxml.a
--
--toycars_LDFLAGS = @SDL_LIBS@ @GLU_LIBS@ @FMOD_LIBS@
-+ ./tinyxml/libtinyxml.a @SDL_LIBS@ @GLU_LIBS@ @FMOD_LIBS@
diff --git a/games-sports/toycars/files/toycars-0.3.4-gentoo.patch b/games-sports/toycars/files/toycars-0.3.4-gentoo.patch
deleted file mode 100644
index 68e06a1229c5..000000000000
--- a/games-sports/toycars/files/toycars-0.3.4-gentoo.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.am.old 2007-11-08 21:09:54.000000000 +0100
-+++ src/Makefile.am 2007-11-08 21:13:18.000000000 +0100
-@@ -3,7 +3,7 @@
- bin_PROGRAMS = toycars
-
- AM_CXXFLAGS = -Wall @SDL_CFLAGS@ @GLU_CFLAGS@
--AM_CPPFLAGS = -I $(top_srcdir)/src/glf -I $(top_srcdir)/src/MyFisix -I $(top_srcdir)/src/Scoobie -I $(top_srcdir)/src/tinyxml
-+AM_CPPFLAGS = -I $(top_srcdir)/src/glf -I $(top_srcdir)/src/MyFisix -I $(top_srcdir)/src/Scoobie -I $(top_srcdir)/src/tinyxml -I/usr/include/fmodex
-
- toycars_SOURCES = CarGame.cpp RobotPlayer.cpp Player.cpp Wheel.cpp Kaboom.cpp PlayerBomb.cpp WheelSprite.cpp Minimap.cpp Startline.cpp main.cpp NeedleImage.cpp ToyCar.cpp PacejkaCurve.cpp Vehicle.cpp Menu.cpp TcPreferences.cpp HotPotatoGame.cpp KnockOutGame.cpp TrackEditor.cpp
-
diff --git a/games-sports/toycars/toycars-0.3.3.ebuild b/games-sports/toycars/toycars-0.3.3.ebuild
deleted file mode 100644
index cbb55dca8fe1..000000000000
--- a/games-sports/toycars/toycars-0.3.3.ebuild
+++ /dev/null
@@ -1,39 +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/toycars/toycars-0.3.3.ebuild,v 1.1 2007/05/22 16:08:03 nyhm Exp $
-
-inherit autotools eutils games
-
-DESCRIPTION="a physics based 2-D racer inspired by Micro Machines"
-HOMEPAGE="http://sourceforge.net/projects/toycars"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl
- media-libs/sdl-image
- media-libs/sdl-mixer
- media-libs/openal
- media-libs/freealut
- virtual/glu
- virtual/opengl"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-asneeded.patch
- AT_M4DIR=m4 eautoreconf
-}
-
-src_install() {
- dogamesbin src/${PN} || die "dogamesbin failed"
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r data || die "doins failed"
- newicon celica-render.png ${PN}.png
- make_desktop_entry ${PN} "Toy Cars"
- dodoc AUTHORS ChangeLog README TODO
- prepgamesdirs
-}
diff --git a/games-sports/toycars/toycars-0.3.4.ebuild b/games-sports/toycars/toycars-0.3.4.ebuild
deleted file mode 100644
index b4478f6bfe95..000000000000
--- a/games-sports/toycars/toycars-0.3.4.ebuild
+++ /dev/null
@@ -1,38 +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/toycars/toycars-0.3.4.ebuild,v 1.1 2007/11/08 20:30:52 tupone Exp $
-
-inherit autotools eutils games
-
-DESCRIPTION="a physics based 2-D racer inspired by Micro Machines"
-HOMEPAGE="http://sourceforge.net/projects/toycars"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl
- media-libs/sdl-image
- >=media-libs/fmod-4
- virtual/glu
- virtual/opengl"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-asneeded.patch \
- "${FILESDIR}"/${P}-gentoo.patch
- AT_M4DIR=m4 eautoreconf
-}
-
-src_install() {
- dogamesbin src/${PN} || die "dogamesbin failed"
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r data || die "doins failed"
- newicon celica-render.png ${PN}.png
- make_desktop_entry ${PN} "Toy Cars"
- dodoc AUTHORS ChangeLog README TODO
- prepgamesdirs
-}