Gentoo Archives: gentoo-commits

From: "Stefan Schweizer (genstef)" <genstef@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-benchmarks/bashmark: bashmark-0.6.2.ebuild ChangeLog
Date: Fri, 12 Oct 2007 20:33:06
Message-Id: E1IgR2I-00008i-5D@stork.gentoo.org
1 genstef 07/10/12 20:23:06
2
3 Modified: bashmark-0.6.2.ebuild ChangeLog
4 Log:
5 as-needed fix thanks to Andrei Slavoiu <ansla80@×××××.com> in bug 195144
6 (Portage version: 2.1.3.12)
7
8 Revision Changes Path
9 1.2 app-benchmarks/bashmark/bashmark-0.6.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/bashmark/bashmark-0.6.2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/bashmark/bashmark-0.6.2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/bashmark/bashmark-0.6.2.ebuild?r1=1.1&r2=1.2
14
15 Index: bashmark-0.6.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/bashmark/bashmark-0.6.2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- bashmark-0.6.2.ebuild 21 Jul 2005 16:01:21 -0000 1.1
22 +++ bashmark-0.6.2.ebuild 12 Oct 2007 20:23:05 -0000 1.2
23 @@ -1,6 +1,8 @@
24 -# Copyright 1999-2005 Gentoo Foundation
25 +# Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/bashmark/bashmark-0.6.2.ebuild,v 1.1 2005/07/21 16:01:21 genstef Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/bashmark/bashmark-0.6.2.ebuild,v 1.2 2007/10/12 20:23:05 genstef Exp $
29 +
30 +inherit eutils
31
32 DESCRIPTION="Geno's cross platform benchmarking suite"
33 HOMEPAGE="http://bashmark.coders-net.de"
34 @@ -11,6 +13,12 @@
35 KEYWORDS="~x86 ~amd64"
36 IUSE=""
37
38 +src_unpack() {
39 + unpack ${A}
40 + cd "${S}"
41 + epatch "${FILESDIR}"/bashmark-0.6.2-as-needed.patch
42 +}
43 +
44 src_install() {
45 dobin bashmark
46 dodoc ChangeLog
47
48
49
50 1.9 app-benchmarks/bashmark/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/bashmark/ChangeLog?rev=1.9&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/bashmark/ChangeLog?rev=1.9&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/bashmark/ChangeLog?r1=1.8&r2=1.9
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/bashmark/ChangeLog,v
59 retrieving revision 1.8
60 retrieving revision 1.9
61 diff -u -r1.8 -r1.9
62 --- ChangeLog 9 Feb 2007 07:09:49 -0000 1.8
63 +++ ChangeLog 12 Oct 2007 20:23:05 -0000 1.9
64 @@ -1,6 +1,10 @@
65 # ChangeLog for app-benchmarks/bashmark
66 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/bashmark/ChangeLog,v 1.8 2007/02/09 07:09:49 flameeyes Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/bashmark/ChangeLog,v 1.9 2007/10/12 20:23:05 genstef Exp $
69 +
70 + 12 Oct 2007; Stefan Schweizer <genstef@g.o>
71 + +files/bashmark-0.6.2-as-needed.patch, bashmark-0.6.2.ebuild:
72 + as-needed fix thanks to Andrei Slavoiu <ansla80@×××××.com> in bug 195144
73
74 09 Feb 2007; Diego Pettenò <flameeyes@g.o> ChangeLog:
75 Regenerate digest in Manifest2 format.
76
77
78
79 --
80 gentoo-commits@g.o mailing list