public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alfredo Tupone (tupone)" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-action/clanbomber: ChangeLog clanbomber-2.0.9.1.ebuild
Date: Thu, 22 Jan 2009 10:20:48 +0000	[thread overview]
Message-ID: <E1LPwg4-0000wS-Tj@stork.gentoo.org> (raw)

tupone      09/01/22 10:20:48

  Modified:             ChangeLog clanbomber-2.0.9.1.ebuild
  Log:
  Fix gcc-4.3 bug #227937
  Fix build with dev-libs/DirectFb-1*
  (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r7 x86_64)

Revision  Changes    Path
1.10                 games-action/clanbomber/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	15 Feb 2008 01:51:15 -0000	1.9
+++ ChangeLog	22 Jan 2009 10:20:48 -0000	1.10
@@ -1,6 +1,11 @@
 # ChangeLog for games-action/clanbomber
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v 1.9 2008/02/15 01:51:15 nyhm Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v 1.10 2009/01/22 10:20:48 tupone Exp $
+
+  22 Jan 2009; Alfredo Tupone <tupone@gentoo.org>
+  +files/clanbomber-2.0.9.1-gcc43.patch, clanbomber-2.0.9.1.ebuild:
+  Fix gcc-4.3 bug #227937 by Evil Compile Person
+  Fix build with dev-libs/DirectFb-1*
 
 *clanbomber-2.0.9.1 (15 Feb 2008)
 



1.2                  games-action/clanbomber/clanbomber-2.0.9.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/clanbomber/clanbomber-2.0.9.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/clanbomber/clanbomber-2.0.9.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/clanbomber/clanbomber-2.0.9.1.ebuild?r1=1.1&r2=1.2

Index: clanbomber-2.0.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.0.9.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- clanbomber-2.0.9.1.ebuild	15 Feb 2008 01:51:15 -0000	1.1
+++ clanbomber-2.0.9.1.ebuild	22 Jan 2009 10:20:48 -0000	1.2
@@ -1,6 +1,6 @@
-# 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-action/clanbomber/clanbomber-2.0.9.1.ebuild,v 1.1 2008/02/15 01:51:15 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.0.9.1.ebuild,v 1.2 2009/01/22 10:20:48 tupone Exp $
 
 inherit eutils versionator games
 
@@ -19,6 +19,12 @@
 
 S=${WORKDIR}/${MY_P}
 
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+	epatch "${FILESDIR}"/${P}-gcc43.patch
+}
+
 src_install() {
 	emake DESTDIR="${D}" install || die "emake install failed"
 	newicon ${PN}/pics/cup2.png ${PN}.png






             reply	other threads:[~2009-01-22 10:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-22 10:20 Alfredo Tupone (tupone) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-01-31  0:56 [gentoo-commits] gentoo-x86 commit in games-action/clanbomber: ChangeLog clanbomber-2.0.9.1.ebuild Michael Sterrett (mr_bones_)
2009-12-09 22:45 Christian Faulhammer (fauli)
2009-11-05 23:31 Mounir Lamouri (volkmar)
2009-10-14 21:31 Michael Sterrett (mr_bones_)
2008-02-15  1:51 Tristan Heaven (nyhm)

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=E1LPwg4-0000wS-Tj@stork.gentoo.org \
    --to=tupone@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