Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/epiphany: epiphany-3.12.1.ebuild ChangeLog epiphany-3.12.0.ebuild epiphany-3.10.3.ebuild
Date: Tue, 28 Oct 2014 19:42:41
Message-Id: 20141028194235.BAA618F41@oystercatcher.gentoo.org
1 pacho 14/10/28 19:42:35
2
3 Modified: epiphany-3.12.1.ebuild ChangeLog
4 Removed: epiphany-3.12.0.ebuild epiphany-3.10.3.ebuild
5 Log:
6 Add missing DEPEND on yelp-tools (#517462 by John Bowler), drop old
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.5 www-client/epiphany/epiphany-3.12.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/epiphany-3.12.1.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/epiphany-3.12.1.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/epiphany-3.12.1.ebuild?r1=1.4&r2=1.5
16
17 Index: epiphany-3.12.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-3.12.1.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- epiphany-3.12.1.ebuild 23 Jul 2014 15:38:25 -0000 1.4
24 +++ epiphany-3.12.1.ebuild 28 Oct 2014 19:42:35 -0000 1.5
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-3.12.1.ebuild,v 1.4 2014/07/23 15:38:25 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-3.12.1.ebuild,v 1.5 2014/10/28 19:42:35 pacho Exp $
30
31 EAPI="5"
32 GCONF_DEBUG="yes"
33 @@ -46,13 +46,14 @@
34 !www-client/epiphany-extensions
35 "
36 # paxctl needed for bug #407085
37 -# eautoreconf requires gnome-common-3.5.5
38 +# eautoreconf requires gnome-common and yelp-tools
39 DEPEND="${COMMON_DEPEND}
40 gnome-base/gnome-common
41 >=dev-util/intltool-0.50
42 sys-apps/paxctl
43 sys-devel/gettext
44 virtual/pkgconfig
45 + app-text/yelp-tools
46 "
47
48 # Tests refuse to run with the gsettings trick for some reason
49
50
51
52 1.311 www-client/epiphany/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.311&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.311&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/ChangeLog?r1=1.310&r2=1.311
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v
61 retrieving revision 1.310
62 retrieving revision 1.311
63 diff -u -r1.310 -r1.311
64 --- ChangeLog 23 Jul 2014 15:38:25 -0000 1.310
65 +++ ChangeLog 28 Oct 2014 19:42:35 -0000 1.311
66 @@ -1,6 +1,13 @@
67 # ChangeLog for www-client/epiphany
68 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.310 2014/07/23 15:38:25 ago Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.311 2014/10/28 19:42:35 pacho Exp $
71 +
72 + 28 Oct 2014; Pacho Ramos <pacho@g.o> -epiphany-3.10.3.ebuild,
73 + -epiphany-3.12.0.ebuild, -files/epiphany-3.3.90-paxctl-introspection.patch,
74 + -files/epiphany-3.6.1-test-gwarning.patch,
75 + -files/epiphany-3.7.5-test-gwarning.patch, -files/gir-paxctl-lt-wrapper,
76 + -files/paxctl.sh, epiphany-3.12.1.ebuild:
77 + Add missing DEPEND on yelp-tools (#517462 by John Bowler), drop old
78
79 23 Jul 2014; Agostino Sarubbo <ago@g.o> epiphany-3.12.1.ebuild:
80 Stable for x86, wrt bug #512012