Gentoo Archives: gentoo-commits

From: "George Shapovalov (george)" <george@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/gnat-gcc: gnat-gcc-4.3.3-r2.ebuild gnat-gcc-4.3.2.ebuild gnat-gcc-4.3.3.ebuild gnat-gcc-4.3.4.ebuild
Date: Tue, 04 Jan 2011 20:18:53
Message-Id: 20110104201844.4B4002005C@flycatcher.gentoo.org
1 george 11/01/04 20:18:44
2
3 Modified: gnat-gcc-4.3.3-r2.ebuild gnat-gcc-4.3.2.ebuild
4 gnat-gcc-4.3.3.ebuild gnat-gcc-4.3.4.ebuild
5 Log:
6 fixed implicit RDEPEND
7
8 (Portage version: 2.1.9.25/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 dev-lang/gnat-gcc/gnat-gcc-4.3.3-r2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.3-r2.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.3-r2.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.3-r2.ebuild?r1=1.3&r2=1.4
16
17 Index: gnat-gcc-4.3.3-r2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.3-r2.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- gnat-gcc-4.3.3-r2.ebuild 6 Apr 2010 10:45:53 -0000 1.3
24 +++ gnat-gcc-4.3.3-r2.ebuild 4 Jan 2011 20:18:44 -0000 1.4
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2010 Gentoo Foundation
27 +# Copyright 1999-2011 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.3-r2.ebuild,v 1.3 2010/04/06 10:45:53 george Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.3-r2.ebuild,v 1.4 2011/01/04 20:18:44 george Exp $
31
32 # Need to let configure know where to find stddef.h
33 #EXTRA_CONFGCC="${WORKDIR}/usr/lib/include/"
34 @@ -30,6 +30,7 @@
35 # starting with 4.3.0 gnat needs these libs
36 DEPEND=">=dev-libs/mpfr-2.3.1
37 >=dev-libs/gmp-4.2.2"
38 +RDEPEND="${DEPEND}"
39
40 #QA_EXECSTACK="${BINPATH:1}/gnatls ${BINPATH:1}/gnatbind ${BINPATH:1}/gnatmake
41 # ${LIBEXECPATH:1}/gnat1 ${LIBPATH:1}/adalib/libgnat-${SLOT}.so"
42
43
44
45 1.5 dev-lang/gnat-gcc/gnat-gcc-4.3.2.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.2.ebuild?rev=1.5&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.2.ebuild?rev=1.5&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.2.ebuild?r1=1.4&r2=1.5
50
51 Index: gnat-gcc-4.3.2.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.2.ebuild,v
54 retrieving revision 1.4
55 retrieving revision 1.5
56 diff -u -r1.4 -r1.5
57 --- gnat-gcc-4.3.2.ebuild 28 Mar 2009 15:47:25 -0000 1.4
58 +++ gnat-gcc-4.3.2.ebuild 4 Jan 2011 20:18:44 -0000 1.5
59 @@ -1,6 +1,6 @@
60 -# Copyright 1999-2009 Gentoo Foundation
61 +# Copyright 1999-2011 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.2.ebuild,v 1.4 2009/03/28 15:47:25 nixnut Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.2.ebuild,v 1.5 2011/01/04 20:18:44 george Exp $
65
66 inherit gnatbuild
67
68 @@ -26,6 +26,7 @@
69 # starting with 4.3.0 gnat needs these libs
70 DEPEND=">=dev-libs/mpfr-2.3.1
71 >=dev-libs/gmp-4.2.2"
72 +RDEPEND="${DEPEND}"
73
74 QA_EXECSTACK="${BINPATH:1}/gnatls ${BINPATH:1}/gnatbind ${BINPATH:1}/gnatmake
75 ${LIBEXECPATH:1}/gnat1 ${LIBPATH:1}/adalib/libgnat-${SLOT}.so"
76
77
78
79 1.3 dev-lang/gnat-gcc/gnat-gcc-4.3.3.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.3.ebuild?rev=1.3&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.3.ebuild?rev=1.3&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.3.ebuild?r1=1.2&r2=1.3
84
85 Index: gnat-gcc-4.3.3.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.3.ebuild,v
88 retrieving revision 1.2
89 retrieving revision 1.3
90 diff -u -r1.2 -r1.3
91 --- gnat-gcc-4.3.3.ebuild 5 Feb 2009 14:27:27 -0000 1.2
92 +++ gnat-gcc-4.3.3.ebuild 4 Jan 2011 20:18:44 -0000 1.3
93 @@ -1,6 +1,6 @@
94 -# Copyright 1999-2009 Gentoo Foundation
95 +# Copyright 1999-2011 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.3.ebuild,v 1.2 2009/02/05 14:27:27 george Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.3.ebuild,v 1.3 2011/01/04 20:18:44 george Exp $
99
100 # Need to let configure know where to find stddef.h
101 #EXTRA_CONFGCC="${WORKDIR}/usr/lib/include/"
102 @@ -30,6 +30,7 @@
103 # starting with 4.3.0 gnat needs these libs
104 DEPEND=">=dev-libs/mpfr-2.3.1
105 >=dev-libs/gmp-4.2.2"
106 +RDEPEND="${DEPEND}"
107
108 #QA_EXECSTACK="${BINPATH:1}/gnatls ${BINPATH:1}/gnatbind ${BINPATH:1}/gnatmake
109 # ${LIBEXECPATH:1}/gnat1 ${LIBPATH:1}/adalib/libgnat-${SLOT}.so"
110
111
112
113 1.3 dev-lang/gnat-gcc/gnat-gcc-4.3.4.ebuild
114
115 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.4.ebuild?rev=1.3&view=markup
116 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.4.ebuild?rev=1.3&content-type=text/plain
117 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.4.ebuild?r1=1.2&r2=1.3
118
119 Index: gnat-gcc-4.3.4.ebuild
120 ===================================================================
121 RCS file: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.4.ebuild,v
122 retrieving revision 1.2
123 retrieving revision 1.3
124 diff -u -r1.2 -r1.3
125 --- gnat-gcc-4.3.4.ebuild 12 Apr 2010 08:25:44 -0000 1.2
126 +++ gnat-gcc-4.3.4.ebuild 4 Jan 2011 20:18:44 -0000 1.3
127 @@ -1,6 +1,6 @@
128 -# Copyright 1999-2010 Gentoo Foundation
129 +# Copyright 1999-2011 Gentoo Foundation
130 # Distributed under the terms of the GNU General Public License v2
131 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.4.ebuild,v 1.2 2010/04/12 08:25:44 george Exp $
132 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.4.ebuild,v 1.3 2011/01/04 20:18:44 george Exp $
133
134 # Need to let configure know where to find stddef.h
135 #EXTRA_CONFGCC="${WORKDIR}/usr/lib/include/"
136 @@ -30,6 +30,7 @@
137 # starting with 4.3.0 gnat needs these libs
138 DEPEND=">=dev-libs/mpfr-2.3.1
139 >=dev-libs/gmp-4.2.2"
140 +RDEPEND="${DEPEND}"
141
142 #QA_EXECSTACK="${BINPATH:1}/gnatls ${BINPATH:1}/gnatbind ${BINPATH:1}/gnatmake
143 # ${LIBEXECPATH:1}/gnat1 ${LIBPATH:1}/adalib/libgnat-${SLOT}.so"