public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-simulation/searchandrescue: ChangeLog searchandrescue-0.8.2-r1.ebuild
@ 2009-02-16 17:53 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-02-16 17:53 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/02/16 17:53:24

  Modified:             ChangeLog searchandrescue-0.8.2-r1.ebuild
  Log:
  EAPI=2
  (Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)

Revision  Changes    Path
1.14                 games-simulation/searchandrescue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	31 May 2007 20:55:43 -0000	1.13
+++ ChangeLog	16 Feb 2009 17:53:24 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for games-simulation/searchandrescue
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.13 2007/05/31 20:55:43 tupone Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.14 2009/02/16 17:53:24 mr_bones_ Exp $
+
+  16 Feb 2009; Michael Sterrett <mr_bones_@gentoo.org>
+  searchandrescue-0.8.2-r1.ebuild:
+  EAPI=2
 
 *searchandrescue-0.8.2-r1 (31 May 2007)
 



1.2                  games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild

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

Index: searchandrescue-0.8.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- searchandrescue-0.8.2-r1.ebuild	31 May 2007 20:55:43 -0000	1.1
+++ searchandrescue-0.8.2-r1.ebuild	16 Feb 2009 17:53:24 -0000	1.2
@@ -1,7 +1,8 @@
-# Copyright 1999-2007 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/searchandrescue/searchandrescue-0.8.2-r1.ebuild,v 1.1 2007/05/31 20:55:43 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild,v 1.2 2009/02/16 17:53:24 mr_bones_ Exp $
 
+EAPI=2
 inherit eutils games
 
 MY_PN=SearchAndRescue
@@ -33,7 +34,9 @@
 	unpack ${MY_PN}-${PV}.tar.bz2
 	mkdir data ; cd data
 	unpack ${MY_PN}-data-${PV}.tar.bz2
-	cd "${S}"
+}
+
+src_prepare() {
 	epatch "${FILESDIR}"/${P}-gcc33.patch \
 		"${FILESDIR}"/${P}-gcc41.patch \
 		"${FILESDIR}"/${P}-gcc412.patch
@@ -47,7 +50,7 @@
 		|| die "sed failed"
 }
 
