Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mate-base/caja: caja-1.8.1.ebuild ChangeLog
Date: Mon, 07 Jul 2014 23:45:07
Message-Id: 20140707234504.25FC02004E@flycatcher.gentoo.org
1 tomwij 14/07/07 23:45:04
2
3 Modified: caja-1.8.1.ebuild ChangeLog
4 Log:
5 Add missing dconf dependency; fixes bug #515148, reported by Patrick Lauer.
6
7 (Portage version: 2.2.10_p125/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
8
9 Revision Changes Path
10 1.5 mate-base/caja/caja-1.8.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/caja/caja-1.8.1.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/caja/caja-1.8.1.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/caja/caja-1.8.1.ebuild?r1=1.4&r2=1.5
15
16 Index: caja-1.8.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mate-base/caja/caja-1.8.1.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- caja-1.8.1.ebuild 2 Jul 2014 09:46:00 -0000 1.4
23 +++ caja-1.8.1.ebuild 7 Jul 2014 23:45:03 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/mate-base/caja/caja-1.8.1.ebuild,v 1.4 2014/07/02 09:46:00 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mate-base/caja/caja-1.8.1.ebuild,v 1.5 2014/07/07 23:45:03 tomwij Exp $
29
30 EAPI="5"
31
32 @@ -24,6 +24,7 @@
33 RDEPEND="dev-libs/atk:0
34 >=dev-libs/glib-2.28:2
35 >=dev-libs/libxml2-2.4.7:2
36 + gnome-base/dconf:0
37 || (
38 >=gnome-base/gvfs-1.10.1:0[gdu]
39 >=gnome-base/gvfs-1.10.1:0[udisks]
40
41
42
43 1.7 mate-base/caja/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/caja/ChangeLog?rev=1.7&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/caja/ChangeLog?rev=1.7&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/caja/ChangeLog?r1=1.6&r2=1.7
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/mate-base/caja/ChangeLog,v
52 retrieving revision 1.6
53 retrieving revision 1.7
54 diff -u -r1.6 -r1.7
55 --- ChangeLog 2 Jul 2014 09:46:00 -0000 1.6
56 +++ ChangeLog 7 Jul 2014 23:45:03 -0000 1.7
57 @@ -1,6 +1,9 @@
58 # ChangeLog for mate-base/caja
59 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/mate-base/caja/ChangeLog,v 1.6 2014/07/02 09:46:00 pacho Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/mate-base/caja/ChangeLog,v 1.7 2014/07/07 23:45:03 tomwij Exp $
62 +
63 + 07 Jul 2014; Tom Wijsman <TomWij@g.o> caja-1.8.1.ebuild:
64 + Add missing dconf dependency; fixes bug #515148, reported by Patrick Lauer.
65
66 02 Jul 2014; Pacho Ramos <pacho@g.o> caja-1.8.1.ebuild:
67 x86 stable, bug 513714