virtual/ada: version bump to 2012
authorStephen L Arnold <nerdboy@gentoo.org>
Sat, 4 Jun 2016 04:04:12 +0000 (21:04 -0700)
committerStephen L Arnold <nerdboy@gentoo.org>
Sat, 4 Jun 2016 04:04:57 +0000 (21:04 -0700)
Supports new gnat-gcc-4.9.3/gnatbuild-r1 and later, Ada 2012 std.

Package-Manager: portage-2.2.28

virtual/ada/ada-1995.ebuild
virtual/ada/ada-2005.ebuild
virtual/ada/ada-2012.ebuild [new file with mode: 0644]

index 85ec0a31e7497ed6be84949f03441974551f90de..edede366d5913876608dde99f84b261e389b0919 100644 (file)
@@ -1,7 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI="5"
+
 DESCRIPTION="Virtual for selecting an appropriate Ada compiler"
 HOMEPAGE=""
 SRC_URI=""
index f6aaaf99566eb4945016a1091cc7599a15307499..87bac1dc86fbb34c3fea91b23d28e583149c57d8 100644 (file)
@@ -1,7 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI="5"
+
 DESCRIPTION="Virtual for selecting an appropriate Ada compiler"
 HOMEPAGE=""
 SRC_URI=""
diff --git a/virtual/ada/ada-2012.ebuild b/virtual/ada/ada-2012.ebuild
new file mode 100644 (file)
index 0000000..62fccc5
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+DESCRIPTION="Virtual for selecting an appropriate Ada compiler"
+HOMEPAGE=""
+SRC_URI=""
+LICENSE=""
+SLOT="2012"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+# Only one at present, but gnat-gcc-5.x is coming soon (I Swear)
+RDEPEND="|| (
+       >=virtual/gnat-4.9 )"
+DEPEND=""