* [gentoo-commits] gentoo-x86 commit in games-misc/gnurobots: gnurobots-1.2.0.ebuild ChangeLog
@ 2009-03-02 15:31 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 10+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-03-02 15:31 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 09/03/02 15:31:29
Modified: gnurobots-1.2.0.ebuild ChangeLog
Log:
remove -Werror for bug #260900
(Portage version: 2.1.6.7/cvs/Linux i686)
Revision Changes Path
1.4 games-misc/gnurobots/gnurobots-1.2.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?r1=1.3&r2=1.4
Index: gnurobots-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnurobots-1.2.0.ebuild 22 Nov 2008 17:47:17 -0000 1.3
+++ gnurobots-1.2.0.ebuild 2 Mar 2009 15:31:29 -0000 1.4
@@ -1,7 +1,8 @@
-# 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-misc/gnurobots/gnurobots-1.2.0.ebuild,v 1.3 2008/11/22 17:47:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v 1.4 2009/03/02 15:31:29 mr_bones_ Exp $
+EAPI=2
inherit games
DESCRIPTION="construct a program for a little robot then set him loose
@@ -18,6 +19,13 @@
DEPEND="x11-libs/vte
dev-scheme/guile"
+src_prepare() {
+ sed -i \
+ -e 's/-Werror=//' \
+ configure \
+ || die "sed failed"
+}
+
src_install() {
dodoc AUTHORS \
ChangeLog \
1.18 games-misc/gnurobots/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 22 Nov 2008 17:47:17 -0000 1.17
+++ ChangeLog 2 Mar 2009 15:31:29 -0000 1.18
@@ -1,6 +1,10 @@
# ChangeLog for games-misc/gnurobots
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v 1.17 2008/11/22 17:47:17 maekke Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v 1.18 2009/03/02 15:31:29 mr_bones_ Exp $
+
+ 02 Mar 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ gnurobots-1.2.0.ebuild:
+ remove -Werror for bug #260900
22 Nov 2008; Markus Meier <maekke@gentoo.org> gnurobots-1.2.0.ebuild:
x86 stable, bug #247530
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-misc/gnurobots: gnurobots-1.2.0.ebuild ChangeLog
@ 2013-01-08 19:43 Julian Ospald (hasufell)
0 siblings, 0 replies; 10+ messages in thread
From: Julian Ospald (hasufell) @ 2013-01-08 19:43 UTC (permalink / raw
To: gentoo-commits
hasufell 13/01/08 19:43:00
Modified: gnurobots-1.2.0.ebuild ChangeLog
Log:
respect CFLAGS wrt #450828
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Revision Changes Path
1.12 games-misc/gnurobots/gnurobots-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?r1=1.11&r2=1.12
Index: gnurobots-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- gnurobots-1.2.0.ebuild 15 Dec 2012 18:47:21 -0000 1.11
+++ gnurobots-1.2.0.ebuild 8 Jan 2013 19:43:00 -0000 1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v 1.11 2012/12/15 18:47:21 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v 1.12 2013/01/08 19:43:00 hasufell Exp $
EAPI=2
inherit eutils autotools games
@@ -20,11 +20,7 @@
dev-scheme/guile[deprecated]"
src_prepare() {
- epatch "${FILESDIR}"/${P}-ldflags.patch
- sed -i \
- -e 's/-pedantic-errors -Werror//' \
- configure.ac \
- || die "sed failed"
+ epatch "${FILESDIR}"/${P}-{ldflags,cflags}.patch
eautoreconf
}
1.25 games-misc/gnurobots/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gnurobots/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gnurobots/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gnurobots/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 15 Dec 2012 18:47:21 -0000 1.24
+++ ChangeLog 8 Jan 2013 19:43:00 -0000 1.25
@@ -1,6 +1,10 @@
# ChangeLog for games-misc/gnurobots
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v 1.24 2012/12/15 18:47:21 dolsen Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v 1.25 2013/01/08 19:43:00 hasufell Exp $
+
+ 08 Jan 2013; Julian Ospald <hasufell@gentoo.org> gnurobots-1.2.0.ebuild,
+ +files/gnurobots-1.2.0-cflags.patch:
+ respect CFLAGS wrt #450828
15 Dec 2012; Brian Dolbec <dolsen@gentoo.org> gnurobots-1.2.0.ebuild:
Update HOMEPAGE link, as reported by sobhan
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-misc/gnurobots: gnurobots-1.2.0.ebuild ChangeLog
@ 2012-12-15 18:47 Brian Dolbec (dolsen)
0 siblings, 0 replies; 10+ messages in thread
From: Brian Dolbec (dolsen) @ 2012-12-15 18:47 UTC (permalink / raw
To: gentoo-commits
dolsen 12/12/15 18:47:21
Modified: gnurobots-1.2.0.ebuild ChangeLog
Log:
Update HOMEPAGE link as reported by sobhan
(Portage version: 2.2.0_alpha144_p1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.11 games-misc/gnurobots/gnurobots-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?r1=1.10&r2=1.11
Index: gnurobots-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gnurobots-1.2.0.ebuild 23 Mar 2011 07:34:49 -0000 1.10
+++ gnurobots-1.2.0.ebuild 15 Dec 2012 18:47:21 -0000 1.11
@@ -1,13 +1,13 @@
-# 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-misc/gnurobots/gnurobots-1.2.0.ebuild,v 1.10 2011/03/23 07:34:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v 1.11 2012/12/15 18:47:21 dolsen Exp $
EAPI=2
inherit eutils autotools games
DESCRIPTION="construct a program for a little robot then set him loose
and watch him explore a world on his own"
-HOMEPAGE="http://www.gnu.org/directory/games/gnurobots.html"
+HOMEPAGE="http://www.gnu.org/software/gnurobots/"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
1.24 games-misc/gnurobots/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gnurobots/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gnurobots/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gnurobots/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 23 Mar 2011 07:34:49 -0000 1.23
+++ ChangeLog 15 Dec 2012 18:47:21 -0000 1.24
@@ -1,6 +1,9 @@
# ChangeLog for games-misc/gnurobots
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v 1.23 2011/03/23 07:34:49 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v 1.24 2012/12/15 18:47:21 dolsen Exp $
+
+ 15 Dec 2012; Brian Dolbec <dolsen@gentoo.org> gnurobots-1.2.0.ebuild:
+ Update HOMEPAGE link, as reported by sobhan
23 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> gnurobots-1.2.0.ebuild:
Use SLOT dependencies for x11-libs/vte.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-misc/gnurobots: gnurobots-1.2.0.ebuild ChangeLog
@ 2011-03-23 7:34 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 10+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-03-23 7:34 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/03/23 07:34:50
Modified: gnurobots-1.2.0.ebuild ChangeLog
Log:
Use SLOT dependencies for x11-libs/vte.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Revision Changes Path
1.10 games-misc/gnurobots/gnurobots-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?r1=1.9&r2=1.10
Index: gnurobots-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gnurobots-1.2.0.ebuild 15 Mar 2010 16:02:03 -0000 1.9
+++ gnurobots-1.2.0.ebuild 23 Mar 2011 07:34:49 -0000 1.10
@@ -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-misc/gnurobots/gnurobots-1.2.0.ebuild,v 1.9 2010/03/15 16:02:03 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v 1.10 2011/03/23 07:34:49 ssuominen Exp $
EAPI=2
inherit eutils autotools games
@@ -16,7 +16,7 @@
IUSE=""
RESTRICT="test"
-DEPEND="x11-libs/vte
+DEPEND="x11-libs/vte:0
dev-scheme/guile[deprecated]"
src_prepare() {
1.23 games-misc/gnurobots/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gnurobots/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gnurobots/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gnurobots/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 15 Mar 2010 16:02:03 -0000 1.22
+++ ChangeLog 23 Mar 2011 07:34:49 -0000 1.23
@@ -1,6 +1,9 @@
# ChangeLog for games-misc/gnurobots
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v 1.22 2010/03/15 16:02:03 mr_bones_ Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v 1.23 2011/03/23 07:34:49 ssuominen Exp $
+
+ 23 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> gnurobots-1.2.0.ebuild:
+ Use SLOT dependencies for x11-libs/vte.
15 Mar 2010; Michael Sterrett <mr_bones_@gentoo.org>
gnurobots-1.2.0.ebuild:
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-misc/gnurobots: gnurobots-1.2.0.ebuild ChangeLog
@ 2010-03-15 16:02 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 10+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-03-15 16:02 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 10/03/15 16:02:04
Modified: gnurobots-1.2.0.ebuild ChangeLog
Log:
Add use-dep for guile (bug #308991)
(Portage version: 2.1.7.17/cvs/Linux i686)
Revision Changes Path
1.9 games-misc/gnurobots/gnurobots-1.2.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?r1=1.8&r2=1.9
Index: gnurobots-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gnurobots-1.2.0.ebuild 11 Mar 2010 16:27:13 -0000 1.8
+++ gnurobots-1.2.0.ebuild 15 Mar 2010 16:02:03 -0000 1.9
@@ -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-misc/gnurobots/gnurobots-1.2.0.ebuild,v 1.8 2010/03/11 16:27:13 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v 1.9 2010/03/15 16:02:03 mr_bones_ Exp $
EAPI=2
inherit eutils autotools games
@@ -17,7 +17,7 @@
RESTRICT="test"
DEPEND="x11-libs/vte
- dev-scheme/guile"
+ dev-scheme/guile[deprecated]"
src_prepare() {
epatch "${FILESDIR}"/${P}-ldflags.patch
1.22 games-misc/gnurobots/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 11 Mar 2010 16:27:13 -0000 1.21
+++ ChangeLog 15 Mar 2010 16:02:03 -0000 1.22
@@ -1,6 +1,10 @@
# ChangeLog for games-misc/gnurobots
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v 1.21 2010/03/11 16:27:13 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v 1.22 2010/03/15 16:02:03 mr_bones_ Exp $
+
+ 15 Mar 2010; Michael Sterrett <mr_bones_@gentoo.org>
+ gnurobots-1.2.0.ebuild:
+ Add use-dep for guile (bug #308991)
11 Mar 2010; Michael Sterrett <mr_bones_@gentoo.org>
gnurobots-1.2.0.ebuild:
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-misc/gnurobots: gnurobots-1.2.0.ebuild ChangeLog
@ 2010-03-11 16:27 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 10+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-03-11 16:27 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 10/03/11 16:27:14
Modified: gnurobots-1.2.0.ebuild ChangeLog
Log:
remove -Werror again (bug #308991)
(Portage version: 2.1.7.17/cvs/Linux i686)
Revision Changes Path
1.8 games-misc/gnurobots/gnurobots-1.2.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?r1=1.7&r2=1.8
Index: gnurobots-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnurobots-1.2.0.ebuild 18 Nov 2009 04:13:03 -0000 1.7
+++ gnurobots-1.2.0.ebuild 11 Mar 2010 16:27:13 -0000 1.8
@@ -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-misc/gnurobots/gnurobots-1.2.0.ebuild,v 1.7 2009/11/18 04:13:03 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v 1.8 2010/03/11 16:27:13 mr_bones_ Exp $
EAPI=2
inherit eutils autotools games
@@ -23,7 +23,7 @@
epatch "${FILESDIR}"/${P}-ldflags.patch
sed -i \
-e 's/-pedantic-errors -Werror//' \
- configure \
+ configure.ac \
|| die "sed failed"
eautoreconf
}
1.21 games-misc/gnurobots/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 13 Jul 2009 12:59:33 -0000 1.20
+++ ChangeLog 11 Mar 2010 16:27:13 -0000 1.21
@@ -1,6 +1,10 @@
# ChangeLog for games-misc/gnurobots
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v 1.20 2009/07/13 12:59:33 tupone Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v 1.21 2010/03/11 16:27:13 mr_bones_ Exp $
+
+ 11 Mar 2010; Michael Sterrett <mr_bones_@gentoo.org>
+ gnurobots-1.2.0.ebuild:
+ remove -Werror again (bug #308991)
13 Jul 2009; Tupone Alfredo <tupone@gentoo.org>
+files/gnurobots-1.2.0-ldflags.patch, gnurobots-1.2.0.ebuild:
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-misc/gnurobots: gnurobots-1.2.0.ebuild ChangeLog
@ 2009-07-13 12:59 Alfredo Tupone (tupone)
0 siblings, 0 replies; 10+ messages in thread
From: Alfredo Tupone (tupone) @ 2009-07-13 12:59 UTC (permalink / raw
To: gentoo-commits
tupone 09/07/13 12:59:33
Modified: gnurobots-1.2.0.ebuild ChangeLog
Log:
Fix build with --as-needed Bug #277149
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.6 games-misc/gnurobots/gnurobots-1.2.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?r1=1.5&r2=1.6
Index: gnurobots-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnurobots-1.2.0.ebuild 22 May 2009 22:40:31 -0000 1.5
+++ gnurobots-1.2.0.ebuild 13 Jul 2009 12:59:33 -0000 1.6
@@ -1,9 +1,9 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v 1.5 2009/05/22 22:40:31 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v 1.6 2009/07/13 12:59:33 tupone Exp $
EAPI=2
-inherit games
+inherit eutils autotools games
DESCRIPTION="construct a program for a little robot then set him loose
and watch him explore a world on his own"
@@ -16,14 +16,17 @@
IUSE=""
RESTRICT="test"
-DEPEND="x11-libs/vte
+RDEPEND="x11-libs/vte
dev-scheme/guile"
+DEPEND="${RDEPEND}"
src_prepare() {
+ epatch "${FILESDIR}"/${P}-ldflags.patch
sed -i \
-e 's/-pedantic-errors -Werror//' \
configure \
|| die "sed failed"
+ eautoreconf
}
src_install() {
1.20 games-misc/gnurobots/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 22 May 2009 22:40:31 -0000 1.19
+++ ChangeLog 13 Jul 2009 12:59:33 -0000 1.20
@@ -1,6 +1,10 @@
# ChangeLog for games-misc/gnurobots
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v 1.19 2009/05/22 22:40:31 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v 1.20 2009/07/13 12:59:33 tupone Exp $
+
+ 13 Jul 2009; Tupone Alfredo <tupone@gentoo.org>
+ +files/gnurobots-1.2.0-ldflags.patch, gnurobots-1.2.0.ebuild:
+ Fix build with --as-needed Bug #277149 by <flameeyes@gentoo.org>
22 May 2009; Tristan Heaven <nyhm@gentoo.org> gnurobots-1.2.0.ebuild:
Remove -pedantic-errors too, bug #254862
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-misc/gnurobots: gnurobots-1.2.0.ebuild ChangeLog
@ 2009-05-22 22:40 Tristan Heaven (nyhm)
0 siblings, 0 replies; 10+ messages in thread
From: Tristan Heaven (nyhm) @ 2009-05-22 22:40 UTC (permalink / raw
To: gentoo-commits
nyhm 09/05/22 22:40:31
Modified: gnurobots-1.2.0.ebuild ChangeLog
Log:
Remove -pedantic-errors too, bug #254862
(Portage version: 2.2_rc33/cvs/Linux i686)
Revision Changes Path
1.5 games-misc/gnurobots/gnurobots-1.2.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?r1=1.4&r2=1.5
Index: gnurobots-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnurobots-1.2.0.ebuild 2 Mar 2009 15:31:29 -0000 1.4
+++ gnurobots-1.2.0.ebuild 22 May 2009 22:40:31 -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-misc/gnurobots/gnurobots-1.2.0.ebuild,v 1.4 2009/03/02 15:31:29 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v 1.5 2009/05/22 22:40:31 nyhm Exp $
EAPI=2
inherit games
@@ -21,7 +21,7 @@
src_prepare() {
sed -i \
- -e 's/-Werror=//' \
+ -e 's/-pedantic-errors -Werror//' \
configure \
|| die "sed failed"
}
1.19 games-misc/gnurobots/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 2 Mar 2009 15:31:29 -0000 1.18
+++ ChangeLog 22 May 2009 22:40:31 -0000 1.19
@@ -1,6 +1,9 @@
# ChangeLog for games-misc/gnurobots
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v 1.18 2009/03/02 15:31:29 mr_bones_ Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v 1.19 2009/05/22 22:40:31 nyhm Exp $
+
+ 22 May 2009; Tristan Heaven <nyhm@gentoo.org> gnurobots-1.2.0.ebuild:
+ Remove -pedantic-errors too, bug #254862
02 Mar 2009; Michael Sterrett <mr_bones_@gentoo.org>
gnurobots-1.2.0.ebuild:
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-misc/gnurobots: gnurobots-1.2.0.ebuild ChangeLog
@ 2008-11-22 17:47 Markus Meier (maekke)
0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2008-11-22 17:47 UTC (permalink / raw
To: gentoo-commits
maekke 08/11/22 17:47:17
Modified: gnurobots-1.2.0.ebuild ChangeLog
Log:
x86 stable, bug #247530
(Portage version: 2.2_rc15/cvs/Linux 2.6.26.8 x86_64)
Revision Changes Path
1.3 games-misc/gnurobots/gnurobots-1.2.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?r1=1.2&r2=1.3
Index: gnurobots-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnurobots-1.2.0.ebuild 22 Nov 2008 16:03:11 -0000 1.2
+++ gnurobots-1.2.0.ebuild 22 Nov 2008 17:47:17 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v 1.2 2008/11/22 16:03:11 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v 1.3 2008/11/22 17:47:17 maekke Exp $
inherit games
@@ -11,7 +11,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="~amd64 ppc x86"
IUSE=""
RESTRICT="test"
1.17 games-misc/gnurobots/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 22 Nov 2008 16:03:11 -0000 1.16
+++ ChangeLog 22 Nov 2008 17:47:17 -0000 1.17
@@ -1,6 +1,9 @@
# ChangeLog for games-misc/gnurobots
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v 1.16 2008/11/22 16:03:11 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v 1.17 2008/11/22 17:47:17 maekke Exp $
+
+ 22 Nov 2008; Markus Meier <maekke@gentoo.org> gnurobots-1.2.0.ebuild:
+ x86 stable, bug #247530
22 Nov 2008; Tobias Scherbaum <dertobi123@gentoo.org>
gnurobots-1.2.0.ebuild:
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-misc/gnurobots: gnurobots-1.2.0.ebuild ChangeLog
@ 2008-11-22 16:03 Tobias Scherbaum (dertobi123)
0 siblings, 0 replies; 10+ messages in thread
From: Tobias Scherbaum (dertobi123) @ 2008-11-22 16:03 UTC (permalink / raw
To: gentoo-commits
dertobi123 08/11/22 16:03:11
Modified: gnurobots-1.2.0.ebuild ChangeLog
Log:
ppc stable, bug #247530
(Portage version: 2.2_rc15/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Revision Changes Path
1.2 games-misc/gnurobots/gnurobots-1.2.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?r1=1.1&r2=1.2
Index: gnurobots-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnurobots-1.2.0.ebuild 14 Nov 2008 15:34:46 -0000 1.1
+++ gnurobots-1.2.0.ebuild 22 Nov 2008 16:03:11 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v 1.1 2008/11/14 15:34:46 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v 1.2 2008/11/22 16:03:11 dertobi123 Exp $
inherit games
@@ -11,7 +11,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
IUSE=""
RESTRICT="test"
1.16 games-misc/gnurobots/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 19 Nov 2008 09:40:43 -0000 1.15
+++ ChangeLog 22 Nov 2008 16:03:11 -0000 1.16
@@ -1,6 +1,10 @@
# ChangeLog for games-misc/gnurobots
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v 1.15 2008/11/19 09:40:43 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v 1.16 2008/11/22 16:03:11 dertobi123 Exp $
+
+ 22 Nov 2008; Tobias Scherbaum <dertobi123@gentoo.org>
+ gnurobots-1.2.0.ebuild:
+ ppc stable, bug #247530
*gnurobots-1.2.0 (14 Nov 2008)
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2013-01-08 19:43 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-02 15:31 [gentoo-commits] gentoo-x86 commit in games-misc/gnurobots: gnurobots-1.2.0.ebuild ChangeLog Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2013-01-08 19:43 Julian Ospald (hasufell)
2012-12-15 18:47 Brian Dolbec (dolsen)
2011-03-23 7:34 Samuli Suominen (ssuominen)
2010-03-15 16:02 Michael Sterrett (mr_bones_)
2010-03-11 16:27 Michael Sterrett (mr_bones_)
2009-07-13 12:59 Alfredo Tupone (tupone)
2009-05-22 22:40 Tristan Heaven (nyhm)
2008-11-22 17:47 Markus Meier (maekke)
2008-11-22 16:03 Tobias Scherbaum (dertobi123)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox