public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-simulation/crashtest: ChangeLog crashtest-1.0.ebuild
@ 2008-11-14 18:43 Santiago M. Mola (coldwind)
  0 siblings, 0 replies; 2+ messages in thread
From: Santiago M. Mola (coldwind) @ 2008-11-14 18:43 UTC (permalink / raw
  To: gentoo-commits

coldwind    08/11/14 18:43:38

  Modified:             ChangeLog crashtest-1.0.ebuild
  Log:
  Restrict fltk dependency to SLOT 1.1 (bug #246445).
  (Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)

Revision  Changes    Path
1.4                  games-simulation/crashtest/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/crashtest/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	24 Aug 2007 14:21:01 -0000	1.3
+++ ChangeLog	14 Nov 2008 18:43:38 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for games-simulation/crashtest
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/crashtest/ChangeLog,v 1.3 2007/08/24 14:21:01 nyhm Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/crashtest/ChangeLog,v 1.4 2008/11/14 18:43:38 coldwind Exp $
+
+  14 Nov 2008; Santiago M. Mola <coldwind@gentoo.org> crashtest-1.0.ebuild:
+  Restrict fltk dependency to SLOT 1.1 (bug #246445).
 
   24 Aug 2007; Tristan Heaven <nyhm@gentoo.org> crashtest-1.0.ebuild:
   HOMEPAGE update, bug #190040



1.4                  games-simulation/crashtest/crashtest-1.0.ebuild

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

Index: crashtest-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/crashtest/crashtest-1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- crashtest-1.0.ebuild	24 Aug 2007 14:21:01 -0000	1.3
+++ crashtest-1.0.ebuild	14 Nov 2008 18:43:38 -0000	1.4
@@ -1,6 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/crashtest/crashtest-1.0.ebuild,v 1.3 2007/08/24 14:21:01 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/crashtest/crashtest-1.0.ebuild,v 1.4 2008/11/14 18:43:38 coldwind Exp $
+
+EAPI=1
 
 inherit eutils games
 
@@ -13,7 +15,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="x11-libs/fltk
+RDEPEND="x11-libs/fltk:1.1
 	dev-games/ode
 	media-libs/alsa-lib
 	virtual/opengl






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

* [gentoo-commits] gentoo-x86 commit in games-simulation/crashtest: ChangeLog crashtest-1.0.ebuild
@ 2009-01-22 20:21 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-01-22 20:21 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/01/22 20:21:06

  Modified:             ChangeLog crashtest-1.0.ebuild
  Log:
  EAPI=2; re-roll patch; work around for bug #237135
  (Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)

Revision  Changes    Path
1.5                  games-simulation/crashtest/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/crashtest/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	14 Nov 2008 18:43:38 -0000	1.4
+++ ChangeLog	22 Jan 2009 20:21:06 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for games-simulation/crashtest
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/crashtest/ChangeLog,v 1.4 2008/11/14 18:43:38 coldwind Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/crashtest/ChangeLog,v 1.5 2009/01/22 20:21:06 mr_bones_ Exp $
+
+  22 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org>
+  files/crashtest-1.0-gentoo.patch, crashtest-1.0.ebuild:
+  EAPI=2; re-roll patch; work around for bug #237135
 
   14 Nov 2008; Santiago M. Mola <coldwind@gentoo.org> crashtest-1.0.ebuild:
   Restrict fltk dependency to SLOT 1.1 (bug #246445).



1.5                  games-simulation/crashtest/crashtest-1.0.ebuild

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

Index: crashtest-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/crashtest/crashtest-1.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- crashtest-1.0.ebuild	14 Nov 2008 18:43:38 -0000	1.4
+++ crashtest-1.0.ebuild	22 Jan 2009 20:21:06 -0000	1.5
@@ -1,10 +1,9 @@
-# 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-simulation/crashtest/crashtest-1.0.ebuild,v 1.4 2008/11/14 18:43:38 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/crashtest/crashtest-1.0.ebuild,v 1.5 2009/01/22 20:21:06 mr_bones_ Exp $
 
-EAPI=1
-
-inherit eutils games
+EAPI=2
+inherit eutils flag-o-matic games
 
 DESCRIPTION="Educational car crash simulator"
 HOMEPAGE="http://bram.creative4vision.nl/crashtest/"
@@ -15,7 +14,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="x11-libs/fltk:1.1
+RDEPEND="x11-libs/fltk:1.1[opengl]
 	dev-games/ode
 	media-libs/alsa-lib
 	virtual/opengl
@@ -26,22 +25,19 @@
 
 S=${WORKDIR}/${P}/src-${PN}
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}/${P}"-gentoo.patch
 	sed -i \
 		-e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
 		-e "s:@GENTOO_BINDIR@:${GAMES_BINDIR}:" \
-		-e "s:<FL/:<fltk-$(fltk-config --api-version)/FL/:" \
 		Makefile ${PN}.cxx \
 		|| die "sed failed"
+	append-flags -DHAVE_ISNANF
 }
 
 src_install() {
 	emake DESTDIR="${D}" install || die "emake install failed"
 	dodoc README
-
 	make_desktop_entry ${PN} Crashtest
 	prepgamesdirs
 }






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

end of thread, other threads:[~2009-01-22 20:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-14 18:43 [gentoo-commits] gentoo-x86 commit in games-simulation/crashtest: ChangeLog crashtest-1.0.ebuild Santiago M. Mola (coldwind)
  -- strict thread matches above, loose matches on Subject: below --
2009-01-22 20:21 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