From da0a79397ba587fa43435ef532330a5f373c5f2e Mon Sep 17 00:00:00 2001 From: Stephen L Arnold Date: Fri, 3 Jun 2016 21:04:12 -0700 Subject: 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-2012.ebuild | 18 ++++++++++++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 virtual/ada/ada-2012.ebuild (limited to 'virtual/ada') diff --git a/virtual/ada/ada-1995.ebuild b/virtual/ada/ada-1995.ebuild index 85ec0a31e749..edede366d591 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 f6aaaf99566e..87bac1dc86fb 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-2012.ebuild b/virtual/ada/ada-2012.ebuild new file mode 100644 index 000000000000..62fccc58d551 --- /dev/null +++ b/virtual/ada/ada-2012.ebuild @@ -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="" -- cgit v1.2.3-65-gdbad