public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-action/rrootage: ChangeLog rrootage-0.23a.ebuild
@ 2010-01-25 22:15 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-01-25 22:15 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/01/25 22:15:24

  Modified:             ChangeLog rrootage-0.23a.ebuild
  Log:
  EAPI=2; tidy
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.9                  games-action/rrootage/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/rrootage/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/rrootage/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/rrootage/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/rrootage/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	12 Mar 2007 13:21:44 -0000	1.8
+++ ChangeLog	25 Jan 2010 22:15:23 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/rrootage
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/ChangeLog,v 1.8 2007/03/12 13:21:44 genone Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/ChangeLog,v 1.9 2010/01/25 22:15:23 mr_bones_ Exp $
+
+  25 Jan 2010; Michael Sterrett <mr_bones_@gentoo.org>
+  rrootage-0.23a.ebuild:
+  EAPI=2; tidy
 
   12 Mar 2007; Marius Mauch <genone@gentoo.org> rrootage-0.23a.ebuild:
   Replacing einfo with elog



1.9                  games-action/rrootage/rrootage-0.23a.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild?r1=1.8&r2=1.9

Index: rrootage-0.23a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- rrootage-0.23a.ebuild	12 Mar 2007 13:21:44 -0000	1.8
+++ rrootage-0.23a.ebuild	25 Jan 2010 22:15:23 -0000	1.9
@@ -1,7 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild,v 1.8 2007/03/12 13:21:44 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild,v 1.9 2010/01/25 22:15:23 mr_bones_ Exp $
 
+EAPI=2
 inherit eutils games
 
 MY_PN="rRootage"
@@ -22,11 +23,9 @@
 	media-libs/sdl-mixer
 	>=dev-libs/libbulletml-0.0.3"
 
-S="${WORKDIR}/${MY_PN}/src"
+S=${WORKDIR}/${MY_PN}/src
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}/${P}"-gcc41.patch
 	sed -e "s/-lglut/-lGL -lGLU/" makefile.lin > Makefile || die "sed failed"
 
