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
commit43ac8d1b7ae1b6b81e21bf7d2148fec3fad9db56 (patch)
tree3f60130ddf945f8cec16dd88e909baa4d637ce2a /virtual/ada/ada-1995.ebuild
parentFix the quotation. (diff)
downloadhistorical-43ac8d1b7ae1b6b81e21bf7d2148fec3fad9db56.tar.gz
historical-43ac8d1b7ae1b6b81e21bf7d2148fec3fad9db56.tar.bz2
historical-43ac8d1b7ae1b6b81e21bf7d2148fec3fad9db56.zip
new virtual, to track Ada standard versions
Package-Manager: portage-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=""