Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gnat-suite-bin/
Date: Thu, 03 Oct 2019 12:34:58
Message-Id: 1570106069.10b21a9f0be402a67a16dedd4c0474681effd4f0.tupone@gentoo
1 commit: 10b21a9f0be402a67a16dedd4c0474681effd4f0
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 3 12:34:29 2019 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 3 12:34:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b21a9f
7
8 dev-ada/gnat-suite-bin: Add gps suite binary and compiler
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-ada/gnat-suite-bin/Manifest | 5 +
14 dev-ada/gnat-suite-bin/gnat-suite-bin-2014.ebuild | 111 ++++++++++++++++++++++
15 dev-ada/gnat-suite-bin/gnat-suite-bin-2016.ebuild | 106 +++++++++++++++++++++
16 dev-ada/gnat-suite-bin/gnat-suite-bin-2017.ebuild | 106 +++++++++++++++++++++
17 dev-ada/gnat-suite-bin/gnat-suite-bin-2018.ebuild | 86 +++++++++++++++++
18 dev-ada/gnat-suite-bin/metadata.xml | 10 ++
19 6 files changed, 424 insertions(+)
20
21 diff --git a/dev-ada/gnat-suite-bin/Manifest b/dev-ada/gnat-suite-bin/Manifest
22 new file mode 100644
23 index 00000000000..596defa1e82
24 --- /dev/null
25 +++ b/dev-ada/gnat-suite-bin/Manifest
26 @@ -0,0 +1,5 @@
27 +DIST gnat-gpl-2014-x86-linux-bin.tar.gz 233049287 BLAKE2B 2e8bab113f6a319533ec12fdf71c481f72aee227c22bd0cc42a53bd727b323caba1e7b6298053db8b4d3016236b31649b0b255f4ebcbb81a08a69f29f78f13fc SHA512 ac7f53fb4bd71b0e8fbd62abc45de76f7f8f2f405b80e9b60b4b65a6cef6ee98e3b06848e4b752af3c8268237e5a0529cf6145ebc5b33cd6e5cf4928d85f5be2
28 +DIST gnat-gpl-2014-x86_64-linux-bin.tar.gz 236253400 BLAKE2B c1db70db9442ba24688b8e323d5a02e2e9707ba1f02835ea551038d0a09aafede93a224091e5186f2f2a9d0f96144027af2184ee05ca1c19cc997a6cf3902df7 SHA512 5e40a251baac3d0ace78352956ca21a7d294d902d344a9ed7a8d376e900468c283721ebfb773adfedbf4d623ace02536505c0147815a0c1908933ad611ea085e
29 +DIST gnat-gpl-2016-x86_64-linux-bin.tar.gz 372813330 BLAKE2B a0374ad730ae275aaedcf5663c30f8e0221af32f14391fe87a3ce0630d4498a1e90671c02830d62f78857571a5a521af91f6db409a7b3c367c7b0f059571eefd SHA512 5115ac3be0badc5125ee048a98230f18363d72107da3325ce602c0e618cee2e3646a0decc00a2388f14bc61bfed51dd0622f365f5f7ee8b0cec2187ebcf8e075
30 +DIST gnat-gpl-2017-x86_64-linux-bin.tar.gz 496338280 BLAKE2B b3eee6d311fb9c20bc8fa7217c0731ca1e91ced38700df1d63d91a16c3fa28dfd44c7c8e867c3a857b88e4f0c8b2a7200fb6a8a630b8403538c4784f8914d1a5 SHA512 01a8f3be9b7b7e83cc5bd4a45137b1d35c6448bc22a88bcaf5d312cd63e11081b6b2fe9f09ad2a27d8f0b6471fc5c1a99573bf3bcee1589329054074eaeef04f
31 +DIST gnat-suite-bin-2018.txz 337235688 BLAKE2B cf1b8f0253907b8fc97b9c7218b23dcda8f1557be5e12293eab59e09427418a8814c1bafbcb3f89c1e5dd755a161c5dfa8a852631d137f17acb3167bf51dadbb SHA512 9b57709c05a121b0a0adabe3232128e3f27659d1928857fbd6883b73a7487c3d457317e8f236df3d16ced635514af8afbafc584cc74d865e11288820ac9c4f77
32
33 diff --git a/dev-ada/gnat-suite-bin/gnat-suite-bin-2014.ebuild b/dev-ada/gnat-suite-bin/gnat-suite-bin-2014.ebuild
34 new file mode 100644
35 index 00000000000..2a371943671
36 --- /dev/null
37 +++ b/dev-ada/gnat-suite-bin/gnat-suite-bin-2014.ebuild
38 @@ -0,0 +1,111 @@
39 +# Copyright 1999-2019 Gentoo Authors
40 +# Distributed under the terms of the GNU General Public License v2
41 +
42 +EAPI="7"
43 +
44 +MYP=gnat-gpl-${PV}
45 +DESCRIPTION="GNAT Ada suite"
46 +HOMEPAGE="http://libre.adacore.com/"
47 +SRC_URI="
48 + x86? ( http://mirrors.cdn.adacore.com/art/564b3e9dc8e196b040fbe248
49 + -> ${MYP}-x86-linux-bin.tar.gz )
50 + amd64? ( http://mirrors.cdn.adacore.com/art/564b3ebec8e196b040fbe66c
51 + -> ${MYP}-x86_64-linux-bin.tar.gz )"
52 +
53 +LICENSE="GPL-2 GPL-3"
54 +SLOT="${PV}"
55 +KEYWORDS="~amd64 ~x86"
56 +IUSE=""
57 +
58 +DEPEND=""
59 +RDEPEND="${DEPEND}
60 + sys-devel/binutils
61 + sys-devel/gdb"
62 +
63 +S="${WORKDIR}"
64 +
65 +PREFIX=/opt/${P}
66 +
67 +src_prepare() {
68 + default
69 + cd ${MYP}-$(usex amd64 x86_64 x86)-linux-bin
70 + cd share/examples/gnat
71 + cat header.xml \
72 + full_project/full.xml \
73 + options/options.xml \
74 + other_languages/cpp_main/cpp_main.xml \
75 + other_languages/cpp_pragmas/cpp_pragmas.xml \
76 + other_languages/import_from_c/import_from_c.xml \
77 + plugins/plugins.xml \
78 + stream_io/stream_io.xml \
79 + simple_project/simple.xml \
80 + starter/starter.xml \
81 + xml_stream/xml_stream.xml \
82 + containers/anagram/anagram.xml \
83 + containers/genealogy/genealogy.xml \
84 + containers/hash/hash.xml \
85 + containers/library/library.xml \
86 + containers/shapes/shapes.xml \
87 + containers/spellcheck/spellcheck.xml \
88 + containers/wordcount/wordcount.xml \
89 + containers/wordfreq/wordfreq.xml \
90 + oo_interfaces/oo_interfaces.xml \
91 + oo_airline/oo_airline.xml \
92 + altivec/altivec.xml \
93 + footer.xml \
94 + > gnat-examples.xml \
95 + || die
96 + sed -i \
97 + -e "s:PREFIX:${PREFIX}:" \
98 + gnat-examples.xml || die
99 + cd ../../..
100 +
101 + # Remove objects from binutils
102 + cd bin
103 + rm addr2line c++filt gprof objdump || die
104 + cd ..
105 + rm share/doc/gnat/info/{as,bfd,binutils,ld}.info || die
106 + rm lib*/libiberty.a || die
107 +
108 + # Remove objects from gdb
109 + cd bin
110 + rm gdb gdbserver gcore || die
111 + cd ..
112 + rm -r include/gdb || die
113 + rm lib*/libinproctrace.so || die
114 + rm -r share/gdb-* || die
115 + rm share/doc/gnat/info/gdb.info || die
116 +
117 + basever=4.7.4
118 + machine=$(usex amd64 x86_64 x86)-pc-linux-gnu
119 + rm libexec//gcc/${machine}/${basever}/ld || die
120 +}
121 +
122 +src_install() {
123 + cd ${MYP}-$(usex amd64 x86_64 x86)-linux-bin
124 + into ${PREFIX}
125 + dobin bin/*
126 + insinto ${PREFIX}
127 + doins -r etc include lib* share
128 + insinto ${PREFIX}/share/gps/plug-ins
129 + doins share/examples/gnat/gnat-examples.xml
130 + fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/cc1 || die
131 + fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/cc1plus || die
132 + fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/collect2 || die
133 + fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/gnat1 || die
134 + fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/liblto_plugin.so.0.0.0 || die
135 + fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/lto1 || die
136 + fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/lto-wrapper || die
137 + fperms 755 ${PREFIX}/libexec/gprbuild/gprbind || die
138 + fperms 755 ${PREFIX}/libexec/gprbuild/gprlib || die
139 +}
140 +
141 +pkg_postinst () {
142 + einfo "GNAT GPL is now installed. To launch it, you must put"
143 + einfo " ${PREFIX}/bin"
144 + einfo "in front of your PATH environment variable. The following"
145 + einfo "commands enable you to do this:"
146 + einfo " PATH=${PREFIX}/bin:\$PATH; export PATH (Bourne shell)"
147 + einfo " setenv PATH ${PREFIX}/bin:\$PATH (C shell)"
148 + einfo " Thank you for installing GNAT GPL Edition"
149 +}
150
151 diff --git a/dev-ada/gnat-suite-bin/gnat-suite-bin-2016.ebuild b/dev-ada/gnat-suite-bin/gnat-suite-bin-2016.ebuild
152 new file mode 100644
153 index 00000000000..c8871ce504b
154 --- /dev/null
155 +++ b/dev-ada/gnat-suite-bin/gnat-suite-bin-2016.ebuild
156 @@ -0,0 +1,106 @@
157 +# Copyright 1999-2019 Gentoo Authors
158 +# Distributed under the terms of the GNU General Public License v2
159 +
160 +EAPI="7"
161 +
162 +MYP=gnat-gpl-${PV}
163 +DESCRIPTION="GNAT Ada suite"
164 +HOMEPAGE="http://libre.adacore.com/"
165 +SRC_URI="http://mirrors.cdn.adacore.com/art/5739cefdc7a447658e0b016b
166 + -> ${MYP}-x86_64-linux-bin.tar.gz"
167 +
168 +LICENSE="GPL-2 GPL-3"
169 +SLOT="${PV}"
170 +KEYWORDS="~amd64"
171 +IUSE=""
172 +
173 +DEPEND=""
174 +RDEPEND="${DEPEND}
175 + sys-devel/binutils
176 + sys-devel/gdb"
177 +
178 +S="${WORKDIR}"/${MYP}-x86_64-linux-bin
179 +
180 +PREFIX=/opt/${P}
181 +
182 +src_prepare() {
183 + default
184 + rm Makefile
185 + cd share/examples/gnat
186 + cat header.xml \
187 + full_project/full.xml \
188 + options/options.xml \
189 + other_languages/cpp_main/cpp_main.xml \
190 + other_languages/cpp_pragmas/cpp_pragmas.xml \
191 + other_languages/import_from_c/import_from_c.xml \
192 + plugins/plugins.xml \
193 + stream_io/stream_io.xml \
194 + simple_project/simple.xml \
195 + starter/starter.xml \
196 + xml_stream/xml_stream.xml \
197 + containers/anagram/anagram.xml \
198 + containers/genealogy/genealogy.xml \
199 + containers/hash/hash.xml \
200 + containers/library/library.xml \
201 + containers/shapes/shapes.xml \
202 + containers/spellcheck/spellcheck.xml \
203 + containers/wordcount/wordcount.xml \
204 + containers/wordfreq/wordfreq.xml \
205 + oo_interfaces/oo_interfaces.xml \
206 + oo_airline/oo_airline.xml \
207 + altivec/altivec.xml \
208 + footer.xml \
209 + > gnat-examples.xml \
210 + || die
211 + sed -i \
212 + -e "s:PREFIX:${PREFIX}:" \
213 + gnat-examples.xml || die
214 + cd ../../..
215 +
216 + # Remove objects from binutils
217 + cd bin
218 + rm addr2line ar c++filt gprof nm objdump ranlib || die
219 + cd ..
220 + rm share/doc/gnat/info/{as,bfd,binutils,ld}.info || die
221 +
222 + # Remove objects from gdb
223 + cd bin
224 + rm gdb gdbserver gcore || die
225 + cd ..
226 + rm -r include/gdb || die
227 + rm lib*/libinproctrace.so || die
228 + rm -r share/gdb-* || die
229 + rm share/doc/gnat/info/gdb.info || die
230 +
231 + basever=4.9.4
232 + machine=x86_64-pc-linux-gnu
233 + rm libexec//gcc/${machine}/${basever}/ld || die
234 +}
235 +
236 +src_install() {
237 + into ${PREFIX}
238 + dobin bin/*
239 + insinto ${PREFIX}
240 + doins -r etc include lib* share
241 + insinto ${PREFIX}/share/gps/plug-ins
242 + doins share/examples/gnat/gnat-examples.xml
243 + fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/cc1 || die
244 + fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/cc1plus || die
245 + fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/collect2 || die
246 + fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/gnat1 || die
247 + fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/liblto_plugin.so.0.0.0 || die
248 + fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/lto1 || die
249 + fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/lto-wrapper || die
250 + fperms 755 ${PREFIX}/libexec/gprbuild/gprbind || die
251 + fperms 755 ${PREFIX}/libexec/gprbuild/gprlib || die
252 +}
253 +
254 +pkg_postinst () {
255 + einfo "GNAT GPL is now installed. To launch it, you must put"
256 + einfo " ${PREFIX}/bin"
257 + einfo "in front of your PATH environment variable. The following"
258 + einfo "commands enable you to do this:"
259 + einfo " PATH=${PREFIX}/bin:\$PATH; export PATH (Bourne shell)"
260 + einfo " setenv PATH ${PREFIX}/bin:\$PATH (C shell)"
261 + einfo " Thank you for installing GNAT GPL Edition"
262 +}
263
264 diff --git a/dev-ada/gnat-suite-bin/gnat-suite-bin-2017.ebuild b/dev-ada/gnat-suite-bin/gnat-suite-bin-2017.ebuild
265 new file mode 100644
266 index 00000000000..a37e17c0d99
267 --- /dev/null
268 +++ b/dev-ada/gnat-suite-bin/gnat-suite-bin-2017.ebuild
269 @@ -0,0 +1,106 @@
270 +# Copyright 1999-2019 Gentoo Authors
271 +# Distributed under the terms of the GNU General Public License v2
272 +
273 +EAPI="7"
274 +
275 +MYP=gnat-gpl-${PV}
276 +DESCRIPTION="GNAT Ada suite"
277 +HOMEPAGE="http://libre.adacore.com/"
278 +SRC_URI="http://mirrors.cdn.adacore.com/art/591c6d80c7a447af2deed1d7
279 + -> ${MYP}-x86_64-linux-bin.tar.gz"
280 +
281 +LICENSE="GPL-2 GPL-3"
282 +SLOT="${PV}"
283 +KEYWORDS="~amd64"
284 +IUSE=""
285 +
286 +DEPEND=""
287 +RDEPEND="${DEPEND}
288 + sys-devel/binutils
289 + sys-devel/gdb"
290 +
291 +S="${WORKDIR}"/${MYP}-x86_64-linux-bin
292 +
293 +PREFIX=/opt/${P}
294 +
295 +src_prepare() {
296 + default
297 + rm Makefile
298 + cd share/examples/gnat
299 + cat header.xml \
300 + full_project/full.xml \
301 + options/options.xml \
302 + other_languages/cpp_main/cpp_main.xml \
303 + other_languages/cpp_pragmas/cpp_pragmas.xml \
304 + other_languages/import_from_c/import_from_c.xml \
305 + plugins/plugins.xml \
306 + stream_io/stream_io.xml \
307 + simple_project/simple_project.xml \
308 + starter/starter.xml \
309 + xml_stream/xml_stream.xml \
310 + containers/anagram/anagram.xml \
311 + containers/genealogy/genealogy.xml \
312 + containers/hash/hash.xml \
313 + containers/library/library.xml \
314 + containers/shapes/shapes.xml \
315 + containers/spellcheck/spellcheck.xml \
316 + containers/wordcount/wordcount.xml \
317 + containers/wordfreq/wordfreq.xml \
318 + oo_interfaces/oo_interfaces.xml \
319 + oo_airline/oo_airline.xml \
320 + altivec/altivec.xml \
321 + footer.xml \
322 + > gnat-examples.xml \
323 + || die
324 + sed -i \
325 + -e "s:PREFIX:${PREFIX}:" \
326 + gnat-examples.xml || die
327 + cd ../../..
328 +
329 + # Remove objects from binutils
330 + cd bin
331 + rm addr2line ar c++filt gprof ld.* nm obj* r* s* || die
332 + cd ..
333 + rm share/doc/gnat/info/{as,bfd,binutils,ld}.info || die
334 +
335 + # Remove objects from gdb
336 + cd bin
337 + rm gdb gdbserver gcore || die
338 + cd ..
339 + rm -r include/gdb || die
340 + rm lib*/libinproctrace.so || die
341 + rm -r share/gdb-* || die
342 + rm share/doc/gnat/info/gdb.info || die
343 +
344 + basever=6.3.1
345 + machine=x86_64-pc-linux-gnu
346 + rm libexec//gcc/${machine}/${basever}/ld || die
347 +}
348 +
349 +src_install() {
350 + into ${PREFIX}
351 + dobin bin/*
352 + insinto ${PREFIX}
353 + doins -r etc include lib* share
354 + insinto ${PREFIX}/share/gps/plug-ins
355 + doins share/examples/gnat/gnat-examples.xml
356 + fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/cc1 || die
357 + fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/cc1plus || die
358 + fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/collect2 || die
359 + fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/gnat1 || die
360 + fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/liblto_plugin.so.0.0.0 || die
361 + fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/lto1 || die
362 + fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/lto-wrapper || die
363 + fperms 755 ${PREFIX}/libexec/gprbuild/gprbind || die
364 + fperms 755 ${PREFIX}/libexec/gprbuild/gprlib || die
365 +}
366 +
367 +pkg_postinst () {
368 + einfo "GNAT GPL is now installed. To launch it, you must put"
369 + einfo " ${PREFIX}/bin"
370 + einfo "in front of your PATH environment variable. The following"
371 + einfo "commands enable you to do this:"
372 + einfo " PATH=${PREFIX}/bin:\$PATH; export PATH (Bourne shell)"
373 + einfo " setenv PATH ${PREFIX}/bin:\$PATH (C shell)"
374 + einfo " Thank you for installing GNAT GPL Edition"
375 +}
376
377 diff --git a/dev-ada/gnat-suite-bin/gnat-suite-bin-2018.ebuild b/dev-ada/gnat-suite-bin/gnat-suite-bin-2018.ebuild
378 new file mode 100644
379 index 00000000000..c7773b2d48d
380 --- /dev/null
381 +++ b/dev-ada/gnat-suite-bin/gnat-suite-bin-2018.ebuild
382 @@ -0,0 +1,86 @@
383 +# Copyright 1999-2019 Gentoo Authors
384 +# Distributed under the terms of the GNU General Public License v2
385 +
386 +EAPI="7"
387 +
388 +MYP=gnat-gpl-${PV}
389 +DESCRIPTION="GNAT Ada suite"
390 +HOMEPAGE="http://libre.adacore.com/"
391 +# Extracted and repacked from http://mirrors.cdn.adacore.com/art/5b0d7bffa3f5d709751e3e04
392 +SRC_URI="https://dev.gentoo.org/~tupone/distfiles/${P}.txz"
393 +
394 +LICENSE="GPL-2 GPL-3"
395 +SLOT="${PV}"
396 +KEYWORDS="~amd64"
397 +IUSE=""
398 +
399 +DEPEND=""
400 +RDEPEND="${DEPEND}
401 + sys-devel/binutils
402 + sys-devel/gdb"
403 +
404 +PREFIX=/opt/${P}
405 +
406 +src_prepare() {
407 + default
408 + rm Makefile
409 + cd share/examples/gnat
410 + cat header.xml \
411 + full_project/full.xml \
412 + options/options.xml \
413 + other_languages/cpp_main/cpp_main.xml \
414 + other_languages/cpp_pragmas/cpp_pragmas.xml \
415 + other_languages/import_from_c/import_from_c.xml \
416 + plugins/plugins.xml \
417 + stream_io/stream_io.xml \
418 + simple_project/simple_project.xml \
419 + starter/starter.xml \
420 + xml_stream/xml_stream.xml \
421 + containers/anagram/anagram.xml \
422 + containers/genealogy/genealogy.xml \
423 + containers/hash/hash.xml \
424 + containers/library/library.xml \
425 + containers/shapes/shapes.xml \
426 + containers/spellcheck/spellcheck.xml \
427 + containers/wordcount/wordcount.xml \
428 + containers/wordfreq/wordfreq.xml \
429 + oo_interfaces/oo_interfaces.xml \
430 + oo_airline/oo_airline.xml \
431 + altivec/altivec.xml \
432 + footer.xml \
433 + > gnat-examples.xml \
434 + || die
435 + sed -i \
436 + -e "s:PREFIX:${PREFIX}:" \
437 + gnat-examples.xml || die
438 +}
439 +
440 +src_install() {
441 + into ${PREFIX}
442 + dobin bin/*
443 + insinto ${PREFIX}
444 + doins -r etc include lib* share
445 + insinto ${PREFIX}/share/gps/plug-ins
446 + doins share/examples/gnat/gnat-examples.xml
447 + basever=7.3.1
448 + machine=x86_64-pc-linux-gnu
449 + fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/cc1 || die
450 + fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/cc1plus || die
451 + fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/collect2 || die
452 + fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/gnat1 || die
453 + fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/liblto_plugin.so.0.0.0 || die
454 + fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/lto1 || die
455 + fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/lto-wrapper || die
456 + fperms 755 ${PREFIX}/libexec/gprbuild/gprbind || die
457 + fperms 755 ${PREFIX}/libexec/gprbuild/gprlib || die
458 +}
459 +
460 +pkg_postinst () {
461 + einfo "GNAT GPL is now installed. To launch it, you must put"
462 + einfo " ${PREFIX}/bin"
463 + einfo "in front of your PATH environment variable. The following"
464 + einfo "commands enable you to do this:"
465 + einfo " PATH=${PREFIX}/bin:\$PATH; export PATH (Bourne shell)"
466 + einfo " setenv PATH ${PREFIX}/bin:\$PATH (C shell)"
467 + einfo " Thank you for installing GNAT GPL Edition"
468 +}
469
470 diff --git a/dev-ada/gnat-suite-bin/metadata.xml b/dev-ada/gnat-suite-bin/metadata.xml
471 new file mode 100644
472 index 00000000000..1fbf6928a09
473 --- /dev/null
474 +++ b/dev-ada/gnat-suite-bin/metadata.xml
475 @@ -0,0 +1,10 @@
476 +<?xml version="1.0" encoding="UTF-8"?>
477 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
478 +<pkgmetadata>
479 + <maintainer type="project">
480 + <email>ada@g.o</email>
481 + </maintainer>
482 + <longdescription lang="en">
483 + GNAT Community Edition: Ada Compiler and Gnat Programming System delivered as binaries
484 + </longdescription>
485 +</pkgmetadata>