public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-engines/frotz: frotz-2.43.ebuild ChangeLog
@ 2015-01-18 15:41 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone (tupone) @ 2015-01-18 15:41 UTC (permalink / raw
  To: gentoo-commits

tupone      15/01/18 15:41:51

  Modified:             frotz-2.43.ebuild ChangeLog
  Log:
  EAPI 5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)

Revision  Changes    Path
1.21                 games-engines/frotz/frotz-2.43.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild?r1=1.20&r2=1.21

Index: frotz-2.43.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- frotz-2.43.ebuild	29 Dec 2010 03:02:39 -0000	1.20
+++ frotz-2.43.ebuild	18 Jan 2015 15:41:51 -0000	1.21
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 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.20 2010/12/29 03:02:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v 1.21 2015/01/18 15:41:51 tupone Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils games
 
 DESCRIPTION="Curses based interpreter for Z-code based text games"
@@ -16,6 +16,7 @@
 
 DEPEND="sys-libs/ncurses
 	alsa? ( oss? ( media-libs/alsa-oss ) )"
+RDEPEND="${DEPEND}"
 
 src_prepare() {
 	sed -i \
@@ -30,11 +31,11 @@
 src_compile() {
 	local OPTS="CONFIG_DIR=${GAMES_SYSCONFDIR}"
 	use oss && OPTS="${OPTS} SOUND_DEFS=-DOSS_SOUND SOUND_DEV=/dev/dsp"
-	emake ${OPTS} all || die "emake failed"
+	emake ${OPTS} all
 }
 
 src_install () {
-	dogamesbin {d,}frotz || die "dogamesbin failed"
+	dogamesbin {d,}frotz
 	doman doc/*.6
 	dodoc AUTHORS BUGS ChangeLog HOW_TO_PLAY README TODO \
 		doc/{frotz.conf-big,frotz.conf-small}



1.19                 games-engines/frotz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	29 Dec 2010 03:02:39 -0000	1.18
+++ ChangeLog	18 Jan 2015 15:41:51 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for games-engines/frotz
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v 1.18 2010/12/29 03:02:39 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v 1.19 2015/01/18 15:41:51 tupone Exp $
+
+  18 Jan 2015; Tupone Alfredo <tupone@gentoo.org> frotz-2.43.ebuild:
+  EAPI 5
 
   29 Dec 2010; Michael Sterrett <mr_bones_@gentoo.org> frotz-2.43.ebuild:
   update HOMEPAGE (bug #349396)





^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-engines/frotz: frotz-2.43.ebuild ChangeLog
@ 2010-12-29  3:02 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-12-29  3:02 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/12/29 03:02:39

  Modified:             frotz-2.43.ebuild ChangeLog
  Log:
  update HOMEPAGE (bug #349396)
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.20                 games-engines/frotz/frotz-2.43.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild?r1=1.19&r2=1.20

Index: frotz-2.43.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- frotz-2.43.ebuild	4 Oct 2010 14:59:19 -0000	1.19
+++ frotz-2.43.ebuild	29 Dec 2010 03:02:39 -0000	1.20
@@ -1,12 +1,12 @@
 # Copyright 1999-2010 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.19 2010/10/04 14:59:19 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v 1.20 2010/12/29 03:02:39 mr_bones_ Exp $
 
 EAPI=2
 inherit eutils games
 
 DESCRIPTION="Curses based interpreter for Z-code based text games"
-HOMEPAGE="http://www.cs.csubak.edu/~dgriffi/proj/frotz/"
+HOMEPAGE="http://frotz.sourceforge.net/"
 SRC_URI="http://www.ifarchive.org/if-archive/infocom/interpreters/frotz/${P}.tar.gz"
 
 LICENSE="GPL-2"



1.18                 games-engines/frotz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	4 Oct 2010 14:59:19 -0000	1.17
+++ ChangeLog	29 Dec 2010 03:02:39 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for games-engines/frotz
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v 1.17 2010/10/04 14:59:19 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v 1.18 2010/12/29 03:02:39 mr_bones_ Exp $
+
+  29 Dec 2010; Michael Sterrett <mr_bones_@gentoo.org> frotz-2.43.ebuild:
+  update HOMEPAGE (bug #349396)
 
   04 Oct 2010; Michael Sterrett <mr_bones_@gentoo.org> frotz-2.43.ebuild:
   fix up src_compile to pass the options to emake






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-engines/frotz: frotz-2.43.ebuild ChangeLog
@ 2010-10-04 14:59 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-10-04 14:59 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/10/04 14:59:19

  Modified:             frotz-2.43.ebuild ChangeLog
  Log:
  fix up src_compile to pass the options to emake
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.19                 games-engines/frotz/frotz-2.43.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild?r1=1.18&r2=1.19

Index: frotz-2.43.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- frotz-2.43.ebuild	4 Oct 2010 12:38:22 -0000	1.18
+++ frotz-2.43.ebuild	4 Oct 2010 14:59:19 -0000	1.19
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.18 2010/10/04 12:38:22 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v 1.19 2010/10/04 14:59:19 mr_bones_ Exp $
 
 EAPI=2
 inherit eutils games
@@ -14,23 +14,23 @@
 KEYWORDS="amd64 ppc sparc x86"
 IUSE="alsa oss"
 
-RDEPEND="sys-libs/ncurses
+DEPEND="sys-libs/ncurses
 	alsa? ( oss? ( media-libs/alsa-oss ) )"
-DEPEND="${RDEPEND}"
 
 src_prepare() {
 	sed -i \
 		-e '/^CC /d' \
 		Makefile \
-		|| die 'sed failed'
-	epatch "${FILESDIR}"/${P}-glibc2.10.patch \
+		|| die
+	epatch \
+		"${FILESDIR}"/${P}-glibc2.10.patch \
 		"${FILESDIR}"/${P}-ldflags.patch
 }
 
 src_compile() {
 	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"
+	use oss && OPTS="${OPTS} SOUND_DEFS=-DOSS_SOUND SOUND_DEV=/dev/dsp"
+	emake ${OPTS} all || die "emake failed"
 }
 
 src_install () {



1.17                 games-engines/frotz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	4 Oct 2010 12:38:22 -0000	1.16
+++ ChangeLog	4 Oct 2010 14:59:19 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for games-engines/frotz
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v 1.16 2010/10/04 12:38:22 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v 1.17 2010/10/04 14:59:19 mr_bones_ Exp $
+
+  04 Oct 2010; Michael Sterrett <mr_bones_@gentoo.org> frotz-2.43.ebuild:
+  fix up src_compile to pass the options to emake
 
   04 Oct 2010; Tupone Alfredo <tupone@gentoo.org> frotz-2.43.ebuild,
   +files/frotz-2.43-ldflags.patch:






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-engines/frotz: frotz-2.43.ebuild ChangeLog
@ 2010-10-04 12:38 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-10-04 12:38 UTC (permalink / raw
  To: gentoo-commits

tupone      10/10/04 12:38:22

  Modified:             frotz-2.43.ebuild ChangeLog
  Log:
  Respect LDFLAGS. Bug #337241
  
  (Portage version: 2.1.9.13/cvs/Linux i686)

Revision  Changes    Path
1.18                 games-engines/frotz/frotz-2.43.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild?r1=1.17&r2=1.18

Index: frotz-2.43.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- frotz-2.43.ebuild	14 Jun 2009 00:04:27 -0000	1.17
+++ frotz-2.43.ebuild	4 Oct 2010 12:38:22 -0000	1.18
@@ -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-engines/frotz/frotz-2.43.ebuild,v 1.17 2009/06/14 00:04:27 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v 1.18 2010/10/04 12:38:22 tupone Exp $
 
 EAPI=2
 inherit eutils games
@@ -14,15 +14,17 @@
 KEYWORDS="amd64 ppc sparc x86"
 IUSE="alsa oss"
 
-DEPEND="sys-libs/ncurses
+RDEPEND="sys-libs/ncurses
 	alsa? ( oss? ( media-libs/alsa-oss ) )"
+DEPEND="${RDEPEND}"
 
 src_prepare() {
 	sed -i \
 		-e '/^CC /d' \
 		Makefile \
 		|| die 'sed failed'
-	epatch "${FILESDIR}"/${P}-glibc2.10.patch
+	epatch "${FILESDIR}"/${P}-glibc2.10.patch \
+		"${FILESDIR}"/${P}-ldflags.patch
 }
 
 src_compile() {



1.16                 games-engines/frotz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	14 Jun 2009 00:04:28 -0000	1.15
+++ ChangeLog	4 Oct 2010 12:38:22 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for games-engines/frotz
-# 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 $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v 1.16 2010/10/04 12:38:22 tupone Exp $
+
+  04 Oct 2010; Tupone Alfredo <tupone@gentoo.org> frotz-2.43.ebuild,
+  +files/frotz-2.43-ldflags.patch:
+  Respect LDFLAGS. Bug #337241 by flameeyes@gentoo.org
 
   14 Jun 2009; Tristan Heaven <nyhm@gentoo.org> frotz-2.43.ebuild,
   +files/frotz-2.43-glibc2.10.patch:






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-engines/frotz: frotz-2.43.ebuild ChangeLog
@ 2009-06-14  0:04 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 7+ messages in thread
From: Tristan Heaven (nyhm) @ 2009-06-14  0:04 UTC (permalink / raw
  To: gentoo-commits

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

Index: frotz-2.43.ebuild
===================================================================
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 $
 
 EAPI=2
-inherit games
+inherit eutils games
 
 DESCRIPTION="Curses based interpreter for Z-code based text games"
 HOMEPAGE="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
 }
 
 src_compile() {



1.15                 games-engines/frotz/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/frotz/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/frotz/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/frotz/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
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 <nyhm@gentoo.org> frotz-2.43.ebuild,
+  +files/frotz-2.43-glibc2.10.patch:
+  Fix building with glibc-2.10, bug #273528
 
   30 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> frotz-2.43.ebuild:
   EAPI=2; respect CC






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-engines/frotz: frotz-2.43.ebuild ChangeLog
@ 2009-01-30  6:49 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-01-30  6:49 UTC (permalink / raw
  To: gentoo-commits

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






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-engines/frotz: frotz-2.43.ebuild ChangeLog
@ 2008-02-06 20:08 Fabian Groffen (grobian)
  0 siblings, 0 replies; 7+ messages in thread
From: Fabian Groffen (grobian) @ 2008-02-06 20:08 UTC (permalink / raw
  To: gentoo-commits

grobian     08/02/06 20:08:42

  Modified:             frotz-2.43.ebuild ChangeLog
  Log:
  Dropped ppc-macos keyword, see you in prefix
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.15                 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.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild?r1=1.14&r2=1.15

Index: frotz-2.43.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- frotz-2.43.ebuild	12 Mar 2007 14:12:53 -0000	1.14
+++ frotz-2.43.ebuild	6 Feb 2008 20:08:41 -0000	1.15
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.14 2007/03/12 14:12:53 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v 1.15 2008/02/06 20:08:41 grobian Exp $
 
 inherit toolchain-funcs games
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc-macos sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
 IUSE="alsa oss"
 
 DEPEND="sys-libs/ncurses



1.13                 games-engines/frotz/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/frotz/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/frotz/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/frotz/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	12 Mar 2007 14:12:54 -0000	1.12
+++ ChangeLog	6 Feb 2008 20:08:41 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for games-engines/frotz
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v 1.12 2007/03/12 14:12:54 genone Exp $
+# 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 $
+
+  06 Feb 2008; Fabian Groffen <grobian@gentoo.org> frotz-2.43.ebuild:
+  Dropped ppc-macos keyword, see you in prefix
 
   12 Mar 2007; Marius Mauch <genone@gentoo.org> frotz-2.43.ebuild:
   Replacing einfo with elog



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-01-18 15:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-18 15:41 [gentoo-commits] gentoo-x86 commit in games-engines/frotz: frotz-2.43.ebuild ChangeLog Alfredo Tupone (tupone)
  -- strict thread matches above, loose matches on Subject: below --
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)
2009-01-30  6:49 Michael Sterrett (mr_bones_)
2008-02-06 20:08 Fabian Groffen (grobian)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox