Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/gnome-online-accounts: ChangeLog gnome-online-accounts-3.8.2.ebuild
Date: Mon, 01 Jul 2013 21:06:44
Message-Id: 20130701210631.44C922171C@flycatcher.gentoo.org
1 eva 13/07/01 21:06:31
2
3 Modified: ChangeLog gnome-online-accounts-3.8.2.ebuild
4 Log:
5 Add subslot operators. Add flickr support and remove useless configure switches.
6
7 (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key C6085806)
8
9 Revision Changes Path
10 1.21 net-libs/gnome-online-accounts/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog?r1=1.20&r2=1.21
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- ChangeLog 1 Jul 2013 20:02:20 -0000 1.20
23 +++ ChangeLog 1 Jul 2013 21:06:31 -0000 1.21
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-libs/gnome-online-accounts
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog,v 1.20 2013/07/01 20:02:20 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog,v 1.21 2013/07/01 21:06:31 eva Exp $
29 +
30 + 01 Jul 2013; Gilles Dartiguelongue <eva@g.o>
31 + gnome-online-accounts-3.8.2.ebuild:
32 + Add subslot operators. Add flickr support and remove useless configure
33 + switches.
34
35 01 Jul 2013; Pacho Ramos <pacho@g.o>
36 gnome-online-accounts-3.8.2.ebuild:
37
38
39
40 1.4 net-libs/gnome-online-accounts/gnome-online-accounts-3.8.2.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.2.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.2.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.2.ebuild?r1=1.3&r2=1.4
45
46 Index: gnome-online-accounts-3.8.2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.2.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- gnome-online-accounts-3.8.2.ebuild 1 Jul 2013 20:02:20 -0000 1.3
53 +++ gnome-online-accounts-3.8.2.ebuild 1 Jul 2013 21:06:31 -0000 1.4
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.2.ebuild,v 1.3 2013/07/01 20:02:20 pacho Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.2.ebuild,v 1.4 2013/07/01 21:06:31 eva Exp $
59
60 EAPI="5"
61 inherit gnome2
62 @@ -26,12 +26,11 @@
63 net-libs/rest:0.7
64 net-libs/webkit-gtk:3
65 >=x11-libs/gtk+-3.5.1:3
66 - >=x11-libs/libnotify-0.7:=
67 x11-libs/pango
68
69 introspection? ( >=dev-libs/gobject-introspection-0.6.2 )
70 kerberos? (
71 - app-crypt/gcr
72 + app-crypt/gcr:0=
73 app-crypt/mit-krb5 )
74 "
75 # goa-daemon can launch gnome-control-center
76 @@ -53,9 +52,8 @@
77 --enable-documentation \
78 --enable-exchange \
79 --enable-facebook \
80 - --with-facebook-client-id \
81 + --enable-flickr \
82 --enable-imap-smtp \
83 --enable-owncloud \
84 - --with-windows-live-client-id \
85 $(use_enable kerberos)
86 }