public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ryan Hill (dirtyepic)" <dirtyepic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/mutella: ChangeLog mutella-0.4.5.ebuild
Date: Tue, 24 Feb 2009 02:21:12 +0000	[thread overview]
Message-ID: <E1Lbmv2-0006BJ-8U@stork.gentoo.org> (raw)

dirtyepic    09/02/24 02:21:12

  Modified:             ChangeLog mutella-0.4.5.ebuild
  Log:
  Fix building w/ gcc-4.3 (bug #251555). Patch from Gene Seto
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 net-p2p/mutella/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/mutella/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/mutella/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/mutella/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/mutella/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	13 Apr 2008 21:52:25 -0000	1.24
+++ ChangeLog	24 Feb 2009 02:21:11 -0000	1.25
@@ -1,6 +1,10 @@
 # ChangeLog for net-p2p/mutella
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/mutella/ChangeLog,v 1.24 2008/04/13 21:52:25 betelgeuse Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/mutella/ChangeLog,v 1.25 2009/02/24 02:21:11 dirtyepic Exp $
+
+  24 Feb 2009; Ryan Hill <dirtyepic@gentoo.org>
+  +files/mutella-0.4.5-gcc43.patch, mutella-0.4.5.ebuild:
+  Fix building w/ gcc-4.3 (bug #251555). Patch from Gene Seto
 
   13 Apr 2008; Petteri Räty <betelgeuse@gentoo.org> mutella-0.4.5.ebuild:
   Remove DEPEND on virtual/libc.



1.8                  net-p2p/mutella/mutella-0.4.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/mutella/mutella-0.4.5.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/mutella/mutella-0.4.5.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/mutella/mutella-0.4.5.ebuild?r1=1.7&r2=1.8

Index: mutella-0.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/mutella/mutella-0.4.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mutella-0.4.5.ebuild	13 Apr 2008 21:52:25 -0000	1.7
+++ mutella-0.4.5.ebuild	24 Feb 2009 02:21:11 -0000	1.8
@@ -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/net-p2p/mutella/mutella-0.4.5.ebuild,v 1.7 2008/04/13 21:52:25 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/mutella/mutella-0.4.5.ebuild,v 1.8 2009/02/24 02:21:11 dirtyepic Exp $
 
 inherit eutils
 
@@ -18,6 +18,7 @@
 	cd "${S}"
 
 	epatch "${FILESDIR}/${P}-gcc41.patch"
+	epatch "${FILESDIR}"/${P}-gcc43.patch
 }
 
 src_compile() {
@@ -27,6 +28,6 @@
 }
 
 src_install() {
-	make DESTDIR="${D}" install || die
+	emake DESTDIR="${D}" install || die
 	dodoc AUTHORS ChangeLog COPYING INSTALL LICENSE KNOWN-BUGS README TODO
 }






             reply	other threads:[~2009-02-24  2:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-24  2:21 Ryan Hill (dirtyepic) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-01-07 14:55 [gentoo-commits] gentoo-x86 commit in net-p2p/mutella: ChangeLog mutella-0.4.5.ebuild Christian Faulhammer (fauli)
2009-08-09 15:28 Samuli Suominen (ssuominen)
2008-01-25 19:49 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=E1Lbmv2-0006BJ-8U@stork.gentoo.org \
    --to=dirtyepic@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