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/filebench: filebench-1.4.9.1.ebuild ChangeLog
Date: Mon, 27 Aug 2012 08:57:18
Message-Id: 20120827085706.8476F208CC@flycatcher.gentoo.org
1 patrick 12/08/27 08:57:06
2
3 Modified: ChangeLog
4 Added: filebench-1.4.9.1.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 app-benchmarks/filebench/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/filebench/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/filebench/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/filebench/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/filebench/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 22 Jul 2011 18:55:35 -0000 1.4
24 +++ ChangeLog 27 Aug 2012 08:57:06 -0000 1.5
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-benchmarks/filebench
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/filebench/ChangeLog,v 1.4 2011/07/22 18:55:35 patrick Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/filebench/ChangeLog,v 1.5 2012/08/27 08:57:06 patrick Exp $
31 +
32 +*filebench-1.4.9.1 (27 Aug 2012)
33 +
34 + 27 Aug 2012; Patrick Lauer <patrick@g.o> +filebench-1.4.9.1.ebuild:
35 + Bump
36
37 *filebench-1.4.9 (22 Jul 2011)
38
39 @@ -20,4 +25,3 @@
40 01 Mar 2009; Patrick Lauer <patrick@g.o> +files/linux-port.patch,
41 +metadata.xml, +filebench-1.2.4.ebuild:
42 Initial import from sunrise. Fixes #218223. Ebuild by Cheng Renquan.
43 -
44
45
46
47 1.1 app-benchmarks/filebench/filebench-1.4.9.1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/filebench/filebench-1.4.9.1.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/filebench/filebench-1.4.9.1.ebuild?rev=1.1&content-type=text/plain
51
52 Index: filebench-1.4.9.1.ebuild
53 ===================================================================
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/app-benchmarks/filebench/filebench-1.4.9.1.ebuild,v 1.1 2012/08/27 08:57:06 patrick Exp $
57
58 inherit eutils autotools
59
60 DESCRIPTION="Filebench - A Model Based File System Workload Generator"
61 HOMEPAGE="http://sourceforge.net/projects/filebench/"
62 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
63
64 LICENSE="CDDL"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 DEPEND="dev-libs/libaio
70 sys-devel/flex
71 sys-devel/bison"
72 RDEPEND=""
73
74 src_unpack() {
75 unpack ${A}
76 cd "${S}"
77 #epatch "${FILESDIR}/linux-port.patch"
78 eautoreconf
79 }
80
81 src_compile() {
82 econf
83 emake -j1 || die "emake failed"
84 }
85
86 src_install() {
87 emake DESTDIR="${D}" install || die "Install failed"
88
89 dodoc README AUTHORS
90 }