public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tristan Heaven (nyhm)" <nyhm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/cob: ChangeLog cob-0.9.ebuild
Date: Thu, 18 Jun 2009 01:31:16 +0000	[thread overview]
Message-ID: <E1MH6TE-0005Wc-LU@stork.gentoo.org> (raw)

nyhm        09/06/18 01:31:16

  Modified:             ChangeLog cob-0.9.ebuild
  Log:
  Fix building with gcc-4.4, bug #273520
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.10                 games-arcade/cob/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/cob/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/cob/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/cob/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cob/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	30 Apr 2008 21:48:15 -0000	1.9
+++ ChangeLog	18 Jun 2009 01:31:16 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for games-arcade/cob
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/ChangeLog,v 1.9 2008/04/30 21:48:15 nyhm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/ChangeLog,v 1.10 2009/06/18 01:31:16 nyhm Exp $
+
+  18 Jun 2009; Tristan Heaven <nyhm@gentoo.org> cob-0.9.ebuild,
+  +files/cob-0.9-gcc44.patch:
+  Fix building with gcc-4.4, bug #273520
 
   30 Apr 2008; Tristan Heaven <nyhm@gentoo.org> +files/cob-0.9-gcc43.patch,
   cob-0.9.ebuild:



1.13                 games-arcade/cob/cob-0.9.ebuild

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

Index: cob-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cob/cob-0.9.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- cob-0.9.ebuild	30 Apr 2008 21:48:15 -0000	1.12
+++ cob-0.9.ebuild	18 Jun 2009 01:31:16 -0000	1.13
@@ -1,7 +1,8 @@
-# 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-arcade/cob/cob-0.9.ebuild,v 1.12 2008/04/30 21:48:15 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/cob-0.9.ebuild,v 1.13 2009/06/18 01:31:16 nyhm Exp $
 
+EAPI=2
 inherit eutils games
 
 DESCRIPTION="Cruising on Broadway: a painting-type game"
@@ -15,16 +16,10 @@
 
 DEPEND="media-libs/libsdl"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}"/${P}-gcc43.patch
-	# gcc34 compile fix (bug #119061)
-	sed -i \
-		-e '195 s/;//' \
-		cob/sdw.hxx \
-		|| die "sed failed"
-}
+PATCHES=(
+	"${FILESDIR}"/${P}-gcc43.patch
+	"${FILESDIR}"/${P}-gcc44.patch
+)
 
 src_install() {
 	emake DESTDIR="${D}" install || die "emake install failed"






             reply	other threads:[~2009-06-18  1:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-18  1:31 Tristan Heaven (nyhm) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-01-03 19:31 [gentoo-commits] gentoo-x86 commit in games-arcade/cob: ChangeLog cob-0.9.ebuild Alfredo Tupone (tupone)

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=E1MH6TE-0005Wc-LU@stork.gentoo.org \
    --to=nyhm@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