summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen L Arnold <nerdboy@gentoo.org>2016-06-03 20:54:17 -0700
committerStephen L Arnold <nerdboy@gentoo.org>2016-06-03 21:04:49 -0700
commitc4b4d9a83711610c09f8db31919b095a4d9628f2 (patch)
tree26cd40db5af69b7e82ca63d8dda3e2df9d461455 /dev-lang/gnat-gcc/metadata.xml
parentapp-eselect/eselect-gnat: version bump to 1.5-r1 (diff)
downloadgentoo-c4b4d9a83711610c09f8db31919b095a4d9628f2.tar.gz
gentoo-c4b4d9a83711610c09f8db31919b095a4d9628f2.tar.bz2
gentoo-c4b4d9a83711610c09f8db31919b095a4d9628f2.zip
dev-lang/gnat-gcc: version bump to 4.9.3 (ebuild and gnatboot)
Newly reworked gnat-gcc with new multilib and hardened support. Will probably also need updates to gnat.eclass to build Ada packages. Ncurses with use=ada works again (in the overlay) but the existing gnat.eclass Ada configuration will most likely get simplified first. Other arches still in progress. Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-lang/gnat-gcc/metadata.xml')
-rw-r--r--dev-lang/gnat-gcc/metadata.xml27
1 files changed, 17 insertions, 10 deletions
diff --git a/dev-lang/gnat-gcc/metadata.xml b/dev-lang/gnat-gcc/metadata.xml
index fb03ada8d557..e4bed84044bf 100644
--- a/dev-lang/gnat-gcc/metadata.xml
+++ b/dev-lang/gnat-gcc/metadata.xml
@@ -1,18 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
+ <maintainer type="project">
<email>ada@gentoo.org</email>
- <name>Gentoo Resources for Ada</name>
+ <name>Gentoo Ada Project</name>
</maintainer>
<use>
- <flag name="lto">Add support for link-time optimizations (unsupported, use
- at your own risk).</flag>
+ <flag name="acats">
+ Installs ACATS source under LIBPATH.
+ </flag>
+ <flag name="lto">
+ Enable Link Time Optimization (somewhat unsafe).
+ </flag>
</use>
-<longdescription>
-GNAT, the (GN)U (A)da (T)oolchain, is a high performance Ada 95
-development environment based on the mature GCC compiler technology. It
-implements the full Ada 95 language defined by the ISO standard and is upward
-compatible with Ada 83. This is an FSF supported version, integrated with gcc.
-</longdescription>
+ <longdescription>
+ GNAT, the (GN)U (A)da (T)oolchain, is a high performance Ada 95 development
+ environment based on the mature GCC compiler technology. It implements the
+ full Ada 95 language defined by the ISO standard and is upward compatible
+ with Ada 83. This is an FSF supported version, integrated with gcc.
+ </longdescription>
+ <upstream>
+ <remote-id type="cpe">cpe:/a:gnu:gcc</remote-id>
+ </upstream>
</pkgmetadata>