commit: da0a79397ba587fa43435ef532330a5f373c5f2e
Author: Stephen L Arnold <nerdboy <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 4 04:04:12 2016 +0000
Commit: Steve Arnold <nerdboy <AT> gentoo <DOT> org>
CommitDate: Sat Jun 4 04:04:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da0a7939
virtual/ada: version bump to 2012
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 | 4 +++-
virtual/ada/ada-2005.ebuild | 4 +++-
virtual/ada/{ada-2005.ebuild => ada-2012.ebuild} | 13 +++++++------
3 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/virtual/ada/ada-1995.ebuild b/virtual/ada/ada-1995.ebuild
index 85ec0a3..edede36 100644
--- a/virtual/ada/ada-1995.ebuild
+++ b/virtual/ada/ada-1995.ebuild
@@ -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=""
diff --git a/virtual/ada/ada-2005.ebuild b/virtual/ada/ada-2005.ebuild
index f6aaaf9..87bac1d 100644
--- a/virtual/ada/ada-2005.ebuild
+++ b/virtual/ada/ada-2005.ebuild
@@ -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-2005.ebuild b/virtual/ada/ada-2012.ebuild
similarity index 52%
copy from virtual/ada/ada-2005.ebuild
copy to virtual/ada/ada-2012.ebuild
index f6aaaf9..62fccc5 100644
--- a/virtual/ada/ada-2005.ebuild
+++ b/virtual/ada/ada-2012.ebuild
@@ -1,17 +1,18 @@
-# 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=""
LICENSE=""
-SLOT="2005"
-KEYWORDS="amd64 ppc x86"
+SLOT="2012"
+KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
-# Only one at present, but gnat-gcc-4.3 is coming soon too
+# Only one at present, but gnat-gcc-5.x is coming soon (I Swear)
RDEPEND="|| (
- >=dev-lang/gnat-gcc-4.3
- >=dev-lang/gnat-gpl-4.1 )"
+ >=virtual/gnat-4.9 )"
DEPEND=""