public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-p2p/mutella: ChangeLog mutella-0.4.5.ebuild
@ 2009-08-09 15:28 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-08-09 15:28 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/08/09 15:28:56

  Modified:             ChangeLog mutella-0.4.5.ebuild
  Log:
  Fix building with GLIBC 2.10+ wrt #273856, thanks to Arttu Valo for patch.
  (Portage version: 2.2_rc36/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 net-p2p/mutella/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/mutella/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	24 Feb 2009 02:21:11 -0000	1.25
+++ ChangeLog	9 Aug 2009 15:28:56 -0000	1.26
@@ -1,6 +1,10 @@
 # ChangeLog for net-p2p/mutella
-# 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 $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/mutella/ChangeLog,v 1.26 2009/08/09 15:28:56 ssuominen Exp $
+
+  09 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> mutella-0.4.5.ebuild,
+  +files/mutella-0.4.5-glibc-2.10.patch:
+  Fix building with GLIBC 2.10+ wrt #273856, thanks to Arttu Valo for patch.
 
   24 Feb 2009; Ryan Hill <dirtyepic@gentoo.org>
   +files/mutella-0.4.5-gcc43.patch, mutella-0.4.5.ebuild:



1.9                  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.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/mutella/mutella-0.4.5.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/mutella/mutella-0.4.5.ebuild?r1=1.8&r2=1.9

Index: mutella-0.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/mutella/mutella-0.4.5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mutella-0.4.5.ebuild	24 Feb 2009 02:21:11 -0000	1.8
+++ mutella-0.4.5.ebuild	9 Aug 2009 15:28:56 -0000	1.9
@@ -1,6 +1,6 @@
 # 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.8 2009/02/24 02:21:11 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/mutella/mutella-0.4.5.ebuild,v 1.9 2009/08/09 15:28:56 ssuominen Exp $
 
 inherit eutils
 
@@ -16,9 +16,9 @@
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
-
-	epatch "${FILESDIR}/${P}-gcc41.patch"
+	epatch "${FILESDIR}"/${P}-gcc41.patch
 	epatch "${FILESDIR}"/${P}-gcc43.patch
+	epatch "${FILESDIR}"/${P}-glibc-2.10.patch
 }
 
 src_compile() {
@@ -29,5 +29,5 @@
 
 src_install() {
 	emake DESTDIR="${D}" install || die
-	dodoc AUTHORS ChangeLog COPYING INSTALL LICENSE KNOWN-BUGS README TODO
+	dodoc AUTHORS ChangeLog KNOWN-BUGS README TODO
 }






^ permalink raw reply	[flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-p2p/mutella: ChangeLog mutella-0.4.5.ebuild
@ 2010-01-07 14:55 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-07 14:55 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/07 14:55:42

  Modified:             ChangeLog mutella-0.4.5.ebuild
  Log:
  Transfer Prefix keywords
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.27                 net-p2p/mutella/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/mutella/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	9 Aug 2009 15:28:56 -0000	1.26
+++ ChangeLog	7 Jan 2010 14:55:42 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for net-p2p/mutella
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/mutella/ChangeLog,v 1.26 2009/08/09 15:28:56 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/mutella/ChangeLog,v 1.27 2010/01/07 14:55:42 fauli Exp $
+
+  07 Jan 2010; Christian Faulhammer <fauli@gentoo.org> mutella-0.4.5.ebuild:
+  Transfer Prefix keywords
 
   09 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> mutella-0.4.5.ebuild,
   +files/mutella-0.4.5-glibc-2.10.patch:



1.10                 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.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/mutella/mutella-0.4.5.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/mutella/mutella-0.4.5.ebuild?r1=1.9&r2=1.10

Index: mutella-0.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/mutella/mutella-0.4.5.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mutella-0.4.5.ebuild	9 Aug 2009 15:28:56 -0000	1.9
+++ mutella-0.4.5.ebuild	7 Jan 2010 14:55:42 -0000	1.10
@@ -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/net-p2p/mutella/mutella-0.4.5.ebuild,v 1.9 2009/08/09 15:28:56 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/mutella/mutella-0.4.5.ebuild,v 1.10 2010/01/07 14:55:42 fauli Exp $
 
 inherit eutils
 
@@ -9,7 +9,7 @@
 HOMEPAGE="http://mutella.sourceforge.net/"
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="x86 ppc ~amd64"
+KEYWORDS="~amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="debug"
 DEPEND="sys-libs/readline"
 






^ permalink raw reply	[flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-p2p/mutella: ChangeLog mutella-0.4.5.ebuild
@ 2009-02-24  2:21 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 4+ messages in thread
From: Ryan Hill (dirtyepic) @ 2009-02-24  2:21 UTC (permalink / raw
  To: gentoo-commits

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
 }






^ permalink raw reply	[flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-p2p/mutella: ChangeLog mutella-0.4.5.ebuild
@ 2008-01-25 19:49 Fabian Groffen (grobian)
  0 siblings, 0 replies; 4+ messages in thread
From: Fabian Groffen (grobian) @ 2008-01-25 19:49 UTC (permalink / raw
  To: gentoo-commits

grobian     08/01/25 19:49:15

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

Revision  Changes    Path
1.23                 net-p2p/mutella/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/mutella/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	22 Jan 2007 14:44:00 -0000	1.22
+++ ChangeLog	25 Jan 2008 19:49:14 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for net-p2p/mutella
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/mutella/ChangeLog,v 1.22 2007/01/22 14:44:00 armin76 Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/mutella/ChangeLog,v 1.23 2008/01/25 19:49:14 grobian Exp $
+
+  25 Jan 2008; Fabian Groffen <grobian@gentoo.org> mutella-0.4.5.ebuild:
+  Dropped ppc-macos keyword, see you in prefix
 
   22 Jan 2007; Raúl Porcel <armin76@gentoo.org> -files/mutella-gcc33-fix,
   -mutella-0.4.3.ebuild:



1.6                  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.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/mutella/mutella-0.4.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/mutella/mutella-0.4.5.ebuild?r1=1.5&r2=1.6

Index: mutella-0.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/mutella/mutella-0.4.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mutella-0.4.5.ebuild	6 Jun 2006 19:55:35 -0000	1.5
+++ mutella-0.4.5.ebuild	25 Jan 2008 19:49:14 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 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.5 2006/06/06 19:55:35 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/mutella/mutella-0.4.5.ebuild,v 1.6 2008/01/25 19:49:14 grobian Exp $
 
 inherit eutils
 
@@ -9,7 +9,7 @@
 HOMEPAGE="http://mutella.sourceforge.net/"
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="x86 ppc ~amd64 ~ppc-macos"
+KEYWORDS="x86 ppc ~amd64"
 IUSE="debug"
 DEPEND="virtual/libc
 	sys-libs/readline"



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



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

end of thread, other threads:[~2010-01-07 14:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-09 15:28 [gentoo-commits] gentoo-x86 commit in net-p2p/mutella: ChangeLog mutella-0.4.5.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-07 14:55 Christian Faulhammer (fauli)
2009-02-24  2:21 Ryan Hill (dirtyepic)
2008-01-25 19:49 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