public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-benchmarks/bashmark: bashmark-0.6.2.ebuild ChangeLog
@ 2013-02-19 19:15 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 2+ messages in thread
From: Ryan Hill (dirtyepic) @ 2013-02-19 19:15 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    13/02/19 19:15:42

  Modified:             bashmark-0.6.2.ebuild ChangeLog
  Log:
  Fix build with GCC 4.7 (bug #422577).
  
  (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 957A8463)

Revision  Changes    Path
1.6                  app-benchmarks/bashmark/bashmark-0.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/bashmark/bashmark-0.6.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/bashmark/bashmark-0.6.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/bashmark/bashmark-0.6.2.ebuild?r1=1.5&r2=1.6

Index: bashmark-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/bashmark/bashmark-0.6.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bashmark-0.6.2.ebuild	29 Jun 2008 10:00:27 -0000	1.5
+++ bashmark-0.6.2.ebuild	19 Feb 2013 19:15:42 -0000	1.6
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/bashmark/bashmark-0.6.2.ebuild,v 1.5 2008/06/29 10:00:27 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/bashmark/bashmark-0.6.2.ebuild,v 1.6 2013/02/19 19:15:42 dirtyepic Exp $
+
+EAPI=5
 
 inherit eutils
 
@@ -13,11 +15,10 @@
 KEYWORDS="amd64 x86"
 IUSE=""
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}"/${P}-as-needed.patch
 	epatch "${FILESDIR}"/${P}-gcc43.patch
+	epatch "${FILESDIR}"/${P}-gcc47.patch
 }
 
 src_install() {



1.14                 app-benchmarks/bashmark/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/bashmark/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/bashmark/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/bashmark/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/bashmark/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	22 May 2010 11:49:44 -0000	1.13
+++ ChangeLog	19 Feb 2013 19:15:42 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for app-benchmarks/bashmark
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/bashmark/ChangeLog,v 1.13 2010/05/22 11:49:44 tove Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/bashmark/ChangeLog,v 1.14 2013/02/19 19:15:42 dirtyepic Exp $
+
+  19 Feb 2013; Ryan Hill <dirtyepic@gentoo.org> bashmark-0.6.2.ebuild,
+  +files/bashmark-0.6.2-gcc47.patch:
+  Fix build with GCC 4.7 (bug #422577).
 
   22 May 2010; Torsten Veller <tove@gentoo.org> metadata.xml:
   Remove genstef from metadata.xml (#66339)





^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-benchmarks/bashmark: bashmark-0.6.2.ebuild ChangeLog
@ 2007-10-12 20:23 Stefan Schweizer (genstef)
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Schweizer (genstef) @ 2007-10-12 20:23 UTC (permalink / raw
  To: gentoo-commits

genstef     07/10/12 20:23:06

  Modified:             bashmark-0.6.2.ebuild ChangeLog
  Log:
  as-needed fix thanks to Andrei Slavoiu <ansla80@yahoo.com> in bug 195144
  (Portage version: 2.1.3.12)

Revision  Changes    Path
1.2                  app-benchmarks/bashmark/bashmark-0.6.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/bashmark/bashmark-0.6.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/bashmark/bashmark-0.6.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/bashmark/bashmark-0.6.2.ebuild?r1=1.1&r2=1.2

Index: bashmark-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/bashmark/bashmark-0.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bashmark-0.6.2.ebuild	21 Jul 2005 16:01:21 -0000	1.1
+++ bashmark-0.6.2.ebuild	12 Oct 2007 20:23:05 -0000	1.2
@@ -1,6 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/bashmark/bashmark-0.6.2.ebuild,v 1.1 2005/07/21 16:01:21 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/bashmark/bashmark-0.6.2.ebuild,v 1.2 2007/10/12 20:23:05 genstef Exp $
+
+inherit eutils
 
 DESCRIPTION="Geno's cross platform benchmarking suite"
 HOMEPAGE="http://bashmark.coders-net.de"
@@ -11,6 +13,12 @@
 KEYWORDS="~x86 ~amd64"
 IUSE=""
 
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+	epatch "${FILESDIR}"/bashmark-0.6.2-as-needed.patch
+}
+
 src_install() {
 	dobin bashmark
 	dodoc ChangeLog



1.9                  app-benchmarks/bashmark/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/bashmark/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/bashmark/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/bashmark/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/bashmark/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	9 Feb 2007 07:09:49 -0000	1.8
+++ ChangeLog	12 Oct 2007 20:23:05 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for app-benchmarks/bashmark
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/bashmark/ChangeLog,v 1.8 2007/02/09 07:09:49 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/bashmark/ChangeLog,v 1.9 2007/10/12 20:23:05 genstef Exp $
+
+  12 Oct 2007; Stefan Schweizer <genstef@gentoo.org>
+  +files/bashmark-0.6.2-as-needed.patch, bashmark-0.6.2.ebuild:
+  as-needed fix thanks to Andrei Slavoiu <ansla80@yahoo.com> in bug 195144
 
   09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
   Regenerate digest in Manifest2 format.



-- 
gentoo-commits@gentoo.org mailing list



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

end of thread, other threads:[~2013-02-19 19:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-19 19:15 [gentoo-commits] gentoo-x86 commit in app-benchmarks/bashmark: bashmark-0.6.2.ebuild ChangeLog Ryan Hill (dirtyepic)
  -- strict thread matches above, loose matches on Subject: below --
2007-10-12 20:23 Stefan Schweizer (genstef)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox