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: gnome-online-accounts-3.10.2.ebuild ChangeLog metadata.xml
Date: Tue, 21 Jan 2014 21:38:23
Message-Id: 20140121213804.1E4752004C@flycatcher.gentoo.org
1 eva 14/01/21 21:38:04
2
3 Modified: gnome-online-accounts-3.10.2.ebuild ChangeLog
4 metadata.xml
5 Log:
6 Disable backends per upstream recommandation, bug #497168. telepathy is not as optional as we need, bug #494456.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.2 net-libs/gnome-online-accounts/gnome-online-accounts-3.10.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.10.2.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.10.2.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.10.2.ebuild?r1=1.1&r2=1.2
16
17 Index: gnome-online-accounts-3.10.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.10.2.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- gnome-online-accounts-3.10.2.ebuild 24 Dec 2013 17:33:07 -0000 1.1
24 +++ gnome-online-accounts-3.10.2.ebuild 21 Jan 2014 21:38:03 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.10.2.ebuild,v 1.1 2013/12/24 17:33:07 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.10.2.ebuild,v 1.2 2014/01/21 21:38:03 eva Exp $
31
32 EAPI="5"
33 GCONF_DEBUG="yes"
34 @@ -12,7 +12,7 @@
35
36 LICENSE="LGPL-2+"
37 SLOT="0/1"
38 -IUSE="gnome +introspection kerberos telepathy"
39 +IUSE="gnome +introspection kerberos" # telepathy"
40 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
41
42 # pango used in goaeditablelabel
43 @@ -27,6 +27,7 @@
44 dev-libs/libxml2:2
45 >=net-libs/libsoup-2.42:2.4
46 net-libs/rest:0.7
47 + net-libs/telepathy-glib
48 >=net-libs/webkit-gtk-2.1.90:3
49 >=x11-libs/gtk+-3.5.1:3
50 x11-libs/pango
51 @@ -35,8 +36,8 @@
52 kerberos? (
53 app-crypt/gcr:0=
54 app-crypt/mit-krb5 )
55 - telepathy? ( net-libs/telepathy-glib )
56 "
57 +# telepathy? ( net-libs/telepathy-glib )
58 # goa-daemon can launch gnome-control-center
59 PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
60
61 @@ -54,18 +55,21 @@
62
63 src_configure() {
64 # TODO: Give users a way to set the G/Y!/FB/Twitter/Windows Live secrets
65 + # Twitter/Y! disabled per upstream recommendation, bug #497168
66 + # telepathy optional support is really badly done, bug #494456
67 gnome2_src_configure \
68 --disable-static \
69 + --disable-twitter \
70 + --disable-yahoo \
71 --enable-documentation \
72 --enable-exchange \
73 --enable-facebook \
74 --enable-flickr \
75 - --enable-twitter \
76 - --enable-yahoo \
77 --enable-imap-smtp \
78 --enable-owncloud \
79 - $(use_enable kerberos) \
80 - $(use_enable telepathy)
81 + --enable-telepathy \
82 + $(use_enable kerberos)
83 + #$(use_enable telepathy)
84 # gudev & cheese from sub-configure is overriden
85 # by top level configure, and disabled so leave it like that
86 }
87
88
89
90 1.29 net-libs/gnome-online-accounts/ChangeLog
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog?rev=1.29&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog?rev=1.29&content-type=text/plain
94 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog?r1=1.28&r2=1.29
95
96 Index: ChangeLog
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog,v
99 retrieving revision 1.28
100 retrieving revision 1.29
101 diff -u -r1.28 -r1.29
102 --- ChangeLog 24 Dec 2013 17:33:07 -0000 1.28
103 +++ ChangeLog 21 Jan 2014 21:38:03 -0000 1.29
104 @@ -1,6 +1,11 @@
105 # ChangeLog for net-libs/gnome-online-accounts
106 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
107 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog,v 1.28 2013/12/24 17:33:07 pacho Exp $
108 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
109 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog,v 1.29 2014/01/21 21:38:03 eva Exp $
110 +
111 + 21 Jan 2014; Gilles Dartiguelongue <eva@g.o>
112 + gnome-online-accounts-3.10.2.ebuild, metadata.xml:
113 + Disable backends per upstream recommandation, bug #497168. telepathy is not
114 + as optional as we need, bug #494456.
115
116 *gnome-online-accounts-3.10.2 (24 Dec 2013)
117
118
119
120
121 1.4 net-libs/gnome-online-accounts/metadata.xml
122
123 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/metadata.xml?rev=1.4&view=markup
124 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/metadata.xml?rev=1.4&content-type=text/plain
125 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/metadata.xml?r1=1.3&r2=1.4
126
127 Index: metadata.xml
128 ===================================================================
129 RCS file: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/metadata.xml,v
130 retrieving revision 1.3
131 retrieving revision 1.4
132 diff -u -r1.3 -r1.4
133 --- metadata.xml 24 Dec 2013 17:33:07 -0000 1.3
134 +++ metadata.xml 21 Jan 2014 21:38:03 -0000 1.4
135 @@ -5,7 +5,7 @@
136 <use>
137 <flag name="gnome">Use <pkg>gnome-base/gnome-control-center</pkg>
138 to set GNOME online accounts preferences</flag>
139 - <flag name="telepathy">Provide widget to configure the telepathy
140 - frawework</flag>
141 + <!-- <flag name="telepathy">Provide widget to configure the telepathy
142 + frawework</flag> -->
143 </use>
144 </pkgmetadata>