Gentoo Archives: gentoo-commits

From: "George Shapovalov (george)" <george@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ada/asis-gcc: asis-gcc-4.1.2.ebuild asis-gcc-3.4.6.ebuild asis-gcc-4.1.1.ebuild asis-gcc-4.1.2-r1.ebuild
Date: Thu, 24 Jan 2008 21:24:40
Message-Id: E1JI9Yd-0008Ct-MK@stork.gentoo.org
1 george 08/01/24 21:24:23
2
3 Modified: asis-gcc-4.1.2.ebuild asis-gcc-3.4.6.ebuild
4 asis-gcc-4.1.1.ebuild asis-gcc-4.1.2-r1.ebuild
5 Log:
6 cleaned up minor sins
7 (Portage version: 2.1.4)
8
9 Revision Changes Path
10 1.4 dev-ada/asis-gcc/asis-gcc-4.1.2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2.ebuild?r1=1.3&r2=1.4
15
16 Index: asis-gcc-4.1.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- asis-gcc-4.1.2.ebuild 15 Jul 2007 04:21:59 -0000 1.3
23 +++ asis-gcc-4.1.2.ebuild 24 Jan 2008 21:24:23 -0000 1.4
24 @@ -1,10 +1,10 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2.ebuild,v 1.3 2007/07/15 04:21:59 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2.ebuild,v 1.4 2008/01/24 21:24:23 george Exp $
30
31 inherit eutils flag-o-matic gnatbuild
32
33 -DESCRIPTION="The Ada Semantic Interface Specification (semantic analysis and tools tied to compiler). GnuAda version"
34 +DESCRIPTION="The Ada Semantic Interface Specification (tools tied to compiler). GnuAda version"
35 HOMEPAGE="http://gnuada.sourceforge.net/"
36 LICENSE="GMGPL"
37
38 @@ -108,13 +108,13 @@
39 # install the lib
40 dodir ${LIBPATH}/adalib
41 chmod 0755 lib_dyn/libasis.so
42 - cp lib_dyn/libasis.so ${D}${LIBPATH}/adalib/libasis-${SLOT}.so
43 + cp lib_dyn/libasis.so "${D}${LIBPATH}"/adalib/libasis-${SLOT}.so
44 insinto ${LIBPATH}/adalib
45 doins obj/*.ali
46 - chmod 0444 ${D}${LIBPATH}/adalib/*.ali
47 + chmod 0444 "${D}${LIBPATH}"/adalib/*.ali
48 doins lib/libasis.a
49 # make appropriate symlinks
50 - pushd ${D}${LIBPATH}/adalib
51 + pushd "${D}${LIBPATH}"/adalib
52 ln -s libasis-${SLOT}.so libasis.so
53 popd
54 # sources
55 @@ -123,11 +123,11 @@
56 doins asis/*.ad[sb]
57
58 # tools
59 - mkdir -p ${D}${BINPATH}
60 + mkdir -p "${D}${BINPATH}"
61 for fn in tools/{adabrowse,gnatelim,gnatstub,gnatpp,gnatmetric}; do
62 - cp ${fn}/${fn:6} ${D}${BINPATH}
63 + cp ${fn}/${fn:6} "${D}${BINPATH}"
64 done
65 - cp tools/semtools/ada{dep,subst} ${D}${BINPATH}
66 + cp tools/semtools/ada{dep,subst} "${D}${BINPATH}"
67
68 # docs and examples
69 if use doc ; then
70
71
72
73 1.7 dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild?rev=1.7&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild?rev=1.7&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild?r1=1.6&r2=1.7
78
79 Index: asis-gcc-3.4.6.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild,v
82 retrieving revision 1.6
83 retrieving revision 1.7
84 diff -u -r1.6 -r1.7
85 --- asis-gcc-3.4.6.ebuild 15 Jul 2007 04:21:59 -0000 1.6
86 +++ asis-gcc-3.4.6.ebuild 24 Jan 2008 21:24:23 -0000 1.7
87 @@ -1,10 +1,10 @@
88 -# Copyright 1999-2007 Gentoo Foundation
89 +# Copyright 1999-2008 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild,v 1.6 2007/07/15 04:21:59 mr_bones_ Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild,v 1.7 2008/01/24 21:24:23 george Exp $
93
94 inherit eutils flag-o-matic gnatbuild
95
96 -DESCRIPTION="The Ada Semantic Interface Specification (semantic analysis and tools tied to compiler). GnuAda version"
97 +DESCRIPTION="The Ada Semantic Interface Specification (tools tied to compiler). GnuAda version"
98 HOMEPAGE="http://gnuada.sourceforge.net/"
99 LICENSE="GMGPL"
100
101 @@ -108,12 +108,12 @@
102 # install the lib
103 dodir ${My_LIBPATH}/adalib
104 chmod 0755 lib_dyn/libasis.so
105 - cp lib_dyn/libasis.so ${D}${My_LIBPATH}/adalib/libasis-${SLOT}.so
106 + cp lib_dyn/libasis.so "${D}${My_LIBPATH}"/adalib/libasis-${SLOT}.so
107 insinto ${My_LIBPATH}/adalib
108 doins obj/*.ali
109 doins lib/libasis.a
110 # make appropriate symlinks
111 - pushd ${D}${My_LIBPATH}/adalib
112 + pushd "${D}${My_LIBPATH}"/adalib
113 ln -s libasis-${SLOT}.so libasis.so
114 popd
115 # sources
116 @@ -122,11 +122,11 @@
117 doins asis/*.ad[sb]
118
119 # tools
120 - mkdir -p ${D}${My_BINPATH}
121 + mkdir -p "${D}${My_BINPATH}"
122 for fn in tools/{adabrowse,asistant,gnatelim,gnatstub}; do
123 - cp ${fn}/${fn:6} ${D}${My_BINPATH}
124 + cp ${fn}/${fn:6} "${D}${My_BINPATH}"
125 done
126 - cp tools/semtools/ada{dep,subst} ${D}${My_BINPATH}
127 + cp tools/semtools/ada{dep,subst} "${D}${My_BINPATH}"
128
129 if use doc; then
130 # docs and examples
131
132
133
134 1.7 dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild
135
136 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild?rev=1.7&view=markup
137 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild?rev=1.7&content-type=text/plain
138 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild?r1=1.6&r2=1.7
139
140 Index: asis-gcc-4.1.1.ebuild
141 ===================================================================
142 RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild,v
143 retrieving revision 1.6
144 retrieving revision 1.7
145 diff -u -r1.6 -r1.7
146 --- asis-gcc-4.1.1.ebuild 15 Jul 2007 04:21:59 -0000 1.6
147 +++ asis-gcc-4.1.1.ebuild 24 Jan 2008 21:24:23 -0000 1.7
148 @@ -1,10 +1,10 @@
149 -# Copyright 1999-2007 Gentoo Foundation
150 +# Copyright 1999-2008 Gentoo Foundation
151 # Distributed under the terms of the GNU General Public License v2
152 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild,v 1.6 2007/07/15 04:21:59 mr_bones_ Exp $
153 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild,v 1.7 2008/01/24 21:24:23 george Exp $
154
155 inherit eutils flag-o-matic gnatbuild
156
157 -DESCRIPTION="The Ada Semantic Interface Specification (semantic analysis and tools tied to compiler). GnuAda version"
158 +DESCRIPTION="The Ada Semantic Interface Specification (tools tied to compiler). GnuAda version"
159 HOMEPAGE="http://gnuada.sourceforge.net/"
160 LICENSE="GMGPL"
161
162 @@ -115,12 +115,12 @@
163 # install the lib
164 dodir ${My_LIBPATH}/adalib
165 chmod 0755 lib_dyn/libasis.so
166 - cp lib_dyn/libasis.so ${D}${My_LIBPATH}/adalib/libasis-${SLOT}.so
167 + cp lib_dyn/libasis.so "${D}${My_LIBPATH}"/adalib/libasis-${SLOT}.so
168 insinto ${My_LIBPATH}/adalib
169 doins obj/*.ali
170 doins lib/libasis.a
171 # make appropriate symlinks
172 - pushd ${D}${My_LIBPATH}/adalib
173 + pushd "${D}${My_LIBPATH}"/adalib
174 ln -s libasis-${SLOT}.so libasis.so
175 popd
176 # sources
177 @@ -129,11 +129,11 @@
178 doins asis/*.ad[sb]
179
180 # tools
181 - mkdir -p ${D}${My_BINPATH}
182 + mkdir -p "${D}${My_BINPATH}"
183 for fn in tools/{adabrowse,gnatelim,gnatstub,gnatpp,gnatmetric}; do
184 - cp ${fn}/${fn:6} ${D}${My_BINPATH}
185 + cp ${fn}/${fn:6} "${D}${My_BINPATH}"
186 done
187 - cp tools/semtools/ada{dep,subst} ${D}${My_BINPATH}
188 + cp tools/semtools/ada{dep,subst} "${D}${My_BINPATH}"
189
190 # docs and examples
191 if use doc ; then
192
193
194
195 1.5 dev-ada/asis-gcc/asis-gcc-4.1.2-r1.ebuild
196
197 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2-r1.ebuild?rev=1.5&view=markup
198 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2-r1.ebuild?rev=1.5&content-type=text/plain
199 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2-r1.ebuild?r1=1.4&r2=1.5
200
201 Index: asis-gcc-4.1.2-r1.ebuild
202 ===================================================================
203 RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2-r1.ebuild,v
204 retrieving revision 1.4
205 retrieving revision 1.5
206 diff -u -r1.4 -r1.5
207 --- asis-gcc-4.1.2-r1.ebuild 15 Jul 2007 04:21:59 -0000 1.4
208 +++ asis-gcc-4.1.2-r1.ebuild 24 Jan 2008 21:24:23 -0000 1.5
209 @@ -1,10 +1,10 @@
210 -# Copyright 1999-2007 Gentoo Foundation
211 +# Copyright 1999-2008 Gentoo Foundation
212 # Distributed under the terms of the GNU General Public License v2
213 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2-r1.ebuild,v 1.4 2007/07/15 04:21:59 mr_bones_ Exp $
214 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2-r1.ebuild,v 1.5 2008/01/24 21:24:23 george Exp $
215
216 inherit eutils flag-o-matic gnatbuild
217
218 -DESCRIPTION="The Ada Semantic Interface Specification (semantic analysis and tools tied to compiler). GnuAda version"
219 +DESCRIPTION="The Ada Semantic Interface Specification (tools tied to compiler). GnuAda version"
220 HOMEPAGE="http://gnuada.sourceforge.net/"
221 LICENSE="GMGPL"
222
223 @@ -12,7 +12,7 @@
224
225 Gnat_Name="gnat-gcc"
226 My_PN="asis"
227 -SRC_URI="http://dev.gentoo.org/~george/src/${P}.tar.bz2"
228 +SRC_URI="mirror://gentoo/${P}.tar.bz2"
229
230 IUSE="doc"
231 RDEPEND="=dev-lang/gnat-gcc-${PV}*"
232 @@ -116,18 +116,18 @@
233 # install the lib
234 dodir ${My_LIBPATH}/adalib
235 # doins grossly screws permissions
236 - cp -dpP lib/* ${D}${My_LIBPATH}/adalib
237 + cp -dpP lib/* "${D}${My_LIBPATH}"/adalib
238 # sources
239 insinto ${My_LIBPATH}/adainclude
240 doins gnat/*.ad[sb]
241 doins asis/*.ad[sb]
242
243 # tools
244 - mkdir -p ${D}${My_BINPATH}
245 + mkdir -p "${D}${My_BINPATH}"
246 for fn in tools/{adabrowse,gnatelim,gnatstub,gnatpp,gnatmetric}; do
247 - cp ${fn}/${fn:6} ${D}${My_BINPATH}
248 + cp ${fn}/${fn:6} "${D}${My_BINPATH}"
249 done
250 - cp tools/semtools/ada{dep,subst} ${D}${My_BINPATH}
251 + cp tools/semtools/ada{dep,subst} "${D}${My_BINPATH}"
252
253 # docs and examples
254 if use doc ; then
255
256
257
258 --
259 gentoo-commits@l.g.o mailing list