Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/gtk2hs: gtk2hs-0.9.12.1.ebuild gtk2hs-0.10.1.ebuild ChangeLog
Date: Mon, 28 Jun 2010 14:28:44
Message-Id: 20100628142837.B72FA2C621@corvid.gentoo.org
1 ssuominen 10/06/28 14:28:37
2
3 Modified: gtk2hs-0.9.12.1.ebuild gtk2hs-0.10.1.ebuild
4 ChangeLog
5 Log:
6 Remove support for vulnerable seamonkey (#305789) and xulrunner (#324953).
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.13 dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild?r1=1.12&r2=1.13
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.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- gtk2hs-0.9.12.1.ebuild 19 Jun 2010 20:16:56 -0000 1.12
23 +++ gtk2hs-0.9.12.1.ebuild 28 Jun 2010 14:28:37 -0000 1.13
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 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.12 2010/06/19 20:16:56 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild,v 1.13 2010/06/28 14:28:37 ssuominen 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 profile xulrunner"
37 +IUSE="doc glade gnome opengl svg profile"
38
39 RDEPEND=">=dev-lang/ghc-6.4
40 dev-haskell/mtl
41 @@ -22,8 +22,7 @@
42 <x11-libs/gtksourceview-2.0
43 >=gnome-base/gconf-2 )
44 svg? ( >=gnome-base/librsvg-2.16 )
45 - opengl? ( x11-libs/gtkglext )
46 - xulrunner? ( =net-libs/xulrunner-1.8* )"
47 + opengl? ( x11-libs/gtkglext )"
48
49 DEPEND="${RDEPEND}
50 doc? ( >=dev-haskell/haddock-0.8 )
51 @@ -54,7 +53,7 @@
52 $(use_enable opengl opengl) \
53 --disable-firefox \
54 --disable-seamonkey \
55 - $(use_enable xulrunner xulrunner) \
56 + --disable-xulrunner \
57 $(use_enable doc docs) \
58 $(use_enable profile profiling) \
59 || die "Configure failed"
60 @@ -96,8 +95,6 @@
61 $(use svg && echo \
62 "${D}/usr/$(get_libdir)/gtk2hs/svgcairo.package.conf") \
63 $(use opengl && echo \
64 - "${D}/usr/$(get_libdir)/gtk2hs/gtkglext.package.conf") \
65 - $(use xulrunner && echo \
66 - "${D}/usr/$(get_libdir)/gtk2hs/mozembed.package.conf")
67 + "${D}/usr/$(get_libdir)/gtk2hs/gtkglext.package.conf")
68 ghc-install-pkg
69 }
70
71
72
73 1.3 dev-haskell/gtk2hs/gtk2hs-0.10.1.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.10.1.ebuild?rev=1.3&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.10.1.ebuild?rev=1.3&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.10.1.ebuild?r1=1.2&r2=1.3
78
79 Index: gtk2hs-0.10.1.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.10.1.ebuild,v
82 retrieving revision 1.2
83 retrieving revision 1.3
84 diff -u -r1.2 -r1.3
85 --- gtk2hs-0.10.1.ebuild 27 Mar 2010 09:01:56 -0000 1.2
86 +++ gtk2hs-0.10.1.ebuild 28 Jun 2010 14:28:37 -0000 1.3
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2010 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.10.1.ebuild,v 1.2 2010/03/27 09:01:56 kolmodin Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.10.1.ebuild,v 1.3 2010/06/28 14:28:37 ssuominen Exp $
92
93 EAPI="2"
94
95 @@ -16,7 +16,7 @@
96
97 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
98
99 -IUSE="doc profile glade gnome opengl svg xulrunner"
100 +IUSE="doc profile glade gnome opengl svg"
101
102 RDEPEND=">=dev-lang/ghc-6.6
103 dev-haskell/mtl[doc?]
104 @@ -26,8 +26,7 @@
105 >=x11-libs/gtksourceview-2.2
106 gnome-base/gconf )
107 svg? ( gnome-base/librsvg )
108 - opengl? ( x11-libs/gtkglext )
109 - xulrunner? ( =net-libs/xulrunner-1.8* )"
110 + opengl? ( x11-libs/gtkglext )"
111
112 DEPEND="${RDEPEND}
113 doc? ( >=dev-haskell/haddock-2.4.1 )
114 @@ -56,8 +55,9 @@
115 $(use_enable gnome gtksourceview2) \
116 $(use_enable svg svg) \
117 $(use_enable opengl opengl) \
118 + --disable-seamonkey \
119 --disable-firefox \
120 - $(use_enable xulrunner xulrunner) \
121 + --disable-xulrunner \
122 $(use_enable doc docs) \
123 $(use_enable profile profiling) \
124 || die "Configure failed"
125 @@ -90,8 +90,6 @@
126 $(use svg && echo \
127 "${D}/usr/$(get_libdir)/gtk2hs/svgcairo.package.conf") \
128 $(use opengl && echo \
129 - "${D}/usr/$(get_libdir)/gtk2hs/gtkglext.package.conf") \
130 - $(use xulrunner && echo \
131 - "${D}/usr/$(get_libdir)/gtk2hs/mozembed.package.conf")
132 + "${D}/usr/$(get_libdir)/gtk2hs/gtkglext.package.conf")
133 ghc-install-pkg
134 }
135
136
137
138 1.55 dev-haskell/gtk2hs/ChangeLog
139
140 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gtk2hs/ChangeLog?rev=1.55&view=markup
141 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gtk2hs/ChangeLog?rev=1.55&content-type=text/plain
142 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gtk2hs/ChangeLog?r1=1.54&r2=1.55
143
144 Index: ChangeLog
145 ===================================================================
146 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v
147 retrieving revision 1.54
148 retrieving revision 1.55
149 diff -u -r1.54 -r1.55
150 --- ChangeLog 19 Jun 2010 20:16:56 -0000 1.54
151 +++ ChangeLog 28 Jun 2010 14:28:37 -0000 1.55
152 @@ -1,10 +1,10 @@
153 # ChangeLog for dev-haskell/gtk2hs
154 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
155 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v 1.54 2010/06/19 20:16:56 ssuominen Exp $
156 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v 1.55 2010/06/28 14:28:37 ssuominen Exp $
157
158 - 19 Jun 2010; Samuli Suominen <ssuominen@g.o>
159 - gtk2hs-0.9.12.1.ebuild:
160 - Remove obsolete seamonkey 1.x support.
161 + 28 Jun 2010; Samuli Suominen <ssuominen@g.o>
162 + gtk2hs-0.9.12.1.ebuild, gtk2hs-0.10.1.ebuild:
163 + Remove support for vulnerable seamonkey (#305789) and xulrunner (#324953).
164
165 27 Mar 2010; Lennart Kolmodin <kolmodin@g.o> gtk2hs-0.10.1.ebuild,
166 +files/gtk2hs-0.10.1-ghc-6.12-c2hs.patch,