Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gvfs: ChangeLog gvfs-1.14.2.ebuild
Date: Thu, 27 Dec 2012 22:55:07
Message-Id: 20121227225452.D9E202171D@flycatcher.gentoo.org
1 tetromino 12/12/27 22:54:52
2
3 Modified: ChangeLog gvfs-1.14.2.ebuild
4 Log:
5 Add missing gdbus-codegen dependency (bug #448916, thanks to Mark).
6
7 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
8
9 Revision Changes Path
10 1.196 gnome-base/gvfs/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/ChangeLog?rev=1.196&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/ChangeLog?rev=1.196&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/ChangeLog?r1=1.195&r2=1.196
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v
19 retrieving revision 1.195
20 retrieving revision 1.196
21 diff -u -r1.195 -r1.196
22 --- ChangeLog 10 Dec 2012 11:26:30 -0000 1.195
23 +++ ChangeLog 27 Dec 2012 22:54:52 -0000 1.196
24 @@ -1,6 +1,9 @@
25 # ChangeLog for gnome-base/gvfs
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.195 2012/12/10 11:26:30 tetromino Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.196 2012/12/27 22:54:52 tetromino Exp $
29 +
30 + 27 Dec 2012; Alexandre Rostovtsev <tetromino@g.o> gvfs-1.14.2.ebuild:
31 + Add missing gdbus-codegen dependency (bug #448916, thanks to Mark).
32
33 10 Dec 2012; Alexandre Rostovtsev <tetromino@g.o> -gvfs-1.14.1.ebuild,
34 gvfs-1.14.2.ebuild:
35
36
37
38 1.4 gnome-base/gvfs/gvfs-1.14.2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/gvfs-1.14.2.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/gvfs-1.14.2.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/gvfs-1.14.2.ebuild?r1=1.3&r2=1.4
43
44 Index: gvfs-1.14.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.14.2.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- gvfs-1.14.2.ebuild 10 Dec 2012 11:26:30 -0000 1.3
51 +++ gvfs-1.14.2.ebuild 27 Dec 2012 22:54:52 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.14.2.ebuild,v 1.3 2012/12/10 11:26:30 tetromino Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.14.2.ebuild,v 1.4 2012/12/27 22:54:52 tetromino Exp $
57
58 EAPI="5"
59 GCONF_DEBUG="no"
60 @@ -67,6 +67,7 @@
61 dev-libs/libxslt
62 >=dev-util/intltool-0.40
63 virtual/pkgconfig
64 + dev-util/gdbus-codegen
65 dev-util/gtk-doc-am
66 doc? ( >=dev-util/gtk-doc-1 )"
67
68 @@ -109,6 +110,7 @@
69 $(use_enable bluetooth obexftp)
70 $(use_enable bluray)
71 $(use_enable cdda)
72 + $(use_enable doc gtk-doc)
73 $(use_enable fuse)
74 $(use_enable gdu)
75 $(use_enable gphoto2)