diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-07 16:34:51 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-07 16:34:51 +0000 |
commit | 00e77be66b589b75ccf1e89916c46008d3106406 (patch) | |
tree | 640dfe18da69812c74419277418998a6e7bdcbef /games-sports/torcs | |
parent | stable for x86 (diff) | |
download | gentoo-2-00e77be66b589b75ccf1e89916c46008d3106406.tar.gz gentoo-2-00e77be66b589b75ccf1e89916c46008d3106406.tar.bz2 gentoo-2-00e77be66b589b75ccf1e89916c46008d3106406.zip |
old
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-sports/torcs')
-rw-r--r-- | games-sports/torcs/files/digest-torcs-1.2.1 | 6 | ||||
-rw-r--r-- | games-sports/torcs/files/digest-torcs-1.2.3 | 1 | ||||
-rw-r--r-- | games-sports/torcs/torcs-1.2.1.ebuild | 46 | ||||
-rw-r--r-- | games-sports/torcs/torcs-1.2.3.ebuild | 42 |
4 files changed, 0 insertions, 95 deletions
diff --git a/games-sports/torcs/files/digest-torcs-1.2.1 b/games-sports/torcs/files/digest-torcs-1.2.1 deleted file mode 100644 index 0783de019ec0..000000000000 --- a/games-sports/torcs/files/digest-torcs-1.2.1 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 5e43742b252f1e96f8d93da82b8f9fbb TORCS-1.2.1-src.tgz 2098335 -MD5 b7c8729b122d1a3bc1fc563783828d12 TORCS-1.2.1-data.tgz 10269614 -MD5 afb991a29f875e2030f2ad24d82d2c22 TORCS-1.2.1-data-tracks-base.tgz 8412930 -MD5 1b96f6f9eedda8d1857f9bd112664ab6 TORCS-1.2.1-data-cars-extra.tgz 1454800 -MD5 dddb6ffec22c15a9f8c60d0c69a806cf TORCS-1.2.1-data-cars-Patwo-Design.tgz 1024834 -MD5 f21e4e88c2d6982efb28798d02b1c491 TORCS-1.2.1-src-robots-base.tgz 1573904 diff --git a/games-sports/torcs/files/digest-torcs-1.2.3 b/games-sports/torcs/files/digest-torcs-1.2.3 deleted file mode 100644 index ca15a9d65809..000000000000 --- a/games-sports/torcs/files/digest-torcs-1.2.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 459007a30be48232afe45e198125fe95 torcs-1.2.3.tar.bz2 91853975 diff --git a/games-sports/torcs/torcs-1.2.1.ebuild b/games-sports/torcs/torcs-1.2.1.ebuild deleted file mode 100644 index 28f3a14f12a0..000000000000 --- a/games-sports/torcs/torcs-1.2.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.2.1.ebuild,v 1.5 2004/07/14 15:00:18 agriffis Exp $ - -inherit games - -DESCRIPTION="The Open Racing Car Simulator" -HOMEPAGE="http://torcs.org/" -SRC_URI="mirror://sourceforge/torcs/TORCS-${PV}-src.tgz - mirror://sourceforge/torcs/TORCS-${PV}-data.tgz - mirror://sourceforge/torcs/TORCS-${PV}-data-tracks-base.tgz - mirror://sourceforge/torcs/TORCS-${PV}-data-cars-extra.tgz - mirror://sourceforge/torcs/TORCS-${PV}-data-cars-Patwo-Design.tgz - mirror://sourceforge/torcs/TORCS-${PV}-src-robots-base.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -RDEPEND=">=media-libs/plib-1.6 - virtual/opengl - virtual/glut - media-libs/libpng - sys-libs/zlib" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" - -src_compile() { - sed -i "/^instdir =/s:=.*:= ${GAMES_DATADIR}/${PN}:" Make-config.in - egamesconf \ - --libdir=${GAMES_LIBDIR}/${PN} \ - || die - env HOME=${T} emake -j1 || die -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dosed "s:DEFAULT_RUNTIME=.*:DEFAULT_RUNTIME=${GAMES_DATADIR}/${PN}:" \ - "${GAMES_BINDIR}/torcs" - mv ${WORKDIR}/{cars,categories,data,menu,tracks} \ - "${D}/${GAMES_DATADIR}/${PN}/" - dodoc README.linux - dohtml *.html *.png - prepgamesdirs -} diff --git a/games-sports/torcs/torcs-1.2.3.ebuild b/games-sports/torcs/torcs-1.2.3.ebuild deleted file mode 100644 index 5d17daace554..000000000000 --- a/games-sports/torcs/torcs-1.2.3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.2.3.ebuild,v 1.1 2005/07/17 07:17:04 vapier Exp $ - -inherit 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/libpng - sys-libs/zlib" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e "/^datadir =/s:=.*:= ${GAMES_DATADIR}/${PN}:" \ - Make-config.in \ - || die "sed Make-config.in failed" -} - -src_compile() { - egamesconf --x-libraries=/usr/lib || die - emake -j1 || die -} - -src_install() { - make DESTDIR="${D}" install datainstall || die "make install failed" - dosed "s:DATADIR=.*:DATADIR=${GAMES_DATADIR}/${PN}:" ${GAMES_BINDIR}/torcs - dodoc README.linux - dohtml *.html *.png - prepgamesdirs -} |