summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-11-23 00:58:28 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-11-23 00:58:28 +0000
commit25b17fb4b1fbab619e5979f6da202dc9a8bdd7ab (patch)
tree974415b90729cb81c7da5db553c54397a401c86b /games-sports
parentold (diff)
downloadhistorical-25b17fb4b1fbab619e5979f6da202dc9a8bdd7ab.tar.gz
historical-25b17fb4b1fbab619e5979f6da202dc9a8bdd7ab.tar.bz2
historical-25b17fb4b1fbab619e5979f6da202dc9a8bdd7ab.zip
old
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'games-sports')
-rw-r--r--games-sports/vdrift/Manifest12
-rw-r--r--games-sports/vdrift/vdrift-20090215.ebuild77
2 files changed, 0 insertions, 89 deletions
diff --git a/games-sports/vdrift/Manifest b/games-sports/vdrift/Manifest
index 80ee67c50c12..45c1ee7a84e8 100644
--- a/games-sports/vdrift/Manifest
+++ b/games-sports/vdrift/Manifest
@@ -1,16 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-DIST vdrift-2009-02-15-src.tar.bz2 487794929 RMD160 5fe2cedad56432af1339ed9045bd4a752b20525b SHA1 d4c56bb7e3e8f9c9d52c3d29513f3a0b4b0c8e92 SHA256 3a4a66487b476b049004e9e11b0893ade6ad4317979cf11a0613b48f34a5143a
DIST vdrift-2009-06-15-src.tar.bz2 502507126 RMD160 5ef735cc9a0c51612c59d51170bf50b7b8841b8d SHA1 b6fc35f1df7ca519e876d58d248924922c7e0eb5 SHA256 14c87f25e9dea2dc51f991a6c14e5f7122ec5b56df416327ba3ca383e20c11b9
-EBUILD vdrift-20090215.ebuild 1784 RMD160 32bc21810a5877789e7b6787a06d99fd45cecd6d SHA1 1673ef3ada62e7fa9a93b20542ef2fac0a8d47e7 SHA256 70c2d441482d87456ab4523b9e3c2e5e820f5653cc73d998f773018d729bf8b1
EBUILD vdrift-20090615.ebuild 1747 RMD160 3c9b107b5cab60c1cbd97da6a6c255951e861bb3 SHA1 1af26f50f692f1e2d15608fc3229c515912a2201 SHA256 e59e476242c46ebbcebdca9734978db73b734447794531e520232cb2de2d5dc4
MISC ChangeLog 1828 RMD160 c6c023a9b8b8ed43eb6eac3e7e6f155449db0d74 SHA1 31aa4ca78ff4c13d8c2a96a580d463aa0cd95a83 SHA256 4ed18eedc5ed20e49a922d2bd09cc20264bcf75687804a8fb391ea42bdee4c64
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.11 (GNU/Linux)
-
-iEYEARECAAYFAksGpLoACgkQkKaRLQcq0GJRqwCfd0eofFuUZhVNo9eJLcxrgU+M
-TuIAnixmsmvldzSGnTbWjWXvFoYtHzuQ
-=wp1P
------END PGP SIGNATURE-----
diff --git a/games-sports/vdrift/vdrift-20090215.ebuild b/games-sports/vdrift/vdrift-20090215.ebuild
deleted file mode 100644
index ae3ef4abcc59..000000000000
--- a/games-sports/vdrift/vdrift-20090215.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/vdrift/vdrift-20090215.ebuild,v 1.4 2009/06/01 13:03:39 maekke Exp $
-
-EAPI=2
-inherit eutils games
-
-MY_P=${PN}-${PV:0:4}-${PV:4:2}-${PV:6}
-DESCRIPTION="A driving simulation made with drift racing in mind"
-HOMEPAGE="http://vdrift.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.bz2"
-
-LICENSE="GPL-2 ZLIB"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="nls"
-
-RDEPEND="virtual/opengl
- virtual/glu
- media-libs/glew
- media-libs/libsdl[opengl,video]
- media-libs/openal
- media-libs/sdl-gfx
- media-libs/sdl-image[png]
- media-libs/sdl-net
- media-libs/libvorbis
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- dev-util/scons
- nls? ( sys-devel/gettext )"
-
-S=${WORKDIR}/${PN}-${PV:0:4}-${PV:4:2}-${PV:6:2}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- unpack ./bullet-2.73-sp1.tgz
-}
-
-src_prepare() {
- sed -i \
- -e "s/'-O1',\?//" \
- SConstruct \
- || die "sed failed"
-}
-
-src_compile() {
- local sconsopts=$(echo "${MAKEOPTS}" | sed -ne "/-j/ { s/.*\(-j[0-9]\+\).*/\1/; p }")
-
- scons \
- ${sconsopts} \
- NLS=$(use nls && echo 1 || echo 0) \
- destdir="${D}" \
- bindir="${GAMES_BINDIR}" \
- datadir="${GAMES_DATADIR}"/${PN} \
- localedir=/usr/share/locale \
- prefix= \
- use_binreloc=0 \
- release=1 \
- os_cc=1 \
- os_cxx=1 \
- os_cxxflags=1 \
- || die "scons failed"
-}
-
-src_install() {
- dogamesbin build/vdrift || die "dogamesbin failed"
- insinto "${GAMES_DATADIR}/${PN}"
- doins -r data/* || die "doins failed"
- newicon data/textures/icons/vdrift-64x64.png ${PN}.png
- make_desktop_entry ${PN} VDrift
- dodoc docs/*
- find "${D}" -name "SCon*" -exec rm \{\} +
- cd "${D}"
- keepdir $(find "${GAMES_DATADIR/\//}/${PN}" -type d -empty)
- prepgamesdirs
-}