Gentoo Archives: gentoo-commits

From: "George Shapovalov (george)" <george@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/gnat: gnat-4.3.ebuild ChangeLog gnat-4.2.ebuild
Date: Sat, 25 Apr 2009 15:31:48
Message-Id: E1Lxjqz-00031r-Sc@stork.gentoo.org
1 george 09/04/25 15:31:45
2
3 Modified: ChangeLog gnat-4.2.ebuild
4 Added: gnat-4.3.ebuild
5 Log:
6 added ebuild for 4.3, fixed SLOT for 4.2
7 (Portage version: 2.2_rc31/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 virtual/gnat/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/gnat/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/gnat/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/gnat/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/virtual/gnat/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 27 May 2007 18:13:59 -0000 1.8
23 +++ ChangeLog 25 Apr 2009 15:31:45 -0000 1.9
24 @@ -1,6 +1,12 @@
25 # ChangeLog for virtual/gnat
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/virtual/gnat/ChangeLog,v 1.8 2007/05/27 18:13:59 george Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/virtual/gnat/ChangeLog,v 1.9 2009/04/25 15:31:45 george Exp $
30 +
31 +*gnat-4.3 (25 Apr 2009)
32 +
33 + 25 Apr 2009; George Shapovalov <george@g.o> gnat-4.2,
34 + +gnat-4.3.ebuild:
35 + added ebuild for 4.3, fixed SLOT for 4.2
36
37 *gnat-4.2 (27 May 2007)
38
39
40
41
42 1.2 virtual/gnat/gnat-4.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/gnat/gnat-4.2.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/gnat/gnat-4.2.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/gnat/gnat-4.2.ebuild?r1=1.1&r2=1.2
47
48 Index: gnat-4.2.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/virtual/gnat/gnat-4.2.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- gnat-4.2.ebuild 27 May 2007 18:13:59 -0000 1.1
55 +++ gnat-4.2.ebuild 25 Apr 2009 15:31:45 -0000 1.2
56 @@ -1,12 +1,12 @@
57 -# Copyright 1999-2007 Gentoo Foundation
58 +# Copyright 1999-2009 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/virtual/gnat/gnat-4.2.ebuild,v 1.1 2007/05/27 18:13:59 george Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/virtual/gnat/gnat-4.2.ebuild,v 1.2 2009/04/25 15:31:45 george Exp $
62
63 DESCRIPTION="Virtual for the gnat compiler selection"
64 HOMEPAGE="http://www.gentoo.org/proj/en/glep/glep-0037.html"
65 SRC_URI=""
66 LICENSE="GMGPL"
67 -SLOT="4.1"
68 +SLOT="4.2"
69 KEYWORDS="~amd64 ~ppc ~x86"
70 IUSE=""
71 RDEPEND="=dev-lang/gnat-gcc-4.2*"
72
73
74
75 1.1 virtual/gnat/gnat-4.3.ebuild
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/gnat/gnat-4.3.ebuild?rev=1.1&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/gnat/gnat-4.3.ebuild?rev=1.1&content-type=text/plain
79
80 Index: gnat-4.3.ebuild
81 ===================================================================
82 # Copyright 1999-2009 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84 # $Header: /var/cvsroot/gentoo-x86/virtual/gnat/gnat-4.3.ebuild,v 1.1 2009/04/25 15:31:45 george Exp $
85
86 DESCRIPTION="Virtual for the gnat compiler selection"
87 HOMEPAGE="http://www.gentoo.org/proj/en/glep/glep-0037.html"
88 SRC_URI=""
89 LICENSE="GMGPL"
90 SLOT="4.3"
91 KEYWORDS="~amd64 ~ppc ~x86"
92 IUSE=""
93 RDEPEND="=dev-lang/gnat-gcc-4.3*"
94 DEPEND=""