From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Js3W7-0005Oo-H5 for garchives@archives.gentoo.org; Fri, 02 May 2008 22:14:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98B8BE0429; Fri, 2 May 2008 22:14:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3A20CE0429 for ; Fri, 2 May 2008 22:14:10 +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 D0B7D67115 for ; Fri, 2 May 2008 22:14:09 +0000 (UTC) Received: from nyhm by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1Js3W4-0000SA-Pl for gentoo-commits@lists.gentoo.org; Fri, 02 May 2008 22:14:08 +0000 From: "Tristan Heaven (nyhm)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, nyhm@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-util/agistudio: agistudio-1.2.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: agistudio-1.2.2.ebuild ChangeLog X-VCS-Directories: games-util/agistudio X-VCS-Committer: nyhm X-VCS-Committer-Name: Tristan Heaven Content-Type: text/plain; charset=utf8 Message-Id: Sender: Tristan Heaven Date: Fri, 02 May 2008 22:14:08 +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: f9adfa54-2035-4a8d-8069-9e1207030b7d X-Archives-Hash: 08a29e0b458d19b7516b35c524b6316f nyhm 08/05/02 22:14:08 Modified: agistudio-1.2.2.ebuild ChangeLog Log: Fix building with gcc-4.3 (Portage version: 2.1.5_rc6) Revision Changes Path 1.5 games-util/agistudio/agistudio-1.2.2.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/agistud= io/agistudio-1.2.2.ebuild?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/agistud= io/agistudio-1.2.2.ebuild?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/agistud= io/agistudio-1.2.2.ebuild?r1=3D1.4&r2=3D1.5 Index: agistudio-1.2.2.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-util/agistudio/agistudio-1.2.2.eb= uild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- agistudio-1.2.2.ebuild 14 Feb 2008 05:57:17 -0000 1.4 +++ agistudio-1.2.2.ebuild 2 May 2008 22:14:08 -0000 1.5 @@ -1,8 +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-util/agistudio/agistudio-1.2.2.= ebuild,v 1.4 2008/02/14 05:57:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/agistudio/agistudio-1.2.2.= ebuild,v 1.5 2008/05/02 22:14:08 nyhm Exp $ =20 -inherit toolchain-funcs qt3 +inherit eutils toolchain-funcs qt3 =20 DESCRIPTION=3D"QT AGI Studio allows you to view, create and edit AGI gam= es" HOMEPAGE=3D"http://agistudio.sourceforge.net/" @@ -20,10 +20,11 @@ src_unpack() { unpack ${A} cd "${S}" + epatch "${FILESDIR}"/${P}-gcc43.patch sed -i \ -e "s#^QTDIR.*#QTDIR =3D ${QTDIR}#" \ -e "s#^INCPATH.*#INCPATH =3D -I\$(QTDIR)/include#" \ - -e "s/g++/$(tc-getCXX)/" \ + -e "s:g++:$(tc-getCXX):" \ -e "/^CXXFLAGS/s:-O2:${CXXFLAGS}:" \ -e 's/$(LFLAGS)/$(LDFLAGS)/' \ Makefile \ 1.9 games-util/agistudio/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/agistud= io/ChangeLog?rev=3D1.9&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/agistud= io/ChangeLog?rev=3D1.9&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/agistud= io/ChangeLog?r1=3D1.8&r2=3D1.9 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-util/agistudio/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 19 Feb 2007 17:35:21 -0000 1.8 +++ ChangeLog 2 May 2008 22:14:08 -0000 1.9 @@ -1,6 +1,10 @@ # ChangeLog for games-util/agistudio -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/agistudio/ChangeLog,v 1.8 = 2007/02/19 17:35:21 nixnut Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/agistudio/ChangeLog,v 1.9 = 2008/05/02 22:14:08 nyhm Exp $ + + 02 May 2008; Tristan Heaven + +files/agistudio-1.2.2-gcc43.patch, agistudio-1.2.2.ebuild: + Fix building with gcc-4.3 =20 19 Feb 2007; nixnut agistudio-1.2.2.ebuild: Stable on ppc wrt bug 167559 --=20 gentoo-commits@lists.gentoo.org mailing list