Gentoo Archives: gentoo-commits

From: "Daniel Black (dragonheart)" <dragonheart@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-benchmarks/lmbench: lmbench-3.0_alpha3.ebuild lmbench-3.ebuild
Date: Sat, 03 May 2008 01:13:58
Message-Id: E1Js6K4-0001Ps-1Q@stork.gentoo.org
1 dragonheart 08/05/03 01:13:56
2
3 Modified: lmbench-3.0_alpha3.ebuild lmbench-3.ebuild
4 Log:
5 qa quoting fixes
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.15 app-benchmarks/lmbench/lmbench-3.0_alpha3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/lmbench/lmbench-3.0_alpha3.ebuild?rev=1.15&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/lmbench/lmbench-3.0_alpha3.ebuild?rev=1.15&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/lmbench/lmbench-3.0_alpha3.ebuild?r1=1.14&r2=1.15
14
15 Index: lmbench-3.0_alpha3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/lmbench/lmbench-3.0_alpha3.ebuild,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -u -r1.14 -r1.15
21 --- lmbench-3.0_alpha3.ebuild 2 May 2008 23:22:07 -0000 1.14
22 +++ lmbench-3.0_alpha3.ebuild 3 May 2008 01:13:55 -0000 1.15
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/lmbench/lmbench-3.0_alpha3.ebuild,v 1.14 2008/05/02 23:22:07 dragonheart Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/lmbench/lmbench-3.0_alpha3.ebuild,v 1.15 2008/05/03 01:13:55 dragonheart Exp $
28
29 inherit toolchain-funcs eutils
30
31 @@ -51,10 +51,10 @@
32 cp -R scripts "${D}"/usr/share/lmbench
33
34 dodir /usr/share/lmbench/results
35 - chmod 777 ${D}/usr/share/lmbench/results
36 + chmod 777 "${D}"/usr/share/lmbench/results
37 dodir /usr/share/lmbench/bin
38 - chmod 777 ${D}/usr/share/lmbench/bin
39 + chmod 777 "${D}"/usr/share/lmbench/bin
40
41 # avoid file collision with sys-apps/util-linux
42 - mv ${D}/usr/bin/line ${D}/usr/bin/line.lmbench
43 + mv "${D}"/usr/bin/line "${D}"/usr/bin/line.lmbench
44 }
45
46
47
48 1.2 app-benchmarks/lmbench/lmbench-3.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/lmbench/lmbench-3.ebuild?rev=1.2&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/lmbench/lmbench-3.ebuild?rev=1.2&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/lmbench/lmbench-3.ebuild?r1=1.1&r2=1.2
53
54 Index: lmbench-3.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/lmbench/lmbench-3.ebuild,v
57 retrieving revision 1.1
58 retrieving revision 1.2
59 diff -u -r1.1 -r1.2
60 --- lmbench-3.ebuild 3 May 2008 01:04:06 -0000 1.1
61 +++ lmbench-3.ebuild 3 May 2008 01:13:55 -0000 1.2
62 @@ -1,6 +1,6 @@
63 # Copyright 1999-2008 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/lmbench/lmbench-3.ebuild,v 1.1 2008/05/03 01:04:06 dragonheart Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/lmbench/lmbench-3.ebuild,v 1.2 2008/05/03 01:13:55 dragonheart Exp $
67
68 inherit toolchain-funcs eutils
69
70 @@ -53,10 +53,10 @@
71 cp -R scripts "${D}"/usr/share/lmbench
72
73 dodir /usr/share/lmbench/results
74 - chmod 777 ${D}/usr/share/lmbench/results
75 + chmod 777 "${D}"/usr/share/lmbench/results
76 dodir /usr/share/lmbench/bin
77 - chmod 777 ${D}/usr/share/lmbench/bin
78 + chmod 777 "${D}"/usr/share/lmbench/bin
79
80 # avoid file collision with sys-apps/util-linux
81 - mv ${D}/usr/bin/line ${D}/usr/bin/line.lmbench
82 + mv "${D}"/usr/bin/line "${D}"/usr/bin/line.lmbench
83 }
84
85
86
87 --
88 gentoo-commits@l.g.o mailing list