Gentoo Archives: gentoo-commits

From: "Christian Heim (phreak)" <phreak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/brltty: ChangeLog brltty-3.7.2.ebuild brltty-3.8.ebuild brltty-3.7.2-r1.ebuild
Date: Wed, 26 Dec 2007 22:11:33
Message-Id: E1J7eTG-0002A4-3B@stork.gentoo.org
1 phreak 07/12/26 22:11:26
2
3 Modified: ChangeLog brltty-3.7.2.ebuild brltty-3.8.ebuild
4 brltty-3.7.2-r1.ebuild
5 Log:
6 Fix the quotation.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.65 app-accessibility/brltty/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.65&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.65&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/brltty/ChangeLog?r1=1.64&r2=1.65
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v
19 retrieving revision 1.64
20 retrieving revision 1.65
21 diff -u -r1.64 -r1.65
22 --- ChangeLog 22 Sep 2007 14:26:58 -0000 1.64
23 +++ ChangeLog 26 Dec 2007 22:11:25 -0000 1.65
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-accessibility/brltty
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.64 2007/09/22 14:26:58 philantrop Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.65 2007/12/26 22:11:25 phreak Exp $
29 +
30 + 26 Dec 2007; Christian Heim <phreak@g.o> brltty-3.7.2.ebuild,
31 + brltty-3.7.2-r1.ebuild, brltty-3.8.ebuild:
32 + Fix the quotation.
33
34 22 Sep 2007; Wulf C. Krueger <philantrop@g.o> brltty-3.8.ebuild:
35 Marked stable on amd64 as per bug 186958.
36
37
38
39 1.13 app-accessibility/brltty/brltty-3.7.2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/brltty/brltty-3.7.2.ebuild?rev=1.13&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/brltty/brltty-3.7.2.ebuild?rev=1.13&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/brltty/brltty-3.7.2.ebuild?r1=1.12&r2=1.13
44
45 Index: brltty-3.7.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-3.7.2.ebuild,v
48 retrieving revision 1.12
49 retrieving revision 1.13
50 diff -u -r1.12 -r1.13
51 --- brltty-3.7.2.ebuild 31 Jul 2007 02:28:33 -0000 1.12
52 +++ brltty-3.7.2.ebuild 26 Dec 2007 22:11:25 -0000 1.13
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-3.7.2.ebuild,v 1.12 2007/07/31 02:28:33 williamh Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-3.7.2.ebuild,v 1.13 2007/12/26 22:11:25 phreak Exp $
58
59 inherit eutils multilib toolchain-funcs
60
61 @@ -18,7 +18,7 @@
62
63 src_unpack() {
64 unpack ${A}
65 - cd ${S}
66 + cd "${S}"
67 epatch "${FILESDIR}"/${PN}-3.7.2-nostrip.patch
68 }
69
70 @@ -32,11 +32,11 @@
71 }
72
73 src_install() {
74 - make INSTALL_ROOT=${D} install || die
75 - TMPDIR=../../Programs scanelf -RBXr ${D} -o /dev/null
76 + make INSTALL_ROOT="${D}" install || die
77 + TMPDIR=../../Programs scanelf -RBXr "${D}" -o /dev/null
78 libdir="$(get_libdir)"
79 - mkdir -p ${D}/usr/${libdir}/
80 - mv ${D}/${libdir}/*.a ${D}/usr/${libdir}/
81 + mkdir -p "${D}"/usr/${libdir}/
82 + mv "${D}"/${libdir}/*.a "${D}"/usr/${libdir}/
83 gen_usr_ldscript libbrlapi.so
84 cd Documents
85 rm *.made
86
87
88
89 1.10 app-accessibility/brltty/brltty-3.8.ebuild
90
91 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/brltty/brltty-3.8.ebuild?rev=1.10&view=markup
92 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/brltty/brltty-3.8.ebuild?rev=1.10&content-type=text/plain
93 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/brltty/brltty-3.8.ebuild?r1=1.9&r2=1.10
94
95 Index: brltty-3.8.ebuild
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-3.8.ebuild,v
98 retrieving revision 1.9
99 retrieving revision 1.10
100 diff -u -r1.9 -r1.10
101 --- brltty-3.8.ebuild 22 Sep 2007 14:26:58 -0000 1.9
102 +++ brltty-3.8.ebuild 26 Dec 2007 22:11:25 -0000 1.10
103 @@ -1,6 +1,6 @@
104 # Copyright 1999-2007 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-3.8.ebuild,v 1.9 2007/09/22 14:26:58 philantrop Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-3.8.ebuild,v 1.10 2007/12/26 22:11:25 phreak Exp $
108
109 inherit eutils multilib toolchain-funcs
110
111 @@ -26,17 +26,17 @@
112 }
113
114 src_install() {
115 - make INSTALL_PROGRAM="\${INSTALL_SCRIPT}" INSTALL_ROOT=${D} install || die
116 - TMPDIR=../../Programs scanelf -RBXr ${D} -o /dev/null
117 + make INSTALL_PROGRAM="\${INSTALL_SCRIPT}" INSTALL_ROOT="${D}" install || die
118 + TMPDIR=../../Programs scanelf -RBXr "${D}" -o /dev/null
119 libdir="$(get_libdir)"
120 - mkdir -p ${D}/usr/${libdir}/
121 - mv ${D}/${libdir}/*.a ${D}/usr/${libdir}/
122 + mkdir -p "${D}"/usr/${libdir}/
123 + mv "${D}"/${libdir}/*.a "${D}"/usr/${libdir}/
124 gen_usr_ldscript libbrlapi.so
125 cd Documents
126 rm *.made
127 dodoc ChangeLog README* Manual.* TODO brltty.conf
128 dohtml -r Manual-HTML
129 - newinitd ${FILESDIR}/brltty.rc brltty
130 + newinitd "${FILESDIR}"/brltty.rc brltty
131 if use doc; then
132 dodoc BrlAPI.* BrlAPIref.doxy
133 dohtml -r BrlAPI-HTML BrlAPIref-HTML
134
135
136
137 1.7 app-accessibility/brltty/brltty-3.7.2-r1.ebuild
138
139 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/brltty/brltty-3.7.2-r1.ebuild?rev=1.7&view=markup
140 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/brltty/brltty-3.7.2-r1.ebuild?rev=1.7&content-type=text/plain
141 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/brltty/brltty-3.7.2-r1.ebuild?r1=1.6&r2=1.7
142
143 Index: brltty-3.7.2-r1.ebuild
144 ===================================================================
145 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-3.7.2-r1.ebuild,v
146 retrieving revision 1.6
147 retrieving revision 1.7
148 diff -u -r1.6 -r1.7
149 --- brltty-3.7.2-r1.ebuild 31 Jul 2007 02:28:33 -0000 1.6
150 +++ brltty-3.7.2-r1.ebuild 26 Dec 2007 22:11:25 -0000 1.7
151 @@ -1,6 +1,6 @@
152 # Copyright 1999-2007 Gentoo Foundation
153 # Distributed under the terms of the GNU General Public License v2
154 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-3.7.2-r1.ebuild,v 1.6 2007/07/31 02:28:33 williamh Exp $
155 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-3.7.2-r1.ebuild,v 1.7 2007/12/26 22:11:25 phreak Exp $
156
157 inherit eutils multilib toolchain-funcs
158
159 @@ -18,7 +18,7 @@
160
161 src_unpack() {
162 unpack ${A}
163 - cd ${S}
164 + cd "${S}"
165 epatch "${FILESDIR}"/${P}-nostrip.patch
166 epatch "${FILESDIR}"/${P}-linux-compiler-h.patch
167 }
168 @@ -33,17 +33,17 @@
169 }
170
171 src_install() {
172 - make INSTALL_ROOT=${D} install || die
173 - TMPDIR=../../Programs scanelf -RBXr ${D} -o /dev/null
174 + make INSTALL_ROOT="${D}" install || die
175 + TMPDIR=../../Programs scanelf -RBXr "${D}" -o /dev/null
176 libdir="$(get_libdir)"
177 - mkdir -p ${D}/usr/${libdir}/
178 - mv ${D}/${libdir}/*.a ${D}/usr/${libdir}/
179 + mkdir -p "${D}"/usr/${libdir}/
180 + mv "${D}"/${libdir}/*.a "${D}"/usr/${libdir}/
181 gen_usr_ldscript libbrlapi.so
182 cd Documents
183 rm *.made
184 dodoc ChangeLog README* Manual.* TODO brltty.conf
185 dohtml -r Manual-HTML
186 - newinitd ${FILESDIR}/brltty.rc brltty
187 + newinitd "${FILESDIR}"/brltty.rc brltty
188 if use doc; then
189 dodoc BrlAPI.* BrlAPIref.doxy
190 dohtml -r BrlAPI-HTML BrlAPIref-HTML
191
192
193
194 --
195 gentoo-commits@g.o mailing list