summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-11-08 22:56:07 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-11-08 22:56:07 +0000
commit1c632828251c0aa560fb01a520cd00f37765c63a (patch)
tree86417e3a751724808d2d7afcdb57d062b8a0983b /games-sports
parentMarked stable on amd64 for bug #197799 (diff)
downloadgentoo-2-1c632828251c0aa560fb01a520cd00f37765c63a.tar.gz
gentoo-2-1c632828251c0aa560fb01a520cd00f37765c63a.tar.bz2
gentoo-2-1c632828251c0aa560fb01a520cd00f37765c63a.zip
old
(Portage version: 2.1.3.16)
Diffstat (limited to 'games-sports')
-rw-r--r--games-sports/toycars/files/digest-toycars-0.3.23
-rw-r--r--games-sports/toycars/files/toycars-0.3.2-asneeded.patch13
-rw-r--r--games-sports/toycars/toycars-0.3.2.ebuild39
3 files changed, 0 insertions, 55 deletions
diff --git a/games-sports/toycars/files/digest-toycars-0.3.2 b/games-sports/toycars/files/digest-toycars-0.3.2
deleted file mode 100644
index 1a54de905f57..000000000000
--- a/games-sports/toycars/files/digest-toycars-0.3.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 70821d80bfc103feeeb98afb409b73aa toycars-0.3.2.tar.gz 5042224
-RMD160 77e03965c42ed5e069c92f08da96e0c72c4b8510 toycars-0.3.2.tar.gz 5042224
-SHA256 46ca7231510eb3d8318933af93999d2ef3d762ae6e6d9db05287d59a70e14211 toycars-0.3.2.tar.gz 5042224
diff --git a/games-sports/toycars/files/toycars-0.3.2-asneeded.patch b/games-sports/toycars/files/toycars-0.3.2-asneeded.patch
deleted file mode 100644
index 8a74ddd92ec4..000000000000
--- a/games-sports/toycars/files/toycars-0.3.2-asneeded.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -ur toycars-0.3.2.orig/src/Makefile.am toycars-0.3.2/src/Makefile.am
---- toycars-0.3.2.orig/src/Makefile.am 2006-08-17 09:49:48.000000000 +0300
-+++ toycars-0.3.2/src/Makefile.am 2007-03-27 00:17:47.000000000 +0300
-@@ -13,6 +13,6 @@
- ./glf/libglf.a \
- ./MyFisix/libmyfisix.a \
- ./Scoobie/libscoobie.a \
-- ./tinyxml/libtinyxml.a
--
--toycars_LDFLAGS = @SDL_LIBS@ @GLU_LIBS@
-+ ./tinyxml/libtinyxml.a \
-+ @SDL_LIBS@ \
-+ @GLU_LIBS@
diff --git a/games-sports/toycars/toycars-0.3.2.ebuild b/games-sports/toycars/toycars-0.3.2.ebuild
deleted file mode 100644
index 72b5e3df4373..000000000000
--- a/games-sports/toycars/toycars-0.3.2.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.2.ebuild,v 1.5 2007/04/02 19:48:47 tupone Exp $
-
-WANT_AUTOMAKE="1.6"
-
-inherit autotools eutils games
-
-DESCRIPTION="a physics based 2-D racer inspired by Micromachines"
-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
- virtual/glu
- virtual/opengl"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-asneeded.patch
- eautomake
-}
-
-src_install() {
- dogamesbin src/${PN} || die "Failed installing ${PN} executable"
- insinto "${GAMES_DATADIR}/${PN}"
- doins -r data || die "installing data failed"
-
- dodoc AUTHORS ChangeLog README TODO
-
- prepgamesdirs
-}