summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2007-12-26 22:07:35 +0000
committerGeorge Shapovalov <george@gentoo.org>2007-12-26 22:07:35 +0000
commitcbb48fd840d2234a788cd1526f26983208050a28 (patch)
treefcfc5390e590d41c2eca735e7aedd95b88b1b03a /virtual/ada/ada-1995.ebuild
parentFix the quotation. (diff)
downloadgentoo-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-1995.ebuild')
-rw-r--r--virtual/ada/ada-1995.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/virtual/ada/ada-1995.ebuild b/virtual/ada/ada-1995.ebuild
new file mode 100644
index 000000000000..26b5f8f16c13
--- /dev/null
+++ b/virtual/ada/ada-1995.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/ada/ada-1995.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"
+
+# Different versions of Ada compilers can and likely will be installed side by
+# side
+SLOT="1995"
+
+KEYWORDS="~amd64 ~x86 ~ppc"
+IUSE=""
+
+RDEPEND="|| (
+ =dev-lang/gnat-gcc-4.2*
+ =dev-lang/gnat-gcc-4.1*
+ =dev-lang/gnat-gcc-3.4*
+ =dev-lang/gnat-gpl-3.4* )"
+DEPEND=""