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 1O0lRY-0006WH-Bd for garchives@archives.gentoo.org; Sun, 11 Apr 2010 00:54:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97E7AE068F; Sun, 11 Apr 2010 00:54:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 58F33E068F for ; Sun, 11 Apr 2010 00:54:30 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id C5A7D1B401C for ; Sun, 11 Apr 2010 00:54:29 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 665) id 5237B2C03E; Sun, 11 Apr 2010 00:54:28 +0000 (UTC) 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-action/openastromenace: openastromenace-1.2.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: openastromenace-1.2.0.ebuild ChangeLog X-VCS-Directories: games-action/openastromenace X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Message-Id: <20100411005428.5237B2C03E@corvid.gentoo.org> Date: Sun, 11 Apr 2010 00:54:28 +0000 (UTC) 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: ff9b7993-9986-46d4-8172-700737120527 X-Archives-Hash: 35e445686f7bde3db3996567fa5a9e3d mr_bones_ 10/04/11 00:54:28 Modified: openastromenace-1.2.0.ebuild ChangeLog Log: Add patch from Andrew Savchenko to build against newer mesa versions (b= ug #288340) (Portage version: 2.1.7.17/cvs/Linux i686) Revision Changes Path 1.8 games-action/openastromenace/openastromenace-1.2.0.e= build file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/opena= stromenace/openastromenace-1.2.0.ebuild?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/opena= stromenace/openastromenace-1.2.0.ebuild?rev=3D1.8&content-type=3Dtext/pla= in diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/opena= stromenace/openastromenace-1.2.0.ebuild?r1=3D1.7&r2=3D1.8 Index: openastromenace-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-action/openastromenace/openastrom= enace-1.2.0.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- openastromenace-1.2.0.ebuild 17 Dec 2009 21:54:45 -0000 1.7 +++ openastromenace-1.2.0.ebuild 11 Apr 2010 00:54:28 -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-action/openastromenace/openastr= omenace-1.2.0.ebuild,v 1.7 2009/12/17 21:54:45 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/openastromenace/openastr= omenace-1.2.0.ebuild,v 1.8 2010/04/11 00:54:28 mr_bones_ Exp $ =20 EAPI=3D2 inherit flag-o-matic cmake-utils eutils games @@ -32,7 +32,9 @@ S=3D${WORKDIR}/OpenAstroMenaceSVN =20 src_prepare() { - epatch "${FILESDIR}"/${P}-cmake.patch + epatch \ + "${FILESDIR}"/${P}-cmake.patch \ + "${FILESDIR}"/${P}-mesa.patch if use linguas_en ; then einfo "Picking en for language set" mv ../gamelang_en.vfs ../gamelang.vfs 1.8 games-action/openastromenace/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/opena= stromenace/ChangeLog?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/opena= stromenace/ChangeLog?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/opena= stromenace/ChangeLog?r1=3D1.7&r2=3D1.8 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-action/openastromenace/ChangeLog,= v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 17 Dec 2009 21:54:45 -0000 1.7 +++ ChangeLog 11 Apr 2010 00:54:28 -0000 1.8 @@ -1,6 +1,11 @@ # ChangeLog for games-action/openastromenace -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/openastromenace/ChangeLo= g,v 1.7 2009/12/17 21:54:45 pacho Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/openastromenace/ChangeLo= g,v 1.8 2010/04/11 00:54:28 mr_bones_ Exp $ + + 11 Apr 2010; Michael Sterrett + openastromenace-1.2.0.ebuild, +files/openastromenace-1.2.0-mesa.patch: + Add patch from Andrew Savchenko to build against newer mesa versions (= bug + #288340) =20 17 Dec 2009; Pacho Ramos openastromenace-1.2.0.ebui= ld: amd64 stable, bug 295711