From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NplEJ-0001ZF-JJ for garchives@archives.gentoo.org; Thu, 11 Mar 2010 16:27:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9684DE0B49; Thu, 11 Mar 2010 16:27:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 451D5E0B49 for ; Thu, 11 Mar 2010 16:27:22 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id E4AC91B4036 for ; Thu, 11 Mar 2010 16:27:21 +0000 (UTC) Received: from mr_bones_ by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NplEA-0001VC-9F for gentoo-commits@lists.gentoo.org; Thu, 11 Mar 2010 16:27:20 +0000 From: "Michael Sterrett (mr_bones_)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mr_bones_@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-misc/gnurobots: gnurobots-1.2.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gnurobots-1.2.0.ebuild ChangeLog X-VCS-Directories: games-misc/gnurobots X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Message-Id: Sender: Michael Sterrett Date: Thu, 11 Mar 2010 16:27:14 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: ca762d68-813f-4031-b3c0-4682a11c9e0a X-Archives-Hash: 47c247e9119618e1140824ced4bcc92c 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/gnurobo= ts/gnurobots-1.2.0.ebuild?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobo= ts/gnurobots-1.2.0.ebuild?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobo= ts/gnurobots-1.2.0.ebuild?r1=3D1.7&r2=3D1.8 Index: gnurobots-1.2.0.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.eb= uild,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 $ =20 EAPI=3D2 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/gnurobo= ts/ChangeLog?rev=3D1.21&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobo= ts/ChangeLog?rev=3D1.21&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobo= ts/ChangeLog?r1=3D1.20&r2=3D1.21 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 + gnurobots-1.2.0.ebuild: + remove -Werror again (bug #308991) =20 13 Jul 2009; Tupone Alfredo +files/gnurobots-1.2.0-ldflags.patch, gnurobots-1.2.0.ebuild: