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: Tue, 07 Apr 2009 10:50:59
Message-Id: E1Lr8tM-0005kH-FD@stork.gentoo.org
1 fauli 09/04/07 10:50:56
2
3 Modified: gtk2hs-0.9.12.1.ebuild ChangeLog
4 gtk2hs-0.9.11.ebuild gtk2hs-0.9.12.ebuild
5 Log:
6 disable Firefox support the hard way and make seamonkey not depend on USE=xulrunner
7 (Portage version: 2.1.6.7/cvs/Linux i686)
8
9 Revision Changes Path
10 1.11 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.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild?rev=1.11&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.10&r2=1.11
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.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- gtk2hs-0.9.12.1.ebuild 3 Apr 2009 22:13:20 -0000 1.10
23 +++ gtk2hs-0.9.12.1.ebuild 7 Apr 2009 10:50:56 -0000 1.11
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.10 2009/04/03 22:13:20 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild,v 1.11 2009/04/07 10:50:56 fauli Exp $
29
30 inherit base eutils ghc-package multilib toolchain-funcs versionator
31
32 @@ -24,7 +24,7 @@
33 svg? ( >=gnome-base/librsvg-2.16 )
34 opengl? ( x11-libs/gtkglext )
35 xulrunner? ( =net-libs/xulrunner-1.8* )
36 - !xulrunner? ( seamonkey? ( =www-client/seamonkey-1* ) )"
37 + seamonkey? ( =www-client/seamonkey-1* )"
38
39 DEPEND="${RDEPEND}
40 doc? ( >=dev-haskell/haddock-0.8 )
41 @@ -53,6 +53,7 @@
42 $(use_enable gnome sourceview) \
43 $(use_enable svg svg) \
44 $(use_enable opengl opengl) \
45 + --disable-firefox \
46 $(use_enable seamonkey seamonkey) \
47 $(use_enable xulrunner xulrunner) \
48 $(use_enable doc docs) \
49
50
51
52 1.51 dev-haskell/gtk2hs/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/ChangeLog?rev=1.51&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/ChangeLog?rev=1.51&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/ChangeLog?r1=1.50&r2=1.51
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v
61 retrieving revision 1.50
62 retrieving revision 1.51
63 diff -u -r1.50 -r1.51
64 --- ChangeLog 3 Apr 2009 22:13:20 -0000 1.50
65 +++ ChangeLog 7 Apr 2009 10:50:56 -0000 1.51
66 @@ -1,6 +1,11 @@
67 # ChangeLog for dev-haskell/gtk2hs
68 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v 1.50 2009/04/03 22:13:20 fauli Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v 1.51 2009/04/07 10:50:56 fauli Exp $
71 +
72 + 07 Apr 2009; Christian Faulhammer <fauli@g.o> gtk2hs-0.9.11.ebuild,
73 + gtk2hs-0.9.12.ebuild, gtk2hs-0.9.12.1.ebuild:
74 + disable Firefox support the hard way and make seamonkey not depend on
75 + USE=xulrunner
76
77 03 Apr 2009; Christian Faulhammer <fauli@g.o> gtk2hs-0.9.11.ebuild,
78 gtk2hs-0.9.12.ebuild, gtk2hs-0.9.12.1.ebuild:
79
80
81
82 1.10 dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild?rev=1.10&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild?rev=1.10&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild?r1=1.9&r2=1.10
87
88 Index: gtk2hs-0.9.11.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild,v
91 retrieving revision 1.9
92 retrieving revision 1.10
93 diff -u -r1.9 -r1.10
94 --- gtk2hs-0.9.11.ebuild 3 Apr 2009 22:13:20 -0000 1.9
95 +++ gtk2hs-0.9.11.ebuild 7 Apr 2009 10:50:56 -0000 1.10
96 @@ -1,6 +1,6 @@
97 # Copyright 1999-2009 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild,v 1.9 2009/04/03 22:13:20 fauli Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild,v 1.10 2009/04/07 10:50:56 fauli Exp $
101
102 inherit base eutils ghc-package multilib toolchain-funcs versionator
103
104 @@ -24,7 +24,7 @@
105 >=gnome-base/librsvg-2.16 )
106 opengl? ( x11-libs/gtkglext )
107 xulrunner? ( =net-libs/xulrunner-1.8* )
108 - !xulrunner? ( seamonkey? ( =www-client/seamonkey-1* ) )"
109 + seamonkey? ( =www-client/seamonkey-1* )"
110
111 DEPEND="${RDEPEND}
112 doc? ( >=dev-haskell/haddock-0.7 )"
113 @@ -40,6 +40,7 @@
114 $(use_enable gnome sourceview) \
115 $(use_enable gnome svg) \
116 $(use_enable opengl opengl) \
117 + --disable-firefox \
118 $(use_enable seamonkey seamonkey) \
119 $(use_enable xulrunner xulrunner) \
120 $(use_enable doc docs) \
121
122
123
124 1.10 dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild
125
126 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild?rev=1.10&view=markup
127 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild?rev=1.10&content-type=text/plain
128 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild?r1=1.9&r2=1.10
129
130 Index: gtk2hs-0.9.12.ebuild
131 ===================================================================
132 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild,v
133 retrieving revision 1.9
134 retrieving revision 1.10
135 diff -u -r1.9 -r1.10
136 --- gtk2hs-0.9.12.ebuild 3 Apr 2009 22:13:20 -0000 1.9
137 +++ gtk2hs-0.9.12.ebuild 7 Apr 2009 10:50:56 -0000 1.10
138 @@ -1,6 +1,6 @@
139 # Copyright 1999-2009 Gentoo Foundation
140 # Distributed under the terms of the GNU General Public License v2
141 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild,v 1.9 2009/04/03 22:13:20 fauli Exp $
142 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild,v 1.10 2009/04/07 10:50:56 fauli Exp $
143
144 inherit base eutils ghc-package multilib toolchain-funcs versionator
145
146 @@ -24,7 +24,7 @@
147 svg? ( >=gnome-base/librsvg-2.16 )
148 opengl? ( x11-libs/gtkglext )
149 xulrunner? ( =net-libs/xulrunner-1.8* )
150 - !xulrunner? ( seamonkey? ( =www-client/seamonkey-1* ) )"
151 + seamonkey? ( =www-client/seamonkey-1* )"
152
153 DEPEND="${RDEPEND}
154 doc? ( >=dev-haskell/haddock-0.8 )"
155 @@ -48,6 +48,7 @@
156 $(use_enable gnome sourceview) \
157 $(use_enable svg svg) \
158 $(use_enable opengl opengl) \
159 + --disable-firefox \
160 $(use_enable seamonkey seamonkey) \
161 $(use_enable xulrunner xulrunner) \
162 $(use_enable doc docs) \