Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@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 17:58:22
Message-Id: E1Lzx08-0001Ro-3y@stork.gentoo.org
1 patrick 09/05/01 17:58:20
2
3 Modified: dbench-4.0.ebuild ChangeLog
4 Log:
5 Fixing missing dev-libs/popt dep as noted in #261723
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.8 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.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/dbench/dbench-4.0.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/dbench/dbench-4.0.ebuild?r1=1.7&r2=1.8
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.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- dbench-4.0.ebuild 18 Mar 2009 15:11:28 -0000 1.7
22 +++ dbench-4.0.ebuild 1 May 2009 17:58:20 -0000 1.8
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.7 2009/03/18 15:11:28 ranger Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/dbench-4.0.ebuild,v 1.8 2009/05/01 17:58:20 patrick Exp $
28
29 inherit eutils autotools
30
31 @@ -12,6 +12,9 @@
32 KEYWORDS="amd64 hppa ppc ppc64 ~sparc x86"
33 IUSE=""
34
35 +DEPEND="dev-libs/popt"
36 +RDEPEND="${DEPEND}"
37 +
38 src_unpack() {
39 unpack ${A}
40 cd "${WORKDIR}/${P}"
41
42
43
44 1.36 app-benchmarks/dbench/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/dbench/ChangeLog?rev=1.36&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/dbench/ChangeLog?rev=1.36&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/dbench/ChangeLog?r1=1.35&r2=1.36
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/ChangeLog,v
53 retrieving revision 1.35
54 retrieving revision 1.36
55 diff -u -r1.35 -r1.36
56 --- ChangeLog 18 Mar 2009 15:11:28 -0000 1.35
57 +++ ChangeLog 1 May 2009 17:58:20 -0000 1.36
58 @@ -1,6 +1,9 @@
59 # ChangeLog for app-benchmarks/dbench
60 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/ChangeLog,v 1.35 2009/03/18 15:11:28 ranger Exp $
62 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/ChangeLog,v 1.36 2009/05/01 17:58:20 patrick Exp $
64 +
65 + 01 May 2009; Patrick Lauer <patrick@g.o> dbench-4.0.ebuild:
66 + Fixing missing dev-libs/popt dep as noted in #261723
67
68 18 Mar 2009; Brent Baude <ranger@g.o> dbench-4.0.ebuild:
69 stable ppc, bug 261723