public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-sports/torcs: ChangeLog torcs-1.3.1.ebuild
@ 2008-12-20  4:43 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2008-12-20  4:43 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    08/12/20 04:43:51

  Modified:             ChangeLog
  Added:                torcs-1.3.1.ebuild
  Log:
  version bump
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.26                 games-sports/torcs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	5 Sep 2008 23:13:30 -0000	1.25
+++ ChangeLog	20 Dec 2008 04:43:51 -0000	1.26
@@ -1,6 +1,12 @@
 # ChangeLog for games-sports/torcs
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.25 2008/09/05 23:13:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.26 2008/12/20 04:43:51 mr_bones_ Exp $
+
+*torcs-1.3.1 (20 Dec 2008)
+
+  20 Dec 2008; Michael Sterrett <mr_bones_@gentoo.org>
+  +files/torcs-1.3.1-as-needed.patch, +torcs-1.3.1.ebuild:
+  version bump
 
   05 Sep 2008; Michael Sterrett <mr_bones_@gentoo.org>
   +files/torcs-1.3.0-as-needed.patch, torcs-1.3.0.ebuild:



1.1                  games-sports/torcs/torcs-1.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?rev=1.1&content-type=text/plain

Index: torcs-1.3.1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.1 2008/12/20 04:43:51 mr_bones_ Exp $

inherit autotools eutils multilib games

DESCRIPTION="The Open Racing Car Simulator"
HOMEPAGE="http://torcs.sourceforge.net/"
SRC_URI="mirror://sourceforge/torcs/${P}.tar.bz2"

LICENSE="GPL-2 FreeArt"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=media-libs/plib-1.8.4
	virtual/opengl
	virtual/glu
	virtual/glut
	media-libs/openal
	media-libs/freealut
	media-libs/libpng
	x11-libs/libXrandr
	x11-libs/libXt"
DEPEND="${RDEPEND}
	x11-proto/xf86vidmodeproto"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch \
		"${FILESDIR}"/${P}-as-needed.patch
	eautoreconf
	ecvs_clean
}

