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 1Np4Cp-0000jP-3S for garchives@archives.gentoo.org; Tue, 09 Mar 2010 18:30:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0687CE0829; Tue, 9 Mar 2010 18:30:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BB317E0829 for ; Tue, 9 Mar 2010 18:30:56 +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 5D03B1B409B for ; Tue, 9 Mar 2010 18:30:56 +0000 (UTC) Received: from ssuominen by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Np4Cl-0000px-Te for gentoo-commits@lists.gentoo.org; Tue, 09 Mar 2010 18:30:55 +0000 From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-action/extreme-tuxracer: extreme-tuxracer-0.5_beta.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: extreme-tuxracer-0.5_beta.ebuild ChangeLog X-VCS-Directories: games-action/extreme-tuxracer X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: Sender: Samuli Suominen Date: Tue, 09 Mar 2010 18:30:55 +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: 298ced23-e2b9-424b-88c0-2b80ac2f6799 X-Archives-Hash: fb10eb8d74626c328d28507134ac4f12 ssuominen 10/03/09 18:30:55 Modified: extreme-tuxracer-0.5_beta.ebuild ChangeLog Log: Fix building with libpng14 wrt #308651 by Locke Shinseiko (Wizzleby). (Portage version: 2.2_rc66/cvs/Linux x86_64) Revision Changes Path 1.2 games-action/extreme-tuxracer/extreme-tuxracer-0.5_b= eta.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/extre= me-tuxracer/extreme-tuxracer-0.5_beta.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/extre= me-tuxracer/extreme-tuxracer-0.5_beta.ebuild?rev=3D1.2&content-type=3Dtex= t/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/extre= me-tuxracer/extreme-tuxracer-0.5_beta.ebuild?r1=3D1.1&r2=3D1.2 Index: extreme-tuxracer-0.5_beta.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/extreme-tuxracer/extreme-t= uxracer-0.5_beta.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- extreme-tuxracer-0.5_beta.ebuild 22 Aug 2009 07:33:10 -0000 1.1 +++ extreme-tuxracer-0.5_beta.ebuild 9 Mar 2010 18:30:55 -0000 1.2 @@ -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/extreme-tuxracer/extreme= -tuxracer-0.5_beta.ebuild,v 1.1 2009/08/22 07:33:10 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/extreme= -tuxracer-0.5_beta.ebuild,v 1.2 2010/03/09 18:30:55 ssuominen Exp $ =20 EAPI=3D2 inherit eutils games @@ -35,6 +35,8 @@ -e '/^localedir/s:=3D.*:=3D@localedir@:' \ src/Makefile.in \ || die "sed failed" + + epatch "${FILESDIR}"/${P}-libpng14.patch } =20 src_configure() { 1.8 games-action/extreme-tuxracer/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/extre= me-tuxracer/ChangeLog?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/extre= me-tuxracer/ChangeLog?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/extre= me-tuxracer/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/extreme-tuxracer/ChangeLog= ,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 22 Aug 2009 07:33:10 -0000 1.7 +++ ChangeLog 9 Mar 2010 18:30:55 -0000 1.8 @@ -1,6 +1,11 @@ # ChangeLog for games-action/extreme-tuxracer -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/ChangeL= og,v 1.7 2009/08/22 07:33:10 mr_bones_ Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/ChangeL= og,v 1.8 2010/03/09 18:30:55 ssuominen Exp $ + + 09 Mar 2010; Samuli Suominen + extreme-tuxracer-0.5_beta.ebuild, + +files/extreme-tuxracer-0.5_beta-libpng14.patch: + Fix building with libpng14 wrt #308651 by Locke Shinseiko (Wizzleby). =20 *extreme-tuxracer-0.5_beta (22 Aug 2009) =20