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-gpl: asis-gpl-4.1.3.2007-r2.ebuild ChangeLog asis-gpl-4.1.3.2007-r1.ebuild asis-gpl-3.4.6.2006.ebuild asis-gpl-4.1.3.2007.ebuild
Date: Thu, 24 Jan 2008 21:30:10
Message-Id: E1JI9eA-0008Hg-Ns@stork.gentoo.org
1 george 08/01/24 21:30:06
2
3 Modified: asis-gpl-4.1.3.2007-r2.ebuild ChangeLog
4 asis-gpl-4.1.3.2007-r1.ebuild
5 asis-gpl-3.4.6.2006.ebuild
6 Removed: asis-gpl-4.1.3.2007.ebuild
7 Log:
8 fixed quotation issues, removed stale ebuild
9 (Portage version: 2.1.4)
10
11 Revision Changes Path
12 1.2 dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r2.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r2.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r2.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r2.ebuild?r1=1.1&r2=1.2
17
18 Index: asis-gpl-4.1.3.2007-r2.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r2.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- asis-gpl-4.1.3.2007-r2.ebuild 14 Sep 2007 13:23:24 -0000 1.1
25 +++ asis-gpl-4.1.3.2007-r2.ebuild 24 Jan 2008 21:30:06 -0000 1.2
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2007 Gentoo Foundation
28 +# Copyright 1999-2008 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r2.ebuild,v 1.1 2007/09/14 13:23:24 george Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r2.ebuild,v 1.2 2008/01/24 21:30:06 george Exp $
32
33 inherit eutils flag-o-matic gnatbuild
34
35 @@ -53,7 +53,7 @@
36 # and change gcc to gnatgcc where appropriate
37 src_unpack() {
38 unpack ${A}
39 - cd ${S}
40 + cd "${S}"
41 for fn in asis/a4g-gnat_int.adb gnat/snames.adb \
42 tools/tool_utils/asis_ul-common.adb \
43 tools/gnatmetric/metrics-compute.adb; do
44 @@ -84,13 +84,13 @@
45
46 src_install () {
47 # install the lib
48 - mkdir -p ${D}${LIBPATH}/adalib
49 + mkdir -p "${D}${LIBPATH}"/adalib
50 chmod 0755 obj/libasis-${ACT_Ver}.so
51 - cp obj/libasis-${ACT_Ver}.so ${D}${LIBPATH}/adalib
52 + cp obj/libasis-${ACT_Ver}.so "${D}${LIBPATH}"/adalib
53 insinto ${LIBPATH}/adalib
54 doins obj/*.ali lib/libasis.a
55 # make appropriate symlinks
56 - pushd ${D}${LIBPATH}/adalib
57 + pushd "${D}${LIBPATH}"/adalib
58 ln -s libasis-${ACT_Ver}.so libasis.so
59 popd
60 # sources
61 @@ -99,9 +99,9 @@
62 doins asis/*.ad[sb]
63
64 # tools
65 - mkdir -p ${D}${BINPATH}
66 + mkdir -p "${D}${BINPATH}"
67 for fn in tools/{asistant,gnat*}; do
68 - cp ${fn}/${fn:6} ${D}${BINPATH}
69 + cp ${fn}/${fn:6} "${D}${BINPATH}"
70 done
71
72 # docs and examples
73
74
75
76 1.7 dev-ada/asis-gpl/ChangeLog
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gpl/ChangeLog?rev=1.7&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gpl/ChangeLog?rev=1.7&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gpl/ChangeLog?r1=1.6&r2=1.7
81
82 Index: ChangeLog
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/ChangeLog,v
85 retrieving revision 1.6
86 retrieving revision 1.7
87 diff -u -r1.6 -r1.7
88 --- ChangeLog 14 Sep 2007 13:23:24 -0000 1.6
89 +++ ChangeLog 24 Jan 2008 21:30:06 -0000 1.7
90 @@ -1,6 +1,11 @@
91 # ChangeLog for dev-ada/asis-gpl
92 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
93 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/ChangeLog,v 1.6 2007/09/14 13:23:24 george Exp $
94 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
95 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/ChangeLog,v 1.7 2008/01/24 21:30:06 george Exp $
96 +
97 + 24 Jan 2008; George Shapovalov <george@g.o>
98 + asis-gpl-3.4.6.2006.ebuild, -asis-gpl-4.1.3.2007.ebuild,
99 + asis-gpl-4.1.3.2007-r1.ebuild, asis-gpl-4.1.3.2007-r2.ebuild:
100 + fixed quotation issues, removed stale ebuild
101
102 *asis-gpl-4.1.3.2007-r2 (14 Sep 2007)
103
104
105
106
107 1.2 dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r1.ebuild
108
109 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r1.ebuild?rev=1.2&view=markup
110 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r1.ebuild?rev=1.2&content-type=text/plain
111 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r1.ebuild?r1=1.1&r2=1.2
112
113 Index: asis-gpl-4.1.3.2007-r1.ebuild
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r1.ebuild,v
116 retrieving revision 1.1
117 retrieving revision 1.2
118 diff -u -r1.1 -r1.2
119 --- asis-gpl-4.1.3.2007-r1.ebuild 4 Sep 2007 14:06:48 -0000 1.1
120 +++ asis-gpl-4.1.3.2007-r1.ebuild 24 Jan 2008 21:30:06 -0000 1.2
121 @@ -1,6 +1,6 @@
122 -# Copyright 1999-2007 Gentoo Foundation
123 +# Copyright 1999-2008 Gentoo Foundation
124 # Distributed under the terms of the GNU General Public License v2
125 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r1.ebuild,v 1.1 2007/09/04 14:06:48 george Exp $
126 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r1.ebuild,v 1.2 2008/01/24 21:30:06 george Exp $
127
128 inherit eutils flag-o-matic gnatbuild
129
130 @@ -53,7 +53,7 @@
131 # and change gcc to gnatgcc where appropriate
132 src_unpack() {
133 unpack ${A}
134 - cd ${S}
135 + cd "${S}"
136 for fn in asis/a4g-gnat_int.adb gnat/snames.adb tools/tool_utils/asis_ul-common.adb; do
137 sed -i -e "s:\"gcc:\"gnatgcc:" ${fn}
138 done
139 @@ -82,13 +82,13 @@
140
141 src_install () {
142 # install the lib
143 - mkdir -p ${D}${LIBPATH}/adalib
144 + mkdir -p "${D}${LIBPATH}"/adalib
145 chmod 0755 obj/libasis-${ACT_Ver}.so
146 - cp obj/libasis-${ACT_Ver}.so ${D}${LIBPATH}/adalib
147 + cp obj/libasis-${ACT_Ver}.so "${D}${LIBPATH}"/adalib
148 insinto ${LIBPATH}/adalib
149 doins obj/*.ali lib/libasis.a
150 # make appropriate symlinks
151 - pushd ${D}${LIBPATH}/adalib
152 + pushd "${D}${LIBPATH}"/adalib
153 ln -s libasis-${ACT_Ver}.so libasis.so
154 popd
155 # sources
156 @@ -97,9 +97,9 @@
157 doins asis/*.ad[sb]
158
159 # tools
160 - mkdir -p ${D}${BINPATH}
161 + mkdir -p "${D}${BINPATH}"
162 for fn in tools/{asistant,gnat*}; do
163 - cp ${fn}/${fn:6} ${D}${BINPATH}
164 + cp ${fn}/${fn:6} "${D}${BINPATH}"
165 done
166
167 # docs and examples
168
169
170
171 1.5 dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild
172
173 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild?rev=1.5&view=markup
174 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild?rev=1.5&content-type=text/plain
175 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild?r1=1.4&r2=1.5
176
177 Index: asis-gpl-3.4.6.2006.ebuild
178 ===================================================================
179 RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild,v
180 retrieving revision 1.4
181 retrieving revision 1.5
182 diff -u -r1.4 -r1.5
183 --- asis-gpl-3.4.6.2006.ebuild 15 Jul 2007 04:21:59 -0000 1.4
184 +++ asis-gpl-3.4.6.2006.ebuild 24 Jan 2008 21:30:06 -0000 1.5
185 @@ -1,13 +1,13 @@
186 -# Copyright 1999-2007 Gentoo Foundation
187 +# Copyright 1999-2008 Gentoo Foundation
188 # Distributed under the terms of the GNU General Public License v2
189 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild,v 1.4 2007/07/15 04:21:59 mr_bones_ Exp $
190 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild,v 1.5 2008/01/24 21:30:06 george Exp $
191
192 inherit eutils flag-o-matic gnatbuild
193
194 ACT_Ver=$(get_version_component_range 4)
195 Gnat_Name="gnat-gpl"
196
197 -DESCRIPTION="The Ada Semantic Interface Specification (semantic analysis and tools tied to compiler)"
198 +DESCRIPTION="The Ada Semantic Interface Specification (tools tied to compiler)"
199 SRC_URI="mirror://gentoo/${PN}-${ACT_Ver}.tar.bz2"
200 HOMEPAGE="https://libre.adacore.com/"
201 LICENSE="GPL-2"
202 @@ -74,13 +74,13 @@
203 DATAPATH=${DATAPATH/${PN}/${Gnat_Name}}
204
205 # install the lib
206 - mkdir -p ${D}${LIBPATH}/adalib
207 + mkdir -p "${D}${LIBPATH}"/adalib
208 chmod 0755 obj/libasis-${ACT_Ver}.so
209 - cp obj/libasis-${ACT_Ver}.so ${D}${LIBPATH}/adalib
210 + cp obj/libasis-${ACT_Ver}.so "${D}${LIBPATH}"/adalib
211 insinto ${LIBPATH}/adalib
212 doins obj/*.ali lib/libasis.a
213 # make appropriate symlinks
214 - pushd ${D}${LIBPATH}/adalib
215 + pushd "${D}${LIBPATH}"/adalib
216 ln -s libasis-${ACT_Ver}.so libasis.so
217 popd
218 # sources
219 @@ -89,9 +89,9 @@
220 doins asis/*.ad[sb]
221
222 # tools
223 - mkdir -p ${D}${BINPATH}
224 + mkdir -p "${D}${BINPATH}"
225 for fn in tools/{asistant,gnat*}; do
226 - cp ${fn}/${fn:6} ${D}${BINPATH}
227 + cp ${fn}/${fn:6} "${D}${BINPATH}"
228 done
229
230 # docs and examples
231
232
233
234 --
235 gentoo-commits@l.g.o mailing list