diff options
author | Stephen L Arnold <nerdboy@gentoo.org> | 2016-06-03 21:04:12 -0700 |
---|---|---|
committer | Stephen L Arnold <nerdboy@gentoo.org> | 2016-06-03 21:04:57 -0700 |
commit | da0a79397ba587fa43435ef532330a5f373c5f2e (patch) | |
tree | ef1c425af8d8358b81495bec9fc2f12b1f91ed97 /virtual | |
parent | virtual/gnat: version bump to (slot) 4.9 (diff) | |
download | gentoo-da0a79397ba587fa43435ef532330a5f373c5f2e.tar.gz gentoo-da0a79397ba587fa43435ef532330a5f373c5f2e.tar.bz2 gentoo-da0a79397ba587fa43435ef532330a5f373c5f2e.zip |
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
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/ada/ada-1995.ebuild | 4 | ||||
-rw-r--r-- | virtual/ada/ada-2005.ebuild | 4 | ||||
-rw-r--r-- | virtual/ada/ada-2012.ebuild | 18 |
3 files changed, 24 insertions, 2 deletions
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="" |