diff options
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="" |