src_compile() {
	egamesconf \
		--disable-dependency-tracking \
		--datadir="${GAMES_DATADIR_BASE}" \
		--x-libraries=/usr/$(get_libdir) \
		--enable-xrandr \
		|| die
	emake -j1 || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install datainstall || die "emake install failed"
	newicon Ticon.png ${PN}.png
	make_desktop_entry ${PN} TORCS
	dodoc README doc/history/history.txt
	doman doc/man/*.6
	dohtml -r doc/faq/faq.html doc/tutorials doc/userman
	prepgamesdirs
}






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-sports/torcs: ChangeLog torcs-1.3.1.ebuild
@ 2009-01-08 22:52 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-01-08 22:52 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/01/08 22:52:51

  Modified:             ChangeLog torcs-1.3.1.ebuild
  Log:
  parallel make doesn't work with install either (bug #251797)
  (Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)

Revision  Changes    Path
1.27                 games-sports/torcs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	20 Dec 2008 04:43:51 -0000	1.26
+++ ChangeLog	8 Jan 2009 22:52:51 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for games-sports/torcs
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.26 2008/12/20 04:43:51 mr_bones_ Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.27 2009/01/08 22:52:51 mr_bones_ Exp $
+
+  08 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> torcs-1.3.1.ebuild:
+  parallel make doesn't work with install either (bug #251797)
 
 *torcs-1.3.1 (20 Dec 2008)
 



1.2                  games-sports/torcs/torcs-1.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?r1=1.1&r2=1.2

Index: torcs-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- torcs-1.3.1.ebuild	20 Dec 2008 04:43:51 -0000	1.1
+++ torcs-1.3.1.ebuild	8 Jan 2009 22:52:51 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.1 2008/12/20 04:43:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.2 2009/01/08 22:52:51 mr_bones_ Exp $
 
 inherit autotools eutils multilib games
 
@@ -45,7 +45,7 @@
 }
 
 src_install() {
-	emake DESTDIR="${D}" install datainstall || die "emake install failed"
+	emake -j1 DESTDIR="${D}" install datainstall || die "emake install failed"
 	newicon Ticon.png ${PN}.png
 	make_desktop_entry ${PN} TORCS
 	dodoc README doc/history/history.txt






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-sports/torcs: ChangeLog torcs-1.3.1.ebuild
@ 2009-07-24  1:33 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-07-24  1:33 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/07/24 01:33:22

  Modified:             ChangeLog torcs-1.3.1.ebuild
  Log:
  EAPI=2
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.28                 games-sports/torcs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	8 Jan 2009 22:52:51 -0000	1.27
+++ ChangeLog	24 Jul 2009 01:33:22 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for games-sports/torcs
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.27 2009/01/08 22:52:51 mr_bones_ Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.28 2009/07/24 01:33:22 mr_bones_ Exp $
+
+  24 Jul 2009; Michael Sterrett <mr_bones_@gentoo.org> torcs-1.3.1.ebuild:
+  EAPI=2
 
   08 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> torcs-1.3.1.ebuild:
   parallel make doesn't work with install either (bug #251797)



1.3                  games-sports/torcs/torcs-1.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?r1=1.2&r2=1.3

Index: torcs-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- torcs-1.3.1.ebuild	8 Jan 2009 22:52:51 -0000	1.2
+++ torcs-1.3.1.ebuild	24 Jul 2009 01:33:22 -0000	1.3
@@ -1,7 +1,8 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.2 2009/01/08 22:52:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.3 2009/07/24 01:33:22 mr_bones_ Exp $
 
+EAPI=2
 inherit autotools eutils multilib games
 
 DESCRIPTION="The Open Racing Car Simulator"
@@ -25,22 +26,22 @@
 DEPEND="${RDEPEND}
 	x11-proto/xf86vidmodeproto"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch \
 		"${FILESDIR}"/${P}-as-needed.patch
 	eautoreconf
 	ecvs_clean
 }
 
-src_compile() {
+src_configure() {
 	egamesconf \
 		--disable-dependency-tracking \
 		--datadir="${GAMES_DATADIR_BASE}" \
 		--x-libraries=/usr/$(get_libdir) \
-		--enable-xrandr \
-		|| die
+		--enable-xrandr
+}
+
+src_compile() {
 	emake -j1 || die "emake failed"
 }
 






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-sports/torcs: ChangeLog torcs-1.3.1.ebuild
@ 2009-08-01 17:02 Markus Meier (maekke)
  0 siblings, 0 replies; 11+ messages in thread
From: Markus Meier (maekke) @ 2009-08-01 17:02 UTC (permalink / raw
  To: gentoo-commits

maekke      09/08/01 17:02:47

  Modified:             ChangeLog torcs-1.3.1.ebuild
  Log:
  amd64/x86 stable, bug #278888
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.29                 games-sports/torcs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	24 Jul 2009 01:33:22 -0000	1.28
+++ ChangeLog	1 Aug 2009 17:02:47 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for games-sports/torcs
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.28 2009/07/24 01:33:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.29 2009/08/01 17:02:47 maekke Exp $
+
+  01 Aug 2009; Markus Meier <maekke@gentoo.org> torcs-1.3.1.ebuild:
+  amd64/x86 stable, bug #278888
 
   24 Jul 2009; Michael Sterrett <mr_bones_@gentoo.org> torcs-1.3.1.ebuild:
   EAPI=2



1.4                  games-sports/torcs/torcs-1.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?r1=1.3&r2=1.4

Index: torcs-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- torcs-1.3.1.ebuild	24 Jul 2009 01:33:22 -0000	1.3
+++ torcs-1.3.1.ebuild	1 Aug 2009 17:02:47 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.3 2009/07/24 01:33:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.4 2009/08/01 17:02:47 maekke Exp $
 
 EAPI=2
 inherit autotools eutils multilib games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 FreeArt"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=media-libs/plib-1.8.4






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-sports/torcs: ChangeLog torcs-1.3.1.ebuild
@ 2009-10-29 13:10 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 11+ messages in thread
From: Alfredo Tupone (tupone) @ 2009-10-29 13:10 UTC (permalink / raw
  To: gentoo-commits

tupone      09/10/29 13:10:28

  Modified:             ChangeLog torcs-1.3.1.ebuild
  Log:
  Fix detection of plib (Sandbox violation) Bug #290839
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.30                 games-sports/torcs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	1 Aug 2009 17:02:47 -0000	1.29
+++ ChangeLog	29 Oct 2009 13:10:28 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for games-sports/torcs
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.29 2009/08/01 17:02:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.30 2009/10/29 13:10:28 tupone Exp $
+
+  29 Oct 2009; Tupone Alfredo <tupone@gentoo.org> torcs-1.3.1.ebuild:
+  Fix detection of plib (Sandbox violation) Bug #290839 by matt
 
   01 Aug 2009; Markus Meier <maekke@gentoo.org> torcs-1.3.1.ebuild:
   amd64/x86 stable, bug #278888



1.5                  games-sports/torcs/torcs-1.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?r1=1.4&r2=1.5

Index: torcs-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- torcs-1.3.1.ebuild	1 Aug 2009 17:02:47 -0000	1.4
+++ torcs-1.3.1.ebuild	29 Oct 2009 13:10:28 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.4 2009/08/01 17:02:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.5 2009/10/29 13:10:28 tupone Exp $
 
 EAPI=2
 inherit autotools eutils multilib games
@@ -34,6 +34,7 @@
 }
 
 src_configure() {
+	addpredict /dev/snd/controlC0
 	egamesconf \
 		--disable-dependency-tracking \
 		--datadir="${GAMES_DATADIR_BASE}" \






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-sports/torcs: ChangeLog torcs-1.3.1.ebuild
@ 2010-04-26 23:15 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-04-26 23:15 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/04/26 23:15:15

  Modified:             ChangeLog torcs-1.3.1.ebuild
  Log:
  increase predict for bug #317375
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.31                 games-sports/torcs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	29 Oct 2009 13:10:28 -0000	1.30
+++ ChangeLog	26 Apr 2010 23:15:15 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for games-sports/torcs
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.30 2009/10/29 13:10:28 tupone Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.31 2010/04/26 23:15:15 mr_bones_ Exp $
+
+  26 Apr 2010; Michael Sterrett <mr_bones_@gentoo.org> torcs-1.3.1.ebuild:
+  increase predict for bug #317375
 
   29 Oct 2009; Tupone Alfredo <tupone@gentoo.org> torcs-1.3.1.ebuild:
   Fix detection of plib (Sandbox violation) Bug #290839 by matt



1.6                  games-sports/torcs/torcs-1.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?r1=1.5&r2=1.6

Index: torcs-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- torcs-1.3.1.ebuild	29 Oct 2009 13:10:28 -0000	1.5
+++ torcs-1.3.1.ebuild	26 Apr 2010 23:15:15 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.5 2009/10/29 13:10:28 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.6 2010/04/26 23:15:15 mr_bones_ Exp $
 
 EAPI=2
 inherit autotools eutils multilib games
@@ -34,7 +34,8 @@
 }
 
 src_configure() {
-	addpredict /dev/snd/controlC0
+	addpredict /dev/snd/controlC?
+	[[ -e /dev/dsp ]] && addpredict /dev/dsp
 	egamesconf \
 		--disable-dependency-tracking \
 		--datadir="${GAMES_DATADIR_BASE}" \






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-sports/torcs: ChangeLog torcs-1.3.1.ebuild
@ 2010-05-02 16:39 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-05-02 16:39 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/05/02 16:39:51

  Modified:             ChangeLog torcs-1.3.1.ebuild
  Log:
  work around addpredict's odd path thing
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.32                 games-sports/torcs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	26 Apr 2010 23:15:15 -0000	1.31
+++ ChangeLog	2 May 2010 16:39:50 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for games-sports/torcs
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.31 2010/04/26 23:15:15 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.32 2010/05/02 16:39:50 mr_bones_ Exp $
+
+  02 May 2010; Michael Sterrett <mr_bones_@gentoo.org> torcs-1.3.1.ebuild:
+  work around addpredict's odd path thing
 
   26 Apr 2010; Michael Sterrett <mr_bones_@gentoo.org> torcs-1.3.1.ebuild:
   increase predict for bug #317375



1.7                  games-sports/torcs/torcs-1.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?r1=1.6&r2=1.7

Index: torcs-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- torcs-1.3.1.ebuild	26 Apr 2010 23:15:15 -0000	1.6
+++ torcs-1.3.1.ebuild	2 May 2010 16:39:51 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.6 2010/04/26 23:15:15 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.7 2010/05/02 16:39:51 mr_bones_ Exp $
 
 EAPI=2
 inherit autotools eutils multilib games
@@ -34,7 +34,7 @@
 }
 
 src_configure() {
-	addpredict /dev/snd/controlC?
+	addpredict $(echo /dev/snd/controlC? | sed 's/ /:/g')
 	[[ -e /dev/dsp ]] && addpredict /dev/dsp
 	egamesconf \
 		--disable-dependency-tracking \






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-sports/torcs: ChangeLog torcs-1.3.1.ebuild
@ 2010-09-16 17:52 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 11+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-09-16 17:52 UTC (permalink / raw
  To: gentoo-commits

scarabeus    10/09/16 17:52:51

  Modified:             ChangeLog torcs-1.3.1.ebuild
  Log:
  virtual/glut -> media-libs/glut
  
  (Portage version: 2.2_rc83/cvs/Linux x86_64)

Revision  Changes    Path
1.33                 games-sports/torcs/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/torcs/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	2 May 2010 16:39:50 -0000	1.32
+++ ChangeLog	16 Sep 2010 17:52:51 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for games-sports/torcs
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.32 2010/05/02 16:39:50 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.33 2010/09/16 17:52:51 scarabeus Exp $
+
+  16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> torcs-1.3.1.ebuild:
+  virtual/glut -> media-libs/glut
 
   02 May 2010; Michael Sterrett <mr_bones_@gentoo.org> torcs-1.3.1.ebuild:
   work around addpredict's odd path thing



1.8                  games-sports/torcs/torcs-1.3.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?r1=1.7&r2=1.8

Index: torcs-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- torcs-1.3.1.ebuild	2 May 2010 16:39:51 -0000	1.7
+++ torcs-1.3.1.ebuild	16 Sep 2010 17:52:51 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.7 2010/05/02 16:39:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.8 2010/09/16 17:52:51 scarabeus Exp $
 
 EAPI=2
 inherit autotools eutils multilib games
@@ -17,7 +17,7 @@
 RDEPEND=">=media-libs/plib-1.8.4
 	virtual/opengl
 	virtual/glu
-	virtual/glut
+	media-libs/freeglut
 	media-libs/openal
 	media-libs/freealut
 	media-libs/libpng






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-sports/torcs: ChangeLog torcs-1.3.1.ebuild
@ 2011-05-30  1:57 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-05-30  1:57 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/05/30 01:57:46

  Modified:             ChangeLog torcs-1.3.1.ebuild
  Log:
  add patch for building with libpng from wrstwssr@yahoo.com via bug #369231
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.34                 games-sports/torcs/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/torcs/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	16 Sep 2010 17:52:51 -0000	1.33
+++ ChangeLog	30 May 2011 01:57:46 -0000	1.34
@@ -1,6 +1,10 @@
 # ChangeLog for games-sports/torcs
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.33 2010/09/16 17:52:51 scarabeus Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.34 2011/05/30 01:57:46 mr_bones_ Exp $
+
+  30 May 2011; Michael Sterrett <mr_bones_@gentoo.org> torcs-1.3.1.ebuild,
+  +files/torcs-1.3.1-libpng15.patch:
+  add patch for building with libpng from wrstwssr@yahoo.com via bug #369231
 
   16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> torcs-1.3.1.ebuild:
   virtual/glut -> media-libs/glut



1.9                  games-sports/torcs/torcs-1.3.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?r1=1.8&r2=1.9

Index: torcs-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- torcs-1.3.1.ebuild	16 Sep 2010 17:52:51 -0000	1.8
+++ torcs-1.3.1.ebuild	30 May 2011 01:57:46 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.8 2010/09/16 17:52:51 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.9 2011/05/30 01:57:46 mr_bones_ Exp $
 
 EAPI=2
 inherit autotools eutils multilib games
@@ -28,7 +28,8 @@
 
 src_prepare() {
 	epatch \
-		"${FILESDIR}"/${P}-as-needed.patch
+		"${FILESDIR}"/${P}-as-needed.patch \
+		"${FILESDIR}"/${P}-libpng15.patch
 	eautoreconf
 	ecvs_clean
 }






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-sports/torcs: ChangeLog torcs-1.3.1.ebuild
@ 2012-03-22 15:05 Mike Frysinger (vapier)
  0 siblings, 0 replies; 11+ messages in thread
From: Mike Frysinger (vapier) @ 2012-03-22 15:05 UTC (permalink / raw
  To: gentoo-commits

vapier      12/03/22 15:05:44

  Modified:             ChangeLog torcs-1.3.1.ebuild
  Log:
  Do not use automake macros #408473 by Piotr Szymaniak.
  
  (Portage version: 2.2.0_alpha90/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 games-sports/torcs/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/torcs/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	30 May 2011 01:57:46 -0000	1.34
+++ ChangeLog	22 Mar 2012 15:05:44 -0000	1.35
@@ -1,6 +1,10 @@
 # ChangeLog for games-sports/torcs
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.34 2011/05/30 01:57:46 mr_bones_ Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.35 2012/03/22 15:05:44 vapier Exp $
+
+  22 Mar 2012; Mike Frysinger <vapier@gentoo.org> torcs-1.3.1.ebuild,
+  files/torcs-1.3.1-libpng15.patch, +files/torcs-1.3.1-no-automake.patch:
+  Do not use automake macros #408473 by Piotr Szymaniak.
 
   30 May 2011; Michael Sterrett <mr_bones_@gentoo.org> torcs-1.3.1.ebuild,
   +files/torcs-1.3.1-libpng15.patch:



1.10                 games-sports/torcs/torcs-1.3.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild?r1=1.9&r2=1.10

Index: torcs-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- torcs-1.3.1.ebuild	30 May 2011 01:57:46 -0000	1.9
+++ torcs-1.3.1.ebuild	22 Mar 2012 15:05:44 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.9 2011/05/30 01:57:46 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.10 2012/03/22 15:05:44 vapier Exp $
 
 EAPI=2
 inherit autotools eutils multilib games
@@ -29,7 +29,8 @@
 src_prepare() {
 	epatch \
 		"${FILESDIR}"/${P}-as-needed.patch \
-		"${FILESDIR}"/${P}-libpng15.patch
+		"${FILESDIR}"/${P}-libpng15.patch \
+		"${FILESDIR}"/${P}-no-automake.patch
 	eautoreconf
 	ecvs_clean
 }






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-sports/torcs: ChangeLog torcs-1.3.1.ebuild
@ 2013-01-30 18:32 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-01-30 18:32 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    13/01/30 18:32:18

  Modified:             ChangeLog
  Removed:              torcs-1.3.1.ebuild
  Log:
  old
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.39                 games-sports/torcs/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/torcs/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	30 Jan 2013 18:06:19 -0000	1.38
+++ ChangeLog	30 Jan 2013 18:32:18 -0000	1.39
@@ -1,6 +1,11 @@
 # ChangeLog for games-sports/torcs
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.38 2013/01/30 18:06:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.39 2013/01/30 18:32:18 mr_bones_ Exp $
+
+  30 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org>
+  -files/torcs-1.3.1-as-needed.patch, -files/torcs-1.3.1-libpng15.patch,
+  -files/torcs-1.3.1-no-automake.patch, -torcs-1.3.1.ebuild:
+  old
 
   30 Jan 2013; Agostino Sarubbo <ago@gentoo.org> torcs-1.3.4.ebuild:
   Stable for x86, wrt bug #453384





^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-01-30 18:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-30 18:32 [gentoo-commits] gentoo-x86 commit in games-sports/torcs: ChangeLog torcs-1.3.1.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-22 15:05 Mike Frysinger (vapier)
2011-05-30  1:57 Michael Sterrett (mr_bones_)
2010-09-16 17:52 Tomas Chvatal (scarabeus)
2010-05-02 16:39 Michael Sterrett (mr_bones_)
2010-04-26 23:15 Michael Sterrett (mr_bones_)
2009-10-29 13:10 Alfredo Tupone (tupone)
2009-08-01 17:02 Markus Meier (maekke)
2009-07-24  1:33 Michael Sterrett (mr_bones_)
2009-01-08 22:52 Michael Sterrett (mr_bones_)
2008-12-20  4:43 Michael Sterrett (mr_bones_)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox