summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2009-04-25 15:31:45 +0000
committerGeorge Shapovalov <george@gentoo.org>2009-04-25 15:31:45 +0000
commitda4f072ecbf3b0330a8def92ae2df1f599c43874 (patch)
treec20b426041d567840c717fa653bc5238eb3574ca /virtual/gnat
parentBump to gnome-cups-manager-0.33-r1 (diff)
downloadgentoo-2-da4f072ecbf3b0330a8def92ae2df1f599c43874.tar.gz
gentoo-2-da4f072ecbf3b0330a8def92ae2df1f599c43874.tar.bz2
gentoo-2-da4f072ecbf3b0330a8def92ae2df1f599c43874.zip
added ebuild for 4.3, fixed SLOT for 4.2
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'virtual/gnat')
-rw-r--r--virtual/gnat/ChangeLog10
-rw-r--r--virtual/gnat/gnat-4.2.ebuild6
-rw-r--r--virtual/gnat/gnat-4.3.ebuild13
3 files changed, 24 insertions, 5 deletions
diff --git a/virtual/gnat/ChangeLog b/virtual/gnat/ChangeLog
index d6b6f69e5fdb..de0bb7cf5f5d 100644
--- a/virtual/gnat/ChangeLog
+++ b/virtual/gnat/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for virtual/gnat
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/gnat/ChangeLog,v 1.8 2007/05/27 18:13:59 george Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/gnat/ChangeLog,v 1.9 2009/04/25 15:31:45 george Exp $
+
+*gnat-4.3 (25 Apr 2009)
+
+ 25 Apr 2009; George Shapovalov <george@gentoo.org> gnat-4.2,
+ +gnat-4.3.ebuild:
+ added ebuild for 4.3, fixed SLOT for 4.2
*gnat-4.2 (27 May 2007)
diff --git a/virtual/gnat/gnat-4.2.ebuild b/virtual/gnat/gnat-4.2.ebuild
index 2250d57e1ddf..1c90190c9b41 100644
--- a/virtual/gnat/gnat-4.2.ebuild
+++ b/virtual/gnat/gnat-4.2.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/gnat/gnat-4.2.ebuild,v 1.1 2007/05/27 18:13:59 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/gnat/gnat-4.2.ebuild,v 1.2 2009/04/25 15:31:45 george Exp $
DESCRIPTION="Virtual for the gnat compiler selection"
HOMEPAGE="http://www.gentoo.org/proj/en/glep/glep-0037.html"
SRC_URI=""
LICENSE="GMGPL"
-SLOT="4.1"
+SLOT="4.2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="=dev-lang/gnat-gcc-4.2*"
diff --git a/virtual/gnat/gnat-4.3.ebuild b/virtual/gnat/gnat-4.3.ebuild
new file mode 100644
index 000000000000..2aa44dc10401
--- /dev/null
+++ b/virtual/gnat/gnat-4.3.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/gnat/gnat-4.3.ebuild,v 1.1 2009/04/25 15:31:45 george Exp $
+
+DESCRIPTION="Virtual for the gnat compiler selection"
+HOMEPAGE="http://www.gentoo.org/proj/en/glep/glep-0037.html"
+SRC_URI=""
+LICENSE="GMGPL"
+SLOT="4.3"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+RDEPEND="=dev-lang/gnat-gcc-4.3*"
+DEPEND=""