public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Sterrett (mr_bones_)" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-engines/frotz: frotz-2.43.ebuild ChangeLog
Date: Fri, 30 Jan 2009 06:49:50 +0000	[thread overview]
Message-ID: <E1LSnCI-00060V-Cj@stork.gentoo.org> (raw)

mr_bones_    09/01/30 06:49:50

  Modified:             frotz-2.43.ebuild ChangeLog
  Log:
  EAPI=2; 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/frotz/frotz-2.43.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild?r1=1.15&r2=1.16

Index: frotz-2.43.ebuild
===================================================================
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 $
 
-inherit toolchain-funcs games
+EAPI=2
+inherit games
 
 DESCRIPTION="Curses based interpreter for Z-code based text games"
 HOMEPAGE="http://www.cs.csubak.edu/~dgriffi/proj/frotz/"
@@ -16,8 +17,15 @@
 DEPEND="sys-libs/ncurses
 	alsa? ( oss? ( media-libs/alsa-oss ) )"
 
+src_prepare() {
+	sed -i \
+		-e '/^CC /d' \
+		Makefile \
+		|| die 'sed failed'
+}
+
 src_compile() {
-	local OPTS="CC=$(tc-getcc) CONFIG_DIR=${GAMES_SYSCONFDIR}"
+	local OPTS="CONFIG_DIR=${GAMES_SYSCONFDIR}"
 	use oss && OPTS="${MAKE_OPTS} SOUND_DEFS=-DOSS_SOUND SOUND_DEV=/dev/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/frotz/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/frotz/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/frotz/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
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 <mr_bones_@gentoo.org> frotz-2.43.ebuild:
+  EAPI=2; respect CC
 
   06 Feb 2008; Fabian Groffen <grobian@gentoo.org> frotz-2.43.ebuild:
   Dropped ppc-macos keyword, see you in prefix






             reply	other threads:[~2009-01-30  6:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-30  6:49 Michael Sterrett (mr_bones_) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-01-18 15:41 [gentoo-commits] gentoo-x86 commit in games-engines/frotz: frotz-2.43.ebuild ChangeLog Alfredo Tupone (tupone)
2010-12-29  3:02 Michael Sterrett (mr_bones_)
2010-10-04 14:59 Michael Sterrett (mr_bones_)
2010-10-04 12:38 Alfredo Tupone (tupone)
2009-06-14  0:04 Tristan Heaven (nyhm)
2008-02-06 20:08 Fabian Groffen (grobian)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1LSnCI-00060V-Cj@stork.gentoo.org \
    --to=mr_bones_@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox