Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk: webkit-gtk-2.0.4.ebuild ChangeLog webkit-gtk-2.0.3.ebuild
Date: Sun, 01 Sep 2013 18:44:25
Message-Id: 20130901184416.82C762004C@flycatcher.gentoo.org
1 pacho 13/09/01 18:44:16
2
3 Modified: webkit-gtk-2.0.4.ebuild ChangeLog
4 Removed: webkit-gtk-2.0.3.ebuild
5 Log:
6 Fix geoloc/introspection required USE combinations (#482208 by poncho), drop old.
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.3 net-libs/webkit-gtk/webkit-gtk-2.0.4.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.0.4.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.0.4.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.0.4.ebuild?r1=1.2&r2=1.3
16
17 Index: webkit-gtk-2.0.4.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.0.4.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- webkit-gtk-2.0.4.ebuild 5 Aug 2013 09:48:55 -0000 1.2
24 +++ webkit-gtk-2.0.4.ebuild 1 Sep 2013 18:44:16 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.0.4.ebuild,v 1.2 2013/08/05 09:48:55 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.0.4.ebuild,v 1.3 2013/09/01 18:44:16 pacho Exp $
30
31 EAPI="5"
32
33 @@ -18,7 +18,10 @@
34 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
35 IUSE="aqua coverage debug +geoloc +gstreamer libsecret +introspection +jit spell +webgl"
36 # bugs 372493, 416331
37 -REQUIRED_USE="introspection? ( geoloc gstreamer )"
38 +REQUIRED_USE="
39 + geoloc? ( introspection )
40 + introspection? ( gstreamer )
41 +"
42
43 # use sqlite, svg by default
44 # Aqua support in gtk3 is untested
45
46
47
48 1.220 net-libs/webkit-gtk/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.220&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.220&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?r1=1.219&r2=1.220
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v
57 retrieving revision 1.219
58 retrieving revision 1.220
59 diff -u -r1.219 -r1.220
60 --- ChangeLog 5 Aug 2013 09:48:55 -0000 1.219
61 +++ ChangeLog 1 Sep 2013 18:44:16 -0000 1.220
62 @@ -1,6 +1,11 @@
63 # ChangeLog for net-libs/webkit-gtk
64 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.219 2013/08/05 09:48:55 ssuominen Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.220 2013/09/01 18:44:16 pacho Exp $
67 +
68 + 01 Sep 2013; Pacho Ramos <pacho@g.o> -webkit-gtk-2.0.3.ebuild,
69 + webkit-gtk-2.0.4.ebuild:
70 + Fix geoloc/introspection required USE combinations (#482208 by poncho), drop
71 + old.
72
73 05 Aug 2013; Samuli Suominen <ssuominen@g.o>
74 webkit-gtk-1.10.2-r300.ebuild, webkit-gtk-1.8.3-r200.ebuild,