Gentoo Archives: gentoo-commits

From: "Anant Narayanan (anant)" <anant@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/ns: ns-2.31.ebuild ChangeLog
Date: Mon, 01 Oct 2007 11:08:38
Message-Id: E1IcJ01-0004mx-0a@stork.gentoo.org
1 anant 07/10/01 10:59:41
2
3 Modified: ns-2.31.ebuild ChangeLog
4 Log:
5 Fix QA quoting issues.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.2 net-analyzer/ns/ns-2.31.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ns/ns-2.31.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ns/ns-2.31.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ns/ns-2.31.ebuild?r1=1.1&r2=1.2
14
15 Index: ns-2.31.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ns/ns-2.31.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ns-2.31.ebuild 1 Oct 2007 10:45:45 -0000 1.1
22 +++ ns-2.31.ebuild 1 Oct 2007 10:59:40 -0000 1.2
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/net-analyzer/ns/ns-2.31.ebuild,v 1.1 2007/10/01 10:45:45 anant Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ns/ns-2.31.ebuild,v 1.2 2007/10/01 10:59:40 anant Exp $
28
29 inherit eutils toolchain-funcs flag-o-matic
30
31 @@ -28,9 +28,9 @@
32 dev-tex/latex2html )"
33
34 src_unpack() {
35 - unpack ${A}
36 - cd ${S}
37 - sed '/$(CC)/s!-g!$(CFLAGS)!g' ${S}/indep-utils/model-gen/Makefile
38 + unpack "${A}"
39 + cd "${S}"
40 + sed '/$(CC)/s!-g!$(CFLAGS)!g' "${S}/indep-utils/model-gen/Makefile"
41 }
42
43 src_compile() {
44 @@ -64,18 +64,18 @@
45 --enable-release || die "./configure failed"
46 emake CCOPT="${CFLAGS}" || die
47
48 - cd ${S}/indep-utils/dosdbell
49 + cd "${S}/indep-utils/dosdbell"
50 emake DFLAGS="${CFLAGS}" || die
51 - cd ${S}/indep-utils/dosreduce
52 + cd "${S}/indep-utils/dosreduce"
53 ${CC} ${CFLAGS} dosreduce.c -o dosreduce
54 - cd ${S}/indep-utils/propagation
55 + cd "${S}/indep-utils/propagation"
56 ${CXX} ${CXXFLAGS} threshold.cc -o threshold
57 - cd ${S}/indep-utils/model-gen
58 + cd "${S}/indep-utils/model-gen"
59 emake CFLAGS="${CFLAGS}" || die
60
61 if useq doc; then
62 einfo "Generating extra docs"
63 - cd ${S}/doc
64 + cd "${S}/doc"
65 yes '' | emake all
66 fi
67 }
68 @@ -108,11 +108,11 @@
69 dobin http_connect http_active
70
71 if use doc; then
72 - cd ${S}/doc
73 + cd "${S}/doc"
74 docinto doc
75 dodoc everything.dvi everything.ps.gz everything.html everything.pdf
76 docinto model-gen
77 - cd ${S}/indep-utils/model-gen
78 + cd "${S}/indep-utils/model-gen"
79 dodoc *
80 fi
81 }
82 @@ -125,5 +125,5 @@
83 einfo "At the time of assembling this ebuild, these test suites failed:"
84 einfo "srm smac-multihop hier-routing algo-routing mcast vc"
85 einfo "session mixmode webcache mcache plm wireless-tdma"
86 - ./validate 2>&1 | tee ${S}/validate.run
87 + ./validate 2>&1 | tee "${S}/validate.run"
88 }
89
90
91
92 1.27 net-analyzer/ns/ChangeLog
93
94 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ns/ChangeLog?rev=1.27&view=markup
95 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ns/ChangeLog?rev=1.27&content-type=text/plain
96 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ns/ChangeLog?r1=1.26&r2=1.27
97
98 Index: ChangeLog
99 ===================================================================
100 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ns/ChangeLog,v
101 retrieving revision 1.26
102 retrieving revision 1.27
103 diff -u -r1.26 -r1.27
104 --- ChangeLog 1 Oct 2007 10:45:45 -0000 1.26
105 +++ ChangeLog 1 Oct 2007 10:59:40 -0000 1.27
106 @@ -1,6 +1,9 @@
107 # ChangeLog for net-analyzer/ns
108 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
109 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ns/ChangeLog,v 1.26 2007/10/01 10:45:45 anant Exp $
110 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ns/ChangeLog,v 1.27 2007/10/01 10:59:40 anant Exp $
111 +
112 + 01 Oct 2007; Anant Narayanan <anant@g.o> ns-2.31.ebuild:
113 + Fix QA quoting issues.
114
115 *ns-2.31 (01 Oct 2007)
116
117
118
119
120 --
121 gentoo-commits@g.o mailing list