From: Stephen L Arnold Date: Sat, 4 Jun 2016 04:04:12 +0000 (-0700) Subject: virtual/ada: version bump to 2012 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=da0a79397ba587fa43435ef532330a5f373c5f2e;p=gentoo.git 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 --- 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=""