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-arcade/methane: ChangeLog methane-1.4.8.ebuild
Date: Thu, 21 Apr 2011 07:30:41 +0000 (UTC)	[thread overview]
Message-ID: <20110421073041.45DC420057@flycatcher.gentoo.org> (raw)

tupone      11/04/21 07:30:41

  Modified:             ChangeLog methane-1.4.8.ebuild
  Log:
  Build with gcc-4.6 Bug #362381
  Enabling parallell compilation
  
  (Portage version: 2.1.9.46/cvs/Linux i686)

Revision  Changes    Path
1.18                 games-arcade/methane/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/methane/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	1 Oct 2010 05:00:17 -0000	1.17
+++ ChangeLog	21 Apr 2011 07:30:41 -0000	1.18
@@ -1,6 +1,11 @@
 # ChangeLog for games-arcade/methane
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/methane/ChangeLog,v 1.17 2010/10/01 05:00:17 tupone Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/methane/ChangeLog,v 1.18 2011/04/21 07:30:41 tupone Exp $
+
+  21 Apr 2011; Tupone Alfredo <tupone@gentoo.org> methane-1.4.8.ebuild,
+  +files/methane-1.4.8-gcc46.patch:
+  Build with gcc-4.6 Bug #362381 by Diego Elio Pettenò
+  Enabling parallell compilation
 
   01 Oct 2010; Tupone Alfredo <tupone@gentoo.org> methane-1.4.8.ebuild,
   +files/methane-1.4.8-ldflags.patch:



1.8                  games-arcade/methane/methane-1.4.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/methane/methane-1.4.8.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/methane/methane-1.4.8.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/methane/methane-1.4.8.ebuild?r1=1.7&r2=1.8

Index: methane-1.4.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/methane/methane-1.4.8.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- methane-1.4.8.ebuild	1 Oct 2010 05:00:17 -0000	1.7
+++ methane-1.4.8.ebuild	21 Apr 2011 07:30:41 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/methane/methane-1.4.8.ebuild,v 1.7 2010/10/01 05:00:17 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/methane/methane-1.4.8.ebuild,v 1.8 2011/04/21 07:30:41 tupone Exp $
 
 EAPI=2
 inherit eutils games
@@ -28,13 +28,14 @@
 	fi
 	sed -i \
 		-e "s:/var/games:${GAMES_STATEDIR}:" \
-		source/linux/doc.cpp history \
+		source/linux/doc.cpp \
 		|| die "sed failed"
-	epatch "${FILESDIR}"/${P}-ldflags.patch
+	epatch "${FILESDIR}"/${P}-ldflags.patch \
+		"${FILESDIR}"/${P}-gcc46.patch
 }
 
 src_compile() {
-	emake -C source/linux -j1 || die "emake failed"
+	emake -C source/linux || die "emake failed"
 }
 
 src_install() {






             reply	other threads:[~2011-04-21  7:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-21  7:30 Alfredo Tupone (tupone) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-01-18  9:41 [gentoo-commits] gentoo-x86 commit in games-arcade/methane: ChangeLog methane-1.4.8.ebuild Michael Sterrett (mr_bones_)
2012-05-04  4:22 Jeff Horelick (jdhore)
2010-10-01  5:00 Alfredo Tupone (tupone)
2009-01-04 19:23 Michael Sterrett (mr_bones_)

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=20110421073041.45DC420057@flycatcher.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