Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/gtk2hs: gtk2hs-0.9.12.1.ebuild ChangeLog gtk2hs-0.9.11.ebuild gtk2hs-0.9.12.ebuild
Date: Fri, 03 Apr 2009 22:13:23
Message-Id: E1LprdY-00076m-JW@stork.gentoo.org
1 fauli 09/04/03 22:13:20
2
3 Modified: gtk2hs-0.9.12.1.ebuild ChangeLog
4 gtk2hs-0.9.11.ebuild gtk2hs-0.9.12.ebuild
5 Log:
6 completely drop support for Firefox as it depends on version 2
7 (Portage version: 2.1.6.7/cvs/Linux i686)
8
9 Revision Changes Path
10 1.10 dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild?r1=1.9&r2=1.10
15
16 Index: gtk2hs-0.9.12.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- gtk2hs-0.9.12.1.ebuild 10 Feb 2009 19:32:40 -0000 1.9
23 +++ gtk2hs-0.9.12.1.ebuild 3 Apr 2009 22:13:20 -0000 1.10
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild,v 1.9 2009/02/10 19:32:40 kolmodin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild,v 1.10 2009/04/03 22:13:20 fauli Exp $
29
30 inherit base eutils ghc-package multilib toolchain-funcs versionator
31
32 @@ -12,7 +12,7 @@
33
34 KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
35
36 -IUSE="doc glade gnome opengl svg firefox seamonkey profile xulrunner"
37 +IUSE="doc glade gnome opengl svg seamonkey profile xulrunner"
38
39 RDEPEND=">=dev-lang/ghc-6.4
40 dev-haskell/mtl
41 @@ -24,8 +24,7 @@
42 svg? ( >=gnome-base/librsvg-2.16 )
43 opengl? ( x11-libs/gtkglext )
44 xulrunner? ( =net-libs/xulrunner-1.8* )
45 - !xulrunner? ( firefox? ( =www-client/mozilla-firefox-2* ) )
46 - !xulrunner? ( !firefox? ( seamonkey? ( =www-client/seamonkey-1* ) ) )"
47 + !xulrunner? ( seamonkey? ( =www-client/seamonkey-1* ) )"
48
49 DEPEND="${RDEPEND}
50 doc? ( >=dev-haskell/haddock-0.8 )
51 @@ -55,7 +54,6 @@
52 $(use_enable svg svg) \
53 $(use_enable opengl opengl) \
54 $(use_enable seamonkey seamonkey) \
55 - $(use_enable firefox firefox) \
56 $(use_enable xulrunner xulrunner) \
57 $(use_enable doc docs) \
58 $(use_enable profile profiling) \
59 @@ -99,7 +97,7 @@
60 "${D}/usr/$(get_libdir)/gtk2hs/svgcairo.package.conf") \
61 $(use opengl && echo \
62 "${D}/usr/$(get_libdir)/gtk2hs/gtkglext.package.conf") \
63 - $(use seamonkey || use firefox || use xulrunner && echo \
64 + $(use seamonkey || use xulrunner && echo \
65 "${D}/usr/$(get_libdir)/gtk2hs/mozembed.package.conf")
66 ghc-install-pkg
67 }
68
69
70
71 1.50 dev-haskell/gtk2hs/ChangeLog
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/ChangeLog?rev=1.50&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/ChangeLog?rev=1.50&content-type=text/plain
75 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/ChangeLog?r1=1.49&r2=1.50
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v
80 retrieving revision 1.49
81 retrieving revision 1.50
82 diff -u -r1.49 -r1.50
83 --- ChangeLog 10 Feb 2009 19:32:40 -0000 1.49
84 +++ ChangeLog 3 Apr 2009 22:13:20 -0000 1.50
85 @@ -1,6 +1,10 @@
86 # ChangeLog for dev-haskell/gtk2hs
87 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v 1.49 2009/02/10 19:32:40 kolmodin Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v 1.50 2009/04/03 22:13:20 fauli Exp $
90 +
91 + 03 Apr 2009; Christian Faulhammer <fauli@g.o> gtk2hs-0.9.11.ebuild,
92 + gtk2hs-0.9.12.ebuild, gtk2hs-0.9.12.1.ebuild:
93 + completely drop support for Firefox as it depends on version 2
94
95 10 Feb 2009; Lennart Kolmodin <kolmodin@g.o>
96 +files/gtk2hs-0.9.12.1-librsvg-2.22.3.patch, gtk2hs-0.9.12.1.ebuild:
97
98
99
100 1.9 dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild
101
102 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild?rev=1.9&view=markup
103 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild?rev=1.9&content-type=text/plain
104 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild?r1=1.8&r2=1.9
105
106 Index: gtk2hs-0.9.11.ebuild
107 ===================================================================
108 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild,v
109 retrieving revision 1.8
110 retrieving revision 1.9
111 diff -u -r1.8 -r1.9
112 --- gtk2hs-0.9.11.ebuild 16 Jul 2008 11:47:06 -0000 1.8
113 +++ gtk2hs-0.9.11.ebuild 3 Apr 2009 22:13:20 -0000 1.9
114 @@ -1,6 +1,6 @@
115 -# Copyright 1999-2008 Gentoo Foundation
116 +# Copyright 1999-2009 Gentoo Foundation
117 # Distributed under the terms of the GNU General Public License v2
118 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild,v 1.8 2008/07/16 11:47:06 armin76 Exp $
119 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild,v 1.9 2009/04/03 22:13:20 fauli Exp $
120
121 inherit base eutils ghc-package multilib toolchain-funcs versionator
122
123 @@ -12,7 +12,7 @@
124
125 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
126
127 -IUSE="doc glade gnome opengl firefox seamonkey profile xulrunner"
128 +IUSE="doc glade gnome opengl seamonkey profile xulrunner"
129
130 RDEPEND=">=dev-lang/ghc-6.2
131 dev-haskell/mtl
132 @@ -24,8 +24,7 @@
133 >=gnome-base/librsvg-2.16 )
134 opengl? ( x11-libs/gtkglext )
135 xulrunner? ( =net-libs/xulrunner-1.8* )
136 - !xulrunner? ( firefox? ( =www-client/mozilla-firefox-2* ) )
137 - !xulrunner? ( !firefox? ( seamonkey? ( =www-client/seamonkey-1* ) ) )"
138 + !xulrunner? ( seamonkey? ( =www-client/seamonkey-1* ) )"
139
140 DEPEND="${RDEPEND}
141 doc? ( >=dev-haskell/haddock-0.7 )"
142 @@ -42,7 +41,6 @@
143 $(use_enable gnome svg) \
144 $(use_enable opengl opengl) \
145 $(use_enable seamonkey seamonkey) \
146 - $(use_enable firefox firefox) \
147 $(use_enable xulrunner xulrunner) \
148 $(use_enable doc docs) \
149 $(use_enable profile profiling) \
150 @@ -90,7 +88,7 @@
151 "${D}/usr/$(get_libdir)/gtk2hs/svgcairo.${pkgext}") \
152 $(use opengl && echo \
153 "${D}/usr/$(get_libdir)/gtk2hs/gtkglext.${pkgext}") \
154 - $(use seamonkey || use firefox || use xulrunner && echo \
155 + $(use seamonkey || use xulrunner && echo \
156 "${D}/usr/$(get_libdir)/gtk2hs/mozembed.${pkgext}")
157 ghc-install-pkg
158 }
159
160
161
162 1.9 dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild
163
164 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild?rev=1.9&view=markup
165 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild?rev=1.9&content-type=text/plain
166 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild?r1=1.8&r2=1.9
167
168 Index: gtk2hs-0.9.12.ebuild
169 ===================================================================
170 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild,v
171 retrieving revision 1.8
172 retrieving revision 1.9
173 diff -u -r1.8 -r1.9
174 --- gtk2hs-0.9.12.ebuild 16 Jul 2008 11:47:06 -0000 1.8
175 +++ gtk2hs-0.9.12.ebuild 3 Apr 2009 22:13:20 -0000 1.9
176 @@ -1,6 +1,6 @@
177 -# Copyright 1999-2008 Gentoo Foundation
178 +# Copyright 1999-2009 Gentoo Foundation
179 # Distributed under the terms of the GNU General Public License v2
180 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild,v 1.8 2008/07/16 11:47:06 armin76 Exp $
181 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild,v 1.9 2009/04/03 22:13:20 fauli Exp $
182
183 inherit base eutils ghc-package multilib toolchain-funcs versionator
184
185 @@ -12,7 +12,7 @@
186
187 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
188
189 -IUSE="doc glade gnome opengl svg firefox seamonkey profile xulrunner"
190 +IUSE="doc glade gnome opengl svg seamonkey profile xulrunner"
191
192 RDEPEND=">=dev-lang/ghc-6.2
193 dev-haskell/mtl
194 @@ -24,8 +24,7 @@
195 svg? ( >=gnome-base/librsvg-2.16 )
196 opengl? ( x11-libs/gtkglext )
197 xulrunner? ( =net-libs/xulrunner-1.8* )
198 - !xulrunner? ( firefox? ( =www-client/mozilla-firefox-2* ) )
199 - !xulrunner? ( !firefox? ( seamonkey? ( =www-client/seamonkey-1* ) ) )"
200 + !xulrunner? ( seamonkey? ( =www-client/seamonkey-1* ) )"
201
202 DEPEND="${RDEPEND}
203 doc? ( >=dev-haskell/haddock-0.8 )"
204 @@ -50,7 +49,6 @@
205 $(use_enable svg svg) \
206 $(use_enable opengl opengl) \
207 $(use_enable seamonkey seamonkey) \
208 - $(use_enable firefox firefox) \
209 $(use_enable xulrunner xulrunner) \
210 $(use_enable doc docs) \
211 $(use_enable profile profiling) \
212 @@ -99,7 +97,7 @@
213 "${D}/usr/$(get_libdir)/gtk2hs/svgcairo.${pkgext}") \
214 $(use opengl && echo \
215 "${D}/usr/$(get_libdir)/gtk2hs/gtkglext.${pkgext}") \
216 - $(use seamonkey || use firefox || use xulrunner && echo \
217 + $(use seamonkey || use xulrunner && echo \
218 "${D}/usr/$(get_libdir)/gtk2hs/mozembed.${pkgext}")
219 ghc-install-pkg
220 }