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 1LSnCJ-0003em-Tc for garchives@archives.gentoo.org; Fri, 30 Jan 2009 06:49:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 567B8E03DE; Fri, 30 Jan 2009 06:49:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1676FE03DE for ; Fri, 30 Jan 2009 06:49:51 +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 BE1FE64234 for ; Fri, 30 Jan 2009 06:49:50 +0000 (UTC) Received: from mr_bones_ by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LSnCI-00060V-Cj for gentoo-commits@lists.gentoo.org; Fri, 30 Jan 2009 06:49:50 +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-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: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Message-Id: Sender: Michael Sterrett Date: Fri, 30 Jan 2009 06:49:50 +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: cd2597fe-8b5d-46a5-8ece-9f9060d71118 X-Archives-Hash: a3c409553925b6a45d610dbae4d862ff mr_bones_ 09/01/30 06:49:50 Modified: frotz-2.43.ebuild ChangeLog Log: EAPI=3D2; respect CC (Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686) Revision Changes Path 1.16 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.16&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/frot= z/frotz-2.43.ebuild?rev=3D1.16&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/frot= z/frotz-2.43.ebuild?r1=3D1.15&r2=3D1.16 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.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- frotz-2.43.ebuild 6 Feb 2008 20:08:41 -0000 1.15 +++ frotz-2.43.ebuild 30 Jan 2009 06:49:50 -0000 1.16 @@ -1,8 +1,9 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.15 2008/02/06 20:08:41 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild= ,v 1.16 2009/01/30 06:49:50 mr_bones_ Exp $ =20 -inherit toolchain-funcs games +EAPI=3D2 +inherit games =20 DESCRIPTION=3D"Curses based interpreter for Z-code based text games" HOMEPAGE=3D"http://www.cs.csubak.edu/~dgriffi/proj/frotz/" @@ -16,8 +17,15 @@ DEPEND=3D"sys-libs/ncurses alsa? ( oss? ( media-libs/alsa-oss ) )" =20 +src_prepare() { + sed -i \ + -e '/^CC /d' \ + Makefile \ + || die 'sed failed' +} + src_compile() { - local OPTS=3D"CC=3D$(tc-getcc) CONFIG_DIR=3D${GAMES_SYSCONFDIR}" + local OPTS=3D"CONFIG_DIR=3D${GAMES_SYSCONFDIR}" use oss && OPTS=3D"${MAKE_OPTS} SOUND_DEFS=3D-DOSS_SOUND SOUND_DEV=3D/d= ev/dsp" emake ${MAKE_OPTS} all || die "emake failed" } 1.14 games-engines/frotz/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/frot= z/ChangeLog?rev=3D1.14&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/frot= z/ChangeLog?rev=3D1.14&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/frot= z/ChangeLog?r1=3D1.13&r2=3D1.14 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.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 6 Feb 2008 20:08:41 -0000 1.13 +++ ChangeLog 30 Jan 2009 06:49:50 -0000 1.14 @@ -1,6 +1,9 @@ # ChangeLog for games-engines/frotz -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v 1.13 = 2008/02/06 20:08:41 grobian Exp $ +# 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 $ + + 30 Jan 2009; Michael Sterrett frotz-2.43.ebuild= : + EAPI=3D2; respect CC =20 06 Feb 2008; Fabian Groffen frotz-2.43.ebuild: Dropped ppc-macos keyword, see you in prefix