Gentoo Archives: gentoo-commits

From: "Tiago Cunha (tcunha)" <tcunha@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-benchmarks/dbench: dbench-4.0.ebuild ChangeLog
Date: Fri, 01 May 2009 23:03:30
Message-Id: E1M01lR-0003O3-4g@stork.gentoo.org
1 tcunha 09/05/01 23:03:29
2
3 Modified: dbench-4.0.ebuild ChangeLog
4 Log:
5 stable sparc, bug 261723
6 (Portage version: 2.1.6.11/cvs/Linux sparc64)
7
8 Revision Changes Path
9 1.9 app-benchmarks/dbench/dbench-4.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/dbench/dbench-4.0.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/dbench/dbench-4.0.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/dbench/dbench-4.0.ebuild?r1=1.8&r2=1.9
14
15 Index: dbench-4.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/dbench-4.0.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- dbench-4.0.ebuild 1 May 2009 17:58:20 -0000 1.8
22 +++ dbench-4.0.ebuild 1 May 2009 23:03:29 -0000 1.9
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/dbench-4.0.ebuild,v 1.8 2009/05/01 17:58:20 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/dbench-4.0.ebuild,v 1.9 2009/05/01 23:03:29 tcunha Exp $
28
29 inherit eutils autotools
30
31 @@ -9,7 +9,7 @@
32 HOMEPAGE="http://samba.org/ftp/tridge/dbench/"
33 SLOT="0"
34 LICENSE="GPL-2"
35 -KEYWORDS="amd64 hppa ppc ppc64 ~sparc x86"
36 +KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
37 IUSE=""
38
39 DEPEND="dev-libs/popt"
40
41
42
43 1.37 app-benchmarks/dbench/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/dbench/ChangeLog?rev=1.37&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/dbench/ChangeLog?rev=1.37&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/dbench/ChangeLog?r1=1.36&r2=1.37
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/ChangeLog,v
52 retrieving revision 1.36
53 retrieving revision 1.37
54 diff -u -r1.36 -r1.37
55 --- ChangeLog 1 May 2009 17:58:20 -0000 1.36
56 +++ ChangeLog 1 May 2009 23:03:29 -0000 1.37
57 @@ -1,6 +1,9 @@
58 # ChangeLog for app-benchmarks/dbench
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/ChangeLog,v 1.36 2009/05/01 17:58:20 patrick Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/ChangeLog,v 1.37 2009/05/01 23:03:29 tcunha Exp $
62 +
63 + 01 May 2009; Tiago Cunha <tcunha@g.o> dbench-4.0.ebuild:
64 + stable sparc, bug 261723
65
66 01 May 2009; Patrick Lauer <patrick@g.o> dbench-4.0.ebuild:
67 Fixing missing dev-libs/popt dep as noted in #261723