Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-benchmarks/dbench: dbench-3.04.ebuild ChangeLog
Date: Sat, 01 Dec 2007 16:45:14
Message-Id: E1IyVSj-0004ol-MB@stork.gentoo.org
1 jer 07/12/01 16:45:05
2
3 Modified: dbench-3.04.ebuild ChangeLog
4 Log:
5 dbench has no hard dependency on sys-apps/attr. Removed
6 (Portage version: 2.1.4_rc4)
7
8 Revision Changes Path
9 1.8 app-benchmarks/dbench/dbench-3.04.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/dbench/dbench-3.04.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/dbench/dbench-3.04.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/dbench/dbench-3.04.ebuild?r1=1.7&r2=1.8
14
15 Index: dbench-3.04.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/dbench-3.04.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- dbench-3.04.ebuild 3 Oct 2007 06:11:20 -0000 1.7
22 +++ dbench-3.04.ebuild 1 Dec 2007 16:45:05 -0000 1.8
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/dbench-3.04.ebuild,v 1.7 2007/10/03 06:11:20 tgall Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/dbench-3.04.ebuild,v 1.8 2007/12/01 16:45:05 jer Exp $
28
29 DESCRIPTION="Popular filesystem benchmark"
30 SRC_URI="ftp://ftp.samba.org/pub/tridge/dbench/${P}.tar.gz"
31 @@ -9,8 +9,7 @@
32 LICENSE="GPL-2"
33 KEYWORDS="~amd64 hppa ppc ppc64 sparc ~x86"
34 IUSE=""
35 -DEPEND="virtual/libc
36 - sys-apps/attr"
37 +DEPEND="virtual/libc"
38
39 src_install() {
40 dobin dbench tbench tbench_srv
41
42
43
44 1.25 app-benchmarks/dbench/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/dbench/ChangeLog?rev=1.25&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/dbench/ChangeLog?rev=1.25&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/dbench/ChangeLog?r1=1.24&r2=1.25
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/ChangeLog,v
53 retrieving revision 1.24
54 retrieving revision 1.25
55 diff -u -r1.24 -r1.25
56 --- ChangeLog 3 Oct 2007 06:11:20 -0000 1.24
57 +++ ChangeLog 1 Dec 2007 16:45:05 -0000 1.25
58 @@ -1,6 +1,9 @@
59 # ChangeLog for app-benchmarks/dbench
60 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/ChangeLog,v 1.24 2007/10/03 06:11:20 tgall Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/ChangeLog,v 1.25 2007/12/01 16:45:05 jer Exp $
63 +
64 + 01 Dec 2007; Jeroen Roovers <jer@g.o> dbench-3.04.ebuild:
65 + dbench has no hard dependency on sys-apps/attr. Removed
66
67 03 Oct 2007; Tom Gall <tgall@g.o> dbench-3.04.ebuild:
68 stable on ppc64
69
70
71
72 --
73 gentoo-commits@g.o mailing list