Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ada/asis-gcc: asis-gcc-4.1.2.ebuild asis-gcc-4.2.2.ebuild asis-gcc-3.4.6.ebuild ChangeLog asis-gcc-4.1.1.ebuild asis-gcc-4.1.2-r1.ebuild
Date: Fri, 05 Sep 2008 06:31:25
Message-Id: E1KbUqm-0001pN-S5@stork.gentoo.org
1 opfer 08/09/05 06:31:20
2
3 Modified: asis-gcc-4.1.2.ebuild asis-gcc-4.2.2.ebuild
4 asis-gcc-3.4.6.ebuild ChangeLog
5 asis-gcc-4.1.1.ebuild asis-gcc-4.1.2-r1.ebuild
6 Log:
7 change dependency from virtual/tetex to virtual/latex-base for all ebuilds
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.5 dev-ada/asis-gcc/asis-gcc-4.1.2.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2.ebuild?r1=1.4&r2=1.5
16
17 Index: asis-gcc-4.1.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- asis-gcc-4.1.2.ebuild 24 Jan 2008 21:24:23 -0000 1.4
24 +++ asis-gcc-4.1.2.ebuild 5 Sep 2008 06:31:20 -0000 1.5
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2.ebuild,v 1.4 2008/01/24 21:24:23 george Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2.ebuild,v 1.5 2008/09/05 06:31:20 opfer Exp $
30
31 inherit eutils flag-o-matic gnatbuild
32
33 @@ -19,7 +19,7 @@
34 IUSE="doc"
35 RDEPEND="=dev-lang/gnat-gcc-${PV}*"
36 DEPEND="${RDEPEND}
37 - doc? ( virtual/tetex
38 + doc? ( virtual/latex-base
39 app-text/texi2html )"
40
41 # overwriting gnatboot's S
42
43
44
45 1.4 dev-ada/asis-gcc/asis-gcc-4.2.2.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.2.2.ebuild?rev=1.4&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.2.2.ebuild?rev=1.4&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.2.2.ebuild?r1=1.3&r2=1.4
50
51 Index: asis-gcc-4.2.2.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.2.2.ebuild,v
54 retrieving revision 1.3
55 retrieving revision 1.4
56 diff -u -r1.3 -r1.4
57 --- asis-gcc-4.2.2.ebuild 16 Apr 2008 15:06:24 -0000 1.3
58 +++ asis-gcc-4.2.2.ebuild 5 Sep 2008 06:31:20 -0000 1.4
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2008 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.2.2.ebuild,v 1.3 2008/04/16 15:06:24 george Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.2.2.ebuild,v 1.4 2008/09/05 06:31:20 opfer Exp $
64
65 inherit eutils flag-o-matic gnatbuild multilib
66
67 @@ -17,7 +17,7 @@
68 IUSE="doc"
69 RDEPEND="=dev-lang/gnat-gcc-${SLOT}*"
70 DEPEND="${RDEPEND}
71 - doc? ( virtual/tetex
72 + doc? ( virtual/latex-base
73 app-text/ghostscript-gpl
74 app-text/texi2html )"
75
76
77
78
79 1.10 dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild?rev=1.10&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild?rev=1.10&content-type=text/plain
83 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild?r1=1.9&r2=1.10
84
85 Index: asis-gcc-3.4.6.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild,v
88 retrieving revision 1.9
89 retrieving revision 1.10
90 diff -u -r1.9 -r1.10
91 --- asis-gcc-3.4.6.ebuild 10 Feb 2008 21:12:55 -0000 1.9
92 +++ asis-gcc-3.4.6.ebuild 5 Sep 2008 06:31:20 -0000 1.10
93 @@ -1,6 +1,6 @@
94 # Copyright 1999-2008 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild,v 1.9 2008/02/10 21:12:55 maekke Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild,v 1.10 2008/09/05 06:31:20 opfer Exp $
98
99 inherit eutils flag-o-matic gnatbuild
100
101 @@ -19,7 +19,7 @@
102 IUSE="doc"
103 RDEPEND="=dev-lang/gnat-gcc-${PV}*"
104 DEPEND="${RDEPEND}
105 - doc? ( virtual/tetex
106 + doc? ( virtual/latex-base
107 app-text/texi2html
108 app-text/ghostscript-gpl )"
109
110
111
112
113 1.13 dev-ada/asis-gcc/ChangeLog
114
115 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/ChangeLog?rev=1.13&view=markup
116 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/ChangeLog?rev=1.13&content-type=text/plain
117 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/ChangeLog?r1=1.12&r2=1.13
118
119 Index: ChangeLog
120 ===================================================================
121 RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/ChangeLog,v
122 retrieving revision 1.12
123 retrieving revision 1.13
124 diff -u -r1.12 -r1.13
125 --- ChangeLog 16 Apr 2008 15:06:24 -0000 1.12
126 +++ ChangeLog 5 Sep 2008 06:31:20 -0000 1.13
127 @@ -1,6 +1,11 @@
128 # ChangeLog for dev-ada/asis-gcc
129 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
130 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/ChangeLog,v 1.12 2008/04/16 15:06:24 george Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/ChangeLog,v 1.13 2008/09/05 06:31:20 opfer Exp $
132 +
133 + 05 Sep 2008; Christian Faulhammer <opfer@g.o>
134 + asis-gcc-3.4.6.ebuild, asis-gcc-4.1.1.ebuild, asis-gcc-4.1.2.ebuild,
135 + asis-gcc-4.1.2-r1.ebuild, asis-gcc-4.2.2.ebuild:
136 + change dependency from virtual/tetex to virtual/latex-base for all ebuilds
137
138 16 Apr 2008; <portage-cvs@g.o> asis-gcc-4.3.0_pre132166.ebuild:
139 added DEPEND on ghostscript to make sure ps2pdf is provided. Changed
140
141
142
143 1.8 dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild
144
145 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild?rev=1.8&view=markup
146 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild?rev=1.8&content-type=text/plain
147 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild?r1=1.7&r2=1.8
148
149 Index: asis-gcc-4.1.1.ebuild
150 ===================================================================
151 RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild,v
152 retrieving revision 1.7
153 retrieving revision 1.8
154 diff -u -r1.7 -r1.8
155 --- asis-gcc-4.1.1.ebuild 24 Jan 2008 21:24:23 -0000 1.7
156 +++ asis-gcc-4.1.1.ebuild 5 Sep 2008 06:31:20 -0000 1.8
157 @@ -1,6 +1,6 @@
158 # Copyright 1999-2008 Gentoo Foundation
159 # Distributed under the terms of the GNU General Public License v2
160 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild,v 1.7 2008/01/24 21:24:23 george Exp $
161 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild,v 1.8 2008/09/05 06:31:20 opfer Exp $
162
163 inherit eutils flag-o-matic gnatbuild
164
165 @@ -17,7 +17,7 @@
166 IUSE="doc"
167 RDEPEND="=dev-lang/gnat-gcc-${PV}*"
168 DEPEND="${RDEPEND}
169 - doc? ( virtual/tetex
170 + doc? ( virtual/latex-base
171 app-text/texi2html )"
172
173 # overwriting gnatboot's S
174
175
176
177 1.6 dev-ada/asis-gcc/asis-gcc-4.1.2-r1.ebuild
178
179 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2-r1.ebuild?rev=1.6&view=markup
180 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2-r1.ebuild?rev=1.6&content-type=text/plain
181 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2-r1.ebuild?r1=1.5&r2=1.6
182
183 Index: asis-gcc-4.1.2-r1.ebuild
184 ===================================================================
185 RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2-r1.ebuild,v
186 retrieving revision 1.5
187 retrieving revision 1.6
188 diff -u -r1.5 -r1.6
189 --- asis-gcc-4.1.2-r1.ebuild 24 Jan 2008 21:24:23 -0000 1.5
190 +++ asis-gcc-4.1.2-r1.ebuild 5 Sep 2008 06:31:20 -0000 1.6
191 @@ -1,6 +1,6 @@
192 # Copyright 1999-2008 Gentoo Foundation
193 # Distributed under the terms of the GNU General Public License v2
194 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2-r1.ebuild,v 1.5 2008/01/24 21:24:23 george Exp $
195 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2-r1.ebuild,v 1.6 2008/09/05 06:31:20 opfer Exp $
196
197 inherit eutils flag-o-matic gnatbuild
198
199 @@ -17,7 +17,7 @@
200 IUSE="doc"
201 RDEPEND="=dev-lang/gnat-gcc-${PV}*"
202 DEPEND="${RDEPEND}
203 - doc? ( virtual/tetex
204 + doc? ( virtual/latex-base
205 app-text/texi2html )"
206
207 # overwriting gnatboot's S