summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2007-07-25 14:35:46 +0000
committerTristan Heaven <nyhm@gentoo.org>2007-07-25 14:35:46 +0000
commit232d4ee9164379675110fd535b442ab7ddc17231 (patch)
tree0d84e5996b5dd9a4104aeb20d83aec62710391e8 /games-sports/torcs
parentfix a few more places that need a -${CTARGET} postfix, add a --debug option, ... (diff)
downloadgentoo-2-232d4ee9164379675110fd535b442ab7ddc17231.tar.gz
gentoo-2-232d4ee9164379675110fd535b442ab7ddc17231.tar.bz2
gentoo-2-232d4ee9164379675110fd535b442ab7ddc17231.zip
rm old version
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'games-sports/torcs')
-rw-r--r--games-sports/torcs/files/digest-torcs-1.2.4-r13
-rw-r--r--games-sports/torcs/files/torcs-1.2.4-freealut.patch11
-rw-r--r--games-sports/torcs/files/torcs-1.2.4-gcc41.patch11
-rw-r--r--games-sports/torcs/torcs-1.2.4-r1.ebuild53
4 files changed, 0 insertions, 78 deletions
diff --git a/games-sports/torcs/files/digest-torcs-1.2.4-r1 b/games-sports/torcs/files/digest-torcs-1.2.4-r1
deleted file mode 100644
index 296eb9707e7c..000000000000
--- a/games-sports/torcs/files/digest-torcs-1.2.4-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 f8727358323bd92537f10167bda4ee5f torcs-1.2.4.tar.bz2 112020278
-RMD160 4337589c8a5d84a84dccbe75c20d7831d876b322 torcs-1.2.4.tar.bz2 112020278
-SHA256 2b836a6f99947fa1a4a32ebd9b85f62ca109cde0e58b2326a3f94ef619f66249 torcs-1.2.4.tar.bz2 112020278
diff --git a/games-sports/torcs/files/torcs-1.2.4-freealut.patch b/games-sports/torcs/files/torcs-1.2.4-freealut.patch
deleted file mode 100644
index e6cd8b874668..000000000000
--- a/games-sports/torcs/files/torcs-1.2.4-freealut.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/modules/graphic/ssggraph/Makefile
-+++ src/modules/graphic/ssggraph/Makefile
-@@ -24,7 +24,7 @@
-
- MODULEDIR = modules/graphic
-
--LIBS = -lplibsl -lplibsm -lplibsg -lplibssg -lplibul -lplibssgaux -lopenal
-+LIBS = -lplibsl -lplibsm -lplibsg -lplibssg -lplibul -lplibssgaux -lopenal -lalut
-
- SHIPDIR = config
-
diff --git a/games-sports/torcs/files/torcs-1.2.4-gcc41.patch b/games-sports/torcs/files/torcs-1.2.4-gcc41.patch
deleted file mode 100644
index 35dd039eb9bd..000000000000
--- a/games-sports/torcs/files/torcs-1.2.4-gcc41.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/modules/graphic/ssggraph/grscreen.h.old 2006-05-23 20:46:59.000000000 +0200
-+++ src/modules/graphic/ssggraph/grscreen.h 2006-05-23 20:47:14.000000000 +0200
-@@ -78,7 +78,7 @@
-
- void update(tSituation *s, float Fps);
-
-- void cGrScreen::camDraw(tSituation *s);
-+ void camDraw(tSituation *s);
-
- void updateCurrent(tSituation *s);
-
diff --git a/games-sports/torcs/torcs-1.2.4-r1.ebuild b/games-sports/torcs/torcs-1.2.4-r1.ebuild
deleted file mode 100644
index 10c58d6adb8e..000000000000
--- a/games-sports/torcs/torcs-1.2.4-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.2.4-r1.ebuild,v 1.6 2006/12/06 20:22:43 wolf31o2 Exp $
-
-inherit eutils games
-
-DESCRIPTION="The Open Racing Car Simulator"
-HOMEPAGE="http://torcs.org/"
-SRC_URI="mirror://sourceforge/torcs/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=">=media-libs/plib-1.8.3
- virtual/opengl
- virtual/glut
- media-libs/openal
- media-libs/freealut
- media-libs/libpng
- sys-libs/zlib"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-freealut.patch \
- "${FILESDIR}/${P}"-gcc41.patch
- sed -i \
- -e "s:/games::" \
- Make-config.in \
- src/linux/torcs.in \
- src/tools/trackgen/trackgen.in \
- src/tools/nfs2ac/nfs2ac.in \
- src/tools/accc/accc.in \
- src/tools/texmapper/texmapper.in \
- src/tools/nfsperf/nfsperf.in \
- || die "sed failed"
-}
-
-src_compile() {
- egamesconf \
- --disable-dependency-tracking \
- --x-libraries=/usr/lib || die
- emake -j1 || die
-}
-
-src_install() {
- make DESTDIR="${D}" install datainstall || die "make install failed"
- dodoc README.linux
- dohtml *.html *.png
- prepgamesdirs
-}