Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-benchmarks/pipebench: pipebench-0.40-r1.ebuild ChangeLog
Date: Wed, 05 Jun 2013 07:37:08
Message-Id: 20130605073705.2B3442171D@flycatcher.gentoo.org
1 zmedico 13/06/05 07:37:05
2
3 Modified: pipebench-0.40-r1.ebuild ChangeLog
4 Log:
5 Bump to EAPI 3, fix for prefix, and add ~arm-linux + ~x86-linux keywords.
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 0xFDE8EF85AE5719A3)
8
9 Revision Changes Path
10 1.3 app-benchmarks/pipebench/pipebench-0.40-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/pipebench/pipebench-0.40-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/pipebench/pipebench-0.40-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/pipebench/pipebench-0.40-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: pipebench-0.40-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/pipebench/pipebench-0.40-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- pipebench-0.40-r1.ebuild 1 Jun 2011 12:25:56 -0000 1.2
23 +++ pipebench-0.40-r1.ebuild 5 Jun 2013 07:37:05 -0000 1.3
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/pipebench/pipebench-0.40-r1.ebuild,v 1.2 2011/06/01 12:25:56 klausman Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/pipebench/pipebench-0.40-r1.ebuild,v 1.3 2013/06/05 07:37:05 zmedico Exp $
30
31 -EAPI="2"
32 +EAPI="3"
33
34 inherit toolchain-funcs
35
36 @@ -12,15 +12,15 @@
37
38 LICENSE="GPL-2"
39 SLOT="0"
40 -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
41 +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86 ~arm-linux ~x86-linux"
42 IUSE=""
43
44 src_prepare() {
45 sed -i Makefile \
46 -e 's:CFLAGS=-Wall:CFLAGS+= -Wall:' \
47 -e 's:$(CFLAGS) -o:$(LDFLAGS) &:g' \
48 - -e "s:/usr/local/bin/:${D}/usr/bin:" \
49 - -e "s:/usr/local/man/man1/:${D}/usr/share/man/man1:" \
50 + -e "s:/usr/local/bin/:${ED}/usr/bin:" \
51 + -e "s:/usr/local/man/man1/:${ED}/usr/share/man/man1:" \
52 || die "sed Makefile"
53 }
54
55
56
57
58 1.15 app-benchmarks/pipebench/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/pipebench/ChangeLog?rev=1.15&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/pipebench/ChangeLog?rev=1.15&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/pipebench/ChangeLog?r1=1.14&r2=1.15
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/pipebench/ChangeLog,v
67 retrieving revision 1.14
68 retrieving revision 1.15
69 diff -u -r1.14 -r1.15
70 --- ChangeLog 1 Jun 2011 12:25:56 -0000 1.14
71 +++ ChangeLog 5 Jun 2013 07:37:05 -0000 1.15
72 @@ -1,6 +1,9 @@
73 # ChangeLog for app-benchmarks/pipebench
74 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/pipebench/ChangeLog,v 1.14 2011/06/01 12:25:56 klausman Exp $
76 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
77 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/pipebench/ChangeLog,v 1.15 2013/06/05 07:37:05 zmedico Exp $
78 +
79 + 05 Jun 2013; Zac Medico <zmedico@g.o> pipebench-0.40-r1.ebuild:
80 + Bump to EAPI 3, fix for prefix, and add ~arm-linux + ~x86-linux keywords.
81
82 01 Jun 2011; Tobias Klausmann <klausman@g.o> pipebench-0.40-r1.ebuild:
83 Keyworded on alpha, bug #359235
84 @@ -42,4 +45,3 @@
85 19 Apr 2004; Mamoru KOMACHI <usata@g.o> pipebench-0.40.ebuild:
86 Initial import. Ebuild submitted by Eric Ball <me@×××××××××××.au>,
87 closing bug #18854.
88 -