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 1MFdD3-0002tW-Gx for garchives@archives.gentoo.org; Sun, 14 Jun 2009 00:04:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06678E02CE; Sun, 14 Jun 2009 00:04:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BA9D7E02CE for ; Sun, 14 Jun 2009 00:04:28 +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 6274565204 for ; Sun, 14 Jun 2009 00:04:28 +0000 (UTC) Received: from nyhm by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MFdD2-0005mQ-2c for gentoo-commits@lists.gentoo.org; Sun, 14 Jun 2009 00:04:28 +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-engines/frotz: frotz-2.43.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: frotz-2.43.ebuild ChangeLog X-VCS-Directories: games-engines/frotz X-VCS-Committer: nyhm X-VCS-Committer-Name: Tristan Heaven Content-Type: text/plain; charset=utf8 Message-Id: Sender: Tristan Heaven Date: Sun, 14 Jun 2009 00:04:28 +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: 6684e282-e3c3-41bf-b4a5-75925ca72b74 X-Archives-Hash: 4fbad97a44d3b5865672275de43df861 nyhm 09/06/14 00:04:28 Modified: frotz-2.43.ebuild ChangeLog Log: Fix building with glibc-2.10, bug #273528 (Portage version: 2.2_rc33/cvs/Linux i686) Revision Changes Path 1.17 games-engines/frotz/frotz-2.43.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/frot= z/frotz-2.43.ebuild?rev=3D1.17&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/frot= z/frotz-2.43.ebuild?rev=3D1.17&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/frot= z/frotz-2.43.ebuild?r1=3D1.16&r2=3D1.17 Index: frotz-2.43.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-engines/frotz/frotz-2.43.ebuild,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- frotz-2.43.ebuild 30 Jan 2009 06:49:50 -0000 1.16 +++ frotz-2.43.ebuild 14 Jun 2009 00:04:27 -0000 1.17 @@ -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-engines/frotz/frotz-2.43.ebuild= ,v 1.16 2009/01/30 06:49:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild= ,v 1.17 2009/06/14 00:04:27 nyhm Exp $ =20 EAPI=3D2 -inherit games +inherit eutils games =20 DESCRIPTION=3D"Curses based interpreter for Z-code based text games" HOMEPAGE=3D"http://www.cs.csubak.edu/~dgriffi/proj/frotz/" @@ -22,6 +22,7 @@ -e '/^CC /d' \ Makefile \ || die 'sed failed' + epatch "${FILESDIR}"/${P}-glibc2.10.patch } =20 src_compile() { 1.15 games-engines/frotz/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/frot= z/ChangeLog?rev=3D1.15&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/frot= z/ChangeLog?rev=3D1.15&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/frot= z/ChangeLog?r1=3D1.14&r2=3D1.15 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-engines/frotz/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 30 Jan 2009 06:49:50 -0000 1.14 +++ ChangeLog 14 Jun 2009 00:04:28 -0000 1.15 @@ -1,6 +1,10 @@ # ChangeLog for games-engines/frotz -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v 1.14 = 2009/01/30 06:49:50 mr_bones_ Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v 1.15 = 2009/06/14 00:04:28 nyhm Exp $ + + 14 Jun 2009; Tristan Heaven frotz-2.43.ebuild, + +files/frotz-2.43-glibc2.10.patch: + Fix building with glibc-2.10, bug #273528 =20 30 Jan 2009; Michael Sterrett frotz-2.43.ebuild= : EAPI=3D2; respect CC