diff options
author | George Shapovalov <george@gentoo.org> | 2007-12-26 22:07:35 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2007-12-26 22:07:35 +0000 |
commit | cbb48fd840d2234a788cd1526f26983208050a28 (patch) | |
tree | fcfc5390e590d41c2eca735e7aedd95b88b1b03a /virtual/ada/ada-2005.ebuild | |
parent | Fix the quotation. (diff) | |
download | gentoo-2-cbb48fd840d2234a788cd1526f26983208050a28.tar.gz gentoo-2-cbb48fd840d2234a788cd1526f26983208050a28.tar.bz2 gentoo-2-cbb48fd840d2234a788cd1526f26983208050a28.zip |
new virtual, to track Ada standard versions
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'virtual/ada/ada-2005.ebuild')
-rw-r--r-- | virtual/ada/ada-2005.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/ada/ada-2005.ebuild b/virtual/ada/ada-2005.ebuild new file mode 100644 index 000000000000..a847fa10bf69 --- /dev/null +++ b/virtual/ada/ada-2005.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/ada/ada-2005.ebuild,v 1.1 2007/12/26 22:07:35 george Exp $ + +DESCRIPTION="Virtual for selecting an appropriate Ada compiler." +HOMEPAGE="http://www.gentoo.org/proj/en/glep/glep-0037.html" +SRC_URI="" +LICENSE="GPL-2" +SLOT="2005" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +# Only one at present, but gnat-gcc-4.3 is coming soon too +RDEPEND=">=dev-lang/gnat-gpl-4.1" +DEPEND="" |