Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/epiphany: ChangeLog epiphany-2.30.6.ebuild epiphany-2.28.2.ebuild epiphany-2.30.5.ebuild
Date: Tue, 23 Nov 2010 22:35:55
Message-Id: 20101123223548.61A0820051@flycatcher.gentoo.org
1 eva 10/11/23 22:35:48
2
3 Modified: ChangeLog epiphany-2.30.6.ebuild
4 Removed: epiphany-2.28.2.ebuild epiphany-2.30.5.ebuild
5 Log:
6 Add missing ca-certificates to RDEPEND, bug #344539. Pin some dependencies to approriate slots. Use gnome2_src_compile instead of plain emake. Clean up old revisions.
7
8 (Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.257 www-client/epiphany/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.257&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.257&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/ChangeLog?r1=1.256&r2=1.257
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v
20 retrieving revision 1.256
21 retrieving revision 1.257
22 diff -u -r1.256 -r1.257
23 --- ChangeLog 17 Oct 2010 15:38:14 -0000 1.256
24 +++ ChangeLog 23 Nov 2010 22:35:48 -0000 1.257
25 @@ -1,6 +1,15 @@
26 # ChangeLog for www-client/epiphany
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.256 2010/10/17 15:38:14 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.257 2010/11/23 22:35:48 eva Exp $
30 +
31 + 23 Nov 2010; Gilles Dartiguelongue <eva@g.o>
32 + -files/epiphany-2.22.3-CVE-2008-5985.patch,
33 + -files/epiphany-2.22.3-firefox2.0-header-fix.patch,
34 + -files/epiphany-2.22.3-notify-crash-fix.patch, -epiphany-2.28.2.ebuild,
35 + -epiphany-2.30.5.ebuild, epiphany-2.30.6.ebuild:
36 + Add missing ca-certificates to RDEPEND, bug #344539. Pin some dependencies to
37 + approriate slots. Use gnome2_src_compile instead of plain emake. Clean up old
38 + revisions.
39
40 17 Oct 2010; Raúl Porcel <armin76@g.o> epiphany-2.30.2-r1.ebuild:
41 alpha/ia64/sparc stable wrt #324077
42
43
44
45 1.2 www-client/epiphany/epiphany-2.30.6.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/epiphany-2.30.6.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/epiphany-2.30.6.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/epiphany-2.30.6.ebuild?r1=1.1&r2=1.2
50
51 Index: epiphany-2.30.6.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.30.6.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- epiphany-2.30.6.ebuild 16 Sep 2010 21:37:08 -0000 1.1
58 +++ epiphany-2.30.6.ebuild 23 Nov 2010 22:35:48 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2010 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.30.6.ebuild,v 1.1 2010/09/16 21:37:08 eva Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.30.6.ebuild,v 1.2 2010/11/23 22:35:48 eva Exp $
64
65 EAPI="2"
66
67 @@ -17,8 +17,8 @@
68 IUSE="avahi doc networkmanager +nss test"
69
70 # TODO: add seed support
71 -RDEPEND=">=dev-libs/glib-2.19.7
72 - >=x11-libs/gtk+-2.19.5
73 +RDEPEND=">=dev-libs/glib-2.19.7:2
74 + >=x11-libs/gtk+-2.19.5:2
75 >=dev-libs/libxml2-2.6.12
76 >=dev-libs/libxslt-1.1.7
77 >=x11-libs/startup-notification-0.5
78 @@ -27,17 +27,19 @@
79 >=gnome-base/gconf-2
80 >=app-text/iso-codes-0.35
81 >=net-libs/webkit-gtk-1.2.3
82 - >=net-libs/libsoup-gnome-2.29.91
83 + >=net-libs/libsoup-gnome-2.29.91:2.4
84 >=gnome-base/gnome-keyring-2.26
85
86 x11-libs/libICE
87 x11-libs/libSM
88
89 + app-misc/ca-certificates
90 x11-themes/gnome-icon-theme
91 +
92 avahi? ( >=net-dns/avahi-0.6.22 )
93 networkmanager? ( net-misc/networkmanager )
94 nss? ( dev-libs/nss )"
95 -# introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
96 +# introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
97 DEPEND="${RDEPEND}
98 app-text/scrollkeeper
99 >=dev-util/pkgconfig-0.9
100 @@ -47,9 +49,8 @@
101 # eautoreconf needs:
102 # gnome-base/gnome-common
103
104 -DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README TODO"
105 -
106 pkg_setup() {
107 + DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README TODO"
108 G2CONF="${G2CONF}
109 --disable-introspection
110 --disable-scrollkeeper
111 @@ -65,5 +66,5 @@
112 # Fix sandbox error with USE="introspection" and "doc"
113 # https://bugs.webkit.org/show_bug.cgi?id=35471
114 addpredict "$(unset HOME; echo ~)/.local"
115 - emake || die "Compile failed"
116 + gnome2_src_compile
117 }