-src_compile() {
+src_configure() {
 	local myconf
 
 	use joystick \
@@ -59,6 +62,9 @@
 		--prefix="${GAMES_PREFIX}" \
 		${myconf} \
 		|| die
+}
+
+src_compile() {
 	emake -j1 || die "emake failed"
 }
 






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

* [gentoo-commits] gentoo-x86 commit in games-simulation/searchandrescue: ChangeLog searchandrescue-0.8.2-r1.ebuild
@ 2009-02-22 16:24 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2009-02-22 16:24 UTC (permalink / raw
  To: gentoo-commits

armin76     09/02/22 16:24:34

  Modified:             ChangeLog searchandrescue-0.8.2-r1.ebuild
  Log:
  x86 stable wrt #259259
  (Portage version: 2.1.6.7/cvs/Linux i686)

Revision  Changes    Path
1.15                 games-simulation/searchandrescue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	16 Feb 2009 17:53:24 -0000	1.14
+++ ChangeLog	22 Feb 2009 16:24:33 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for games-simulation/searchandrescue
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.14 2009/02/16 17:53:24 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.15 2009/02/22 16:24:33 armin76 Exp $
+
+  22 Feb 2009; Raúl Porcel <armin76@gentoo.org>
+  searchandrescue-0.8.2-r1.ebuild:
+  x86 stable wrt #259259
 
   16 Feb 2009; Michael Sterrett <mr_bones_@gentoo.org>
   searchandrescue-0.8.2-r1.ebuild:



1.3                  games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild

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

Index: searchandrescue-0.8.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- searchandrescue-0.8.2-r1.ebuild	16 Feb 2009 17:53:24 -0000	1.2
+++ searchandrescue-0.8.2-r1.ebuild	22 Feb 2009 16:24:33 -0000	1.3
@@ -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-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild,v 1.2 2009/02/16 17:53:24 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild,v 1.3 2009/02/22 16:24:33 armin76 Exp $
 
 EAPI=2
 inherit eutils games
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="joystick"
 
 RDEPEND="x11-libs/libXxf86vm






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

* [gentoo-commits] gentoo-x86 commit in games-simulation/searchandrescue: ChangeLog searchandrescue-0.8.2-r1.ebuild
@ 2009-03-18 22:37 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2009-03-18 22:37 UTC (permalink / raw
  To: gentoo-commits

ranger      09/03/18 22:37:49

  Modified:             ChangeLog searchandrescue-0.8.2-r1.ebuild
  Log:
  stable ppc, bug 259259
  (Portage version: 2.1.6.7/cvs/Linux ppc64)

Revision  Changes    Path
1.16                 games-simulation/searchandrescue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	22 Feb 2009 16:24:33 -0000	1.15
+++ ChangeLog	18 Mar 2009 22:37:49 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for games-simulation/searchandrescue
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.15 2009/02/22 16:24:33 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.16 2009/03/18 22:37:49 ranger Exp $
+
+  18 Mar 2009; Brent Baude <ranger@gentoo.org>
+  searchandrescue-0.8.2-r1.ebuild:
+  stable ppc, bug 259259
 
   22 Feb 2009; Raúl Porcel <armin76@gentoo.org>
   searchandrescue-0.8.2-r1.ebuild:



1.4                  games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild

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

Index: searchandrescue-0.8.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- searchandrescue-0.8.2-r1.ebuild	22 Feb 2009 16:24:33 -0000	1.3
+++ searchandrescue-0.8.2-r1.ebuild	18 Mar 2009 22:37:49 -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-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild,v 1.3 2009/02/22 16:24:33 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild,v 1.4 2009/03/18 22:37:49 ranger Exp $
 
 EAPI=2
 inherit eutils games
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ppc x86"
 IUSE="joystick"
 
 RDEPEND="x11-libs/libXxf86vm






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

* [gentoo-commits] gentoo-x86 commit in games-simulation/searchandrescue: ChangeLog searchandrescue-0.8.2-r1.ebuild
@ 2009-09-04  7:25 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 6+ messages in thread
From: Alfredo Tupone (tupone) @ 2009-09-04  7:25 UTC (permalink / raw
  To: gentoo-commits

tupone      09/09/04 07:25:00

  Modified:             ChangeLog searchandrescue-0.8.2-r1.ebuild
  Log:
  Fix build with gcc-4.4.1 Bug #283451
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.17                 games-simulation/searchandrescue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	18 Mar 2009 22:37:49 -0000	1.16
+++ ChangeLog	4 Sep 2009 07:25:00 -0000	1.17
@@ -1,6 +1,11 @@
 # ChangeLog for games-simulation/searchandrescue
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.16 2009/03/18 22:37:49 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.17 2009/09/04 07:25:00 tupone Exp $
+
+  04 Sep 2009; Tupone Alfredo <tupone@gentoo.org>
+  +files/searchandrescue-0.8.2-gcc441.patch,
+  searchandrescue-0.8.2-r1.ebuild:
+  Fix build with gcc-4.4.1 Bug #283451 by Steffen Schaumburg
 
   18 Mar 2009; Brent Baude <ranger@gentoo.org>
   searchandrescue-0.8.2-r1.ebuild:



1.5                  games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild

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

Index: searchandrescue-0.8.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- searchandrescue-0.8.2-r1.ebuild	18 Mar 2009 22:37:49 -0000	1.4
+++ searchandrescue-0.8.2-r1.ebuild	4 Sep 2009 07:25:00 -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-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild,v 1.4 2009/03/18 22:37:49 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild,v 1.5 2009/09/04 07:25:00 tupone Exp $
 
 EAPI=2
 inherit eutils games
@@ -39,7 +39,8 @@
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-gcc33.patch \
 		"${FILESDIR}"/${P}-gcc41.patch \
-		"${FILESDIR}"/${P}-gcc412.patch
+		"${FILESDIR}"/${P}-gcc412.patch \
+		"${FILESDIR}"/${P}-gcc441.patch
 	bunzip2 sar/man/${MY_PN}.6.bz2
 	sed -i \
 		-e '/FeatureCFLAGS.*march/s:=.*:=:g' sar/platforms.ini \






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

* [gentoo-commits] gentoo-x86 commit in games-simulation/searchandrescue: ChangeLog searchandrescue-0.8.2-r1.ebuild
@ 2009-09-04  8:24 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 6+ messages in thread
From: Alfredo Tupone (tupone) @ 2009-09-04  8:24 UTC (permalink / raw
  To: gentoo-commits

tupone      09/09/04 08:24:33

  Modified:             ChangeLog searchandrescue-0.8.2-r1.ebuild
  Log:
  Enable parallel compilation
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.18                 games-simulation/searchandrescue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	4 Sep 2009 07:25:00 -0000	1.17
+++ ChangeLog	4 Sep 2009 08:24:32 -0000	1.18
@@ -1,6 +1,11 @@
 # ChangeLog for games-simulation/searchandrescue
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.17 2009/09/04 07:25:00 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.18 2009/09/04 08:24:32 tupone Exp $
+
+  04 Sep 2009; Tupone Alfredo <tupone@gentoo.org>
+  +files/searchandrescue-0.8.2-makejs.patch,
+  searchandrescue-0.8.2-r1.ebuild:
+  Enable parallel compilation
 
   04 Sep 2009; Tupone Alfredo <tupone@gentoo.org>
   +files/searchandrescue-0.8.2-gcc441.patch,



1.6                  games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild

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

Index: searchandrescue-0.8.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- searchandrescue-0.8.2-r1.ebuild	4 Sep 2009 07:25:00 -0000	1.5
+++ searchandrescue-0.8.2-r1.ebuild	4 Sep 2009 08:24:32 -0000	1.6
@@ -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-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild,v 1.5 2009/09/04 07:25:00 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild,v 1.6 2009/09/04 08:24:32 tupone Exp $
 
 EAPI=2
 inherit eutils games
@@ -40,7 +40,8 @@
 	epatch "${FILESDIR}"/${P}-gcc33.patch \
 		"${FILESDIR}"/${P}-gcc41.patch \
 		"${FILESDIR}"/${P}-gcc412.patch \
-		"${FILESDIR}"/${P}-gcc441.patch
+		"${FILESDIR}"/${P}-gcc441.patch \
+		"${FILESDIR}"/${P}-makejs.patch
 	bunzip2 sar/man/${MY_PN}.6.bz2
 	sed -i \
 		-e '/FeatureCFLAGS.*march/s:=.*:=:g' sar/platforms.ini \
@@ -65,10 +66,6 @@
 		|| die
 }
 
-src_compile() {
-	emake -j1 || die "emake failed"
-}
-
 src_install() {
 	dogamesbin sar/${MY_PN} || die "dogamesbin failed"
 	doman sar/man/${MY_PN}.6






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

* [gentoo-commits] gentoo-x86 commit in games-simulation/searchandrescue: ChangeLog searchandrescue-0.8.2-r1.ebuild
@ 2010-11-08  9:47 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-11-08  9:47 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/11/08 09:47:29

  Modified:             ChangeLog
  Removed:              searchandrescue-0.8.2-r1.ebuild
  Log:
  clean old version and files (drops ppc to ~)
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.28                 games-simulation/searchandrescue/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/searchandrescue/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/searchandrescue/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/searchandrescue/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	22 Oct 2010 14:35:51 -0000	1.27
+++ ChangeLog	8 Nov 2010 09:47:29 -0000	1.28
@@ -1,6 +1,15 @@
 # ChangeLog for games-simulation/searchandrescue
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.27 2010/10/22 14:35:51 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.28 2010/11/08 09:47:29 mr_bones_ Exp $
+
+  08 Nov 2010; Michael Sterrett <mr_bones_@gentoo.org>
+  -searchandrescue-0.8.2-r1.ebuild,
+  -files/searchandrescue-0.8.2-gcc33.patch,
+  -files/searchandrescue-0.8.2-gcc41.patch,
+  -files/searchandrescue-0.8.2-gcc412.patch,
+  -files/searchandrescue-0.8.2-gcc441.patch,
+  -files/searchandrescue-0.8.2-makejs.patch:
+  clean old version and files (drops ppc to ~)
 
   22 Oct 2010; Christian Faulhammer <fauli@gentoo.org>
   searchandrescue-1.1.0.ebuild:






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

end of thread, other threads:[~2010-11-08  9:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-08  9:47 [gentoo-commits] gentoo-x86 commit in games-simulation/searchandrescue: ChangeLog searchandrescue-0.8.2-r1.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2009-09-04  8:24 Alfredo Tupone (tupone)
2009-09-04  7:25 Alfredo Tupone (tupone)
2009-03-18 22:37 Brent Baude (ranger)
2009-02-22 16:24 Raul Porcel (armin76)
2009-02-16 17:53 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