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 | 9d0bf484b9884a1984def15d5bceb4dd4b51f764 (patch) | |
tree | d43d949e7f83371fc74c38776b1d91ccdaa27f4b /games-sports | |
parent | stable for x86 (diff) | |
download | historical-9d0bf484b9884a1984def15d5bceb4dd4b51f764.tar.gz historical-9d0bf484b9884a1984def15d5bceb4dd4b51f764.tar.bz2 historical-9d0bf484b9884a1984def15d5bceb4dd4b51f764.zip |
old
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/torcs/Manifest | 4 | ||||
-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 |
5 files changed, 0 insertions, 99 deletions
diff --git a/games-sports/torcs/Manifest b/games-sports/torcs/Manifest index 94ddc75cafc3..37d32a52ef6b 100644 --- a/games-sports/torcs/Manifest +++ b/games-sports/torcs/Manifest @@ -1,10 +1,6 @@ MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 125c19e6b9889e10e9782bbd327c1d02 torcs-1.2.3.ebuild 974 MD5 76968f94b4deb2295f5205fb0318752c torcs-1.2.4.ebuild 1095 MD5 8f2a47f244f76762f7e0fa36a2dee428 ChangeLog 2159 MD5 fffbf3e75c353b0eaa63846b0148fa3e torcs-1.2.2.ebuild 2149 -MD5 0e6e9a3aee3d146a749a1457a87f7391 torcs-1.2.1.ebuild 1342 MD5 b85e0df5b41ce02ced5db2128a159a6a files/digest-torcs-1.2.4 67 -MD5 f1cf989071a4da657bd3a2a1412e8bc7 files/digest-torcs-1.2.1 448 -MD5 f9c3d5ae44d825094b2f38e057c5a967 files/digest-torcs-1.2.3 66 MD5 ed4ac123405f9d16d8e88fe36d37bcd6 files/digest-torcs-1.2.2 1394 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 -} |