@@ -50,7 +49,7 @@
 
 pkg_postinst() {
 	games_pkg_postinst
-	if ! built_with_use media-libs/sdl-mixer vorbis ; then
+	if ! has_version "media-libs/sdl-mixer[vorbis]" ; then
 		elog "${PN} will not have sound since sdl-mixer"
 		elog "is built with USE=-vorbis"
 		elog "Please emerge sdl-mixer with USE=vorbis"






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

* [gentoo-commits] gentoo-x86 commit in games-action/rrootage: ChangeLog rrootage-0.23a.ebuild
@ 2010-06-14 21:35 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-06-14 21:35 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/06/14 21:35:45

  Modified:             ChangeLog rrootage-0.23a.ebuild
  Log:
  add use deps; respect CC, CXX, {CC,CXX,LD}FLAGS
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.10                 games-action/rrootage/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/rrootage/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	25 Jan 2010 22:15:23 -0000	1.9
+++ ChangeLog	14 Jun 2010 21:35:45 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/rrootage
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/ChangeLog,v 1.9 2010/01/25 22:15:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/ChangeLog,v 1.10 2010/06/14 21:35:45 mr_bones_ Exp $
+
+  14 Jun 2010; Michael Sterrett <mr_bones_@gentoo.org>
+  rrootage-0.23a.ebuild:
+  add use deps; respect CC, CXX, {CC,CXX,LD}FLAGS
 
   25 Jan 2010; Michael Sterrett <mr_bones_@gentoo.org>
   rrootage-0.23a.ebuild:



1.10                 games-action/rrootage/rrootage-0.23a.ebuild

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

Index: rrootage-0.23a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- rrootage-0.23a.ebuild	25 Jan 2010 22:15:23 -0000	1.9
+++ rrootage-0.23a.ebuild	14 Jun 2010 21:35:45 -0000	1.10
@@ -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-action/rrootage/rrootage-0.23a.ebuild,v 1.9 2010/01/25 22:15:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild,v 1.10 2010/06/14 21:35:45 mr_bones_ Exp $
 
 EAPI=2
 inherit eutils games
@@ -19,15 +19,23 @@
 
 DEPEND="virtual/opengl
 	virtual/glu
-	media-libs/libsdl
-	media-libs/sdl-mixer
+	media-libs/libsdl[video]
+	media-libs/sdl-mixer[vorbis]
 	>=dev-libs/libbulletml-0.0.3"
 
 S=${WORKDIR}/${MY_PN}/src
 
 src_prepare() {
 	epatch "${FILESDIR}/${P}"-gcc41.patch
-	sed -e "s/-lglut/-lGL -lGLU/" makefile.lin > Makefile || die "sed failed"
+	sed \
+		-e "s/-lglut/-lGL -lGLU/" \
+		-e "/^CC/d" \
+		-e "/^CXX/d" \
+		-e "/^LDFLAGS/s/=/+=/" \
+		-e "/^CPPFLAGS/s/MORE_CFLAGS/MORE_CXXFLAGS/" \
+		-e "/^CPPFLAGS/s/MORE_CFLAGS/MORE_CXXFLAGS/" \
+		-e "s:-I./bulletml/:-I/usr/include/bulletml:" \
+		makefile.lin > Makefile || die "sed failed"
 
 	sed -i \
 		-e "s:/usr/share/games:${GAMES_DATADIR}:" \
@@ -36,7 +44,10 @@
 }
 
 src_compile() {
-	emake MORE_CFLAGS="${CFLAGS}" || die "emake failed"
+	emake \
+		MORE_CFLAGS="-DLINUX ${CFLAGS}" \
+		MORE_CXXFLAGS="-DLINUX ${CXXFLAGS}" \
+		|| die "emake failed"
 }
 
 src_install() {






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

* [gentoo-commits] gentoo-x86 commit in games-action/rrootage: ChangeLog rrootage-0.23a.ebuild
@ 2011-06-18 17:03 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone (tupone) @ 2011-06-18 17:03 UTC (permalink / raw
  To: gentoo-commits

tupone      11/06/18 17:03:16

  Modified:             ChangeLog rrootage-0.23a.ebuild
  Log:
  Fix underlink. Bug #369309
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 games-action/rrootage/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rrootage/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rrootage/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rrootage/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/rrootage/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	14 Jun 2010 21:35:45 -0000	1.10
+++ ChangeLog	18 Jun 2011 17:03:15 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/rrootage
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/ChangeLog,v 1.10 2010/06/14 21:35:45 mr_bones_ Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/ChangeLog,v 1.11 2011/06/18 17:03:15 tupone Exp $
+
+  18 Jun 2011; Tupone Alfredo <tupone@gentoo.org> rrootage-0.23a.ebuild:
+  Fix underlink. Bug #369309 by Diego Elio Pettenò
 
   14 Jun 2010; Michael Sterrett <mr_bones_@gentoo.org>
   rrootage-0.23a.ebuild:



1.11                 games-action/rrootage/rrootage-0.23a.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild?r1=1.10&r2=1.11

Index: rrootage-0.23a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- rrootage-0.23a.ebuild	14 Jun 2010 21:35:45 -0000	1.10
+++ rrootage-0.23a.ebuild	18 Jun 2011 17:03:15 -0000	1.11
@@ -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-action/rrootage/rrootage-0.23a.ebuild,v 1.10 2010/06/14 21:35:45 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild,v 1.11 2011/06/18 17:03:15 tupone Exp $
 
 EAPI=2
 inherit eutils games
@@ -28,7 +28,7 @@
 src_prepare() {
 	epatch "${FILESDIR}/${P}"-gcc41.patch
 	sed \
-		-e "s/-lglut/-lGL -lGLU/" \
+		-e "s/-lglut/-lGL -lGLU -lm/" \
 		-e "/^CC/d" \
 		-e "/^CXX/d" \
 		-e "/^LDFLAGS/s/=/+=/" \






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

* [gentoo-commits] gentoo-x86 commit in games-action/rrootage: ChangeLog rrootage-0.23a.ebuild
@ 2012-07-26 10:38 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone (tupone) @ 2012-07-26 10:38 UTC (permalink / raw
  To: gentoo-commits

tupone      12/07/26 10:38:14

  Modified:             ChangeLog rrootage-0.23a.ebuild
  Log:
  ld with new gcc. Bug #424181
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 games-action/rrootage/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rrootage/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rrootage/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rrootage/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/rrootage/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	18 Jun 2011 17:03:15 -0000	1.11
+++ ChangeLog	26 Jul 2012 10:38:14 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/rrootage
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/ChangeLog,v 1.11 2011/06/18 17:03:15 tupone Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/ChangeLog,v 1.12 2012/07/26 10:38:14 tupone Exp $
+
+  26 Jul 2012; Alfredo Tupone <tupone@gentoo.org> rrootage-0.23a.ebuild:
+  Fix build with new gcc. Bug #424181 by flameeyes@gentoo.org
 
   18 Jun 2011; Tupone Alfredo <tupone@gentoo.org> rrootage-0.23a.ebuild:
   Fix underlink. Bug #369309 by Diego Elio Pettenò



1.12                 games-action/rrootage/rrootage-0.23a.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild?r1=1.11&r2=1.12

Index: rrootage-0.23a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- rrootage-0.23a.ebuild	18 Jun 2011 17:03:15 -0000	1.11
+++ rrootage-0.23a.ebuild	26 Jul 2012 10:38:14 -0000	1.12
@@ -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-action/rrootage/rrootage-0.23a.ebuild,v 1.11 2011/06/18 17:03:15 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild,v 1.12 2012/07/26 10:38:14 tupone Exp $
 
 EAPI=2
 inherit eutils games
@@ -34,6 +34,7 @@
 		-e "/^LDFLAGS/s/=/+=/" \
 		-e "/^CPPFLAGS/s/MORE_CFLAGS/MORE_CXXFLAGS/" \
 		-e "/^CPPFLAGS/s/MORE_CFLAGS/MORE_CXXFLAGS/" \
+		-e "s/ -mwindows//" \
 		-e "s:-I./bulletml/:-I/usr/include/bulletml:" \
 		makefile.lin > Makefile || die "sed failed"
 





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

end of thread, other threads:[~2012-07-26 10:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-25 22:15 [gentoo-commits] gentoo-x86 commit in games-action/rrootage: ChangeLog rrootage-0.23a.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-14 21:35 Michael Sterrett (mr_bones_)
2011-06-18 17:03 Alfredo Tupone (tupone)
2012-07-26 10:38 Alfredo Tupone (tupone)

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