Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@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.3.ebuild ChangeLog gnome-online-accounts-3.8.5.ebuild
Date: Sat, 29 Mar 2014 18:51:44
Message-Id: 20140329185140.E8D7720054@flycatcher.gentoo.org
1 pacho 14/03/29 18:51:40
2
3 Modified: ChangeLog
4 Added: gnome-online-accounts-3.10.3.ebuild
5 Removed: gnome-online-accounts-3.8.5.ebuild
6 Log:
7 Version bump, drop old
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.34 net-libs/gnome-online-accounts/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog?rev=1.34&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog?rev=1.34&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog?r1=1.33&r2=1.34
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog,v
21 retrieving revision 1.33
22 retrieving revision 1.34
23 diff -u -r1.33 -r1.34
24 --- ChangeLog 9 Mar 2014 12:03:06 -0000 1.33
25 +++ ChangeLog 29 Mar 2014 18:51:40 -0000 1.34
26 @@ -1,6 +1,12 @@
27 # ChangeLog for net-libs/gnome-online-accounts
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog,v 1.33 2014/03/09 12:03:06 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog,v 1.34 2014/03/29 18:51:40 pacho Exp $
31 +
32 +*gnome-online-accounts-3.10.3 (29 Mar 2014)
33 +
34 + 29 Mar 2014; Pacho Ramos <pacho@g.o>
35 + +gnome-online-accounts-3.10.3.ebuild, -gnome-online-accounts-3.8.5.ebuild:
36 + Version bump, drop old
37
38 09 Mar 2014; Pacho Ramos <pacho@g.o>
39 gnome-online-accounts-3.10.2.ebuild:
40
41
42
43 1.1 net-libs/gnome-online-accounts/gnome-online-accounts-3.10.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.10.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.10.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gnome-online-accounts-3.10.3.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.10.3.ebuild,v 1.1 2014/03/29 18:51:40 pacho Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="yes"
56
57 inherit gnome2
58
59 DESCRIPTION="GNOME framework for accessing online accounts"
60 HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
61
62 LICENSE="LGPL-2+"
63 SLOT="0/1"
64 IUSE="gnome +introspection kerberos" # telepathy"
65 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
66
67 # pango used in goaeditablelabel
68 # libsoup used in goaoauthprovider
69 # goa kerberos provider is incompatible with app-crypt/heimdal, see
70 # https://bugzilla.gnome.org/show_bug.cgi?id=692250
71 # json-glib-0.16 needed for bug #485092
72 RDEPEND="
73 >=dev-libs/glib-2.35:2
74 >=app-crypt/libsecret-0.5
75 >=dev-libs/json-glib-0.16
76 dev-libs/libxml2:2
77 >=net-libs/libsoup-2.42:2.4
78 net-libs/rest:0.7
79 net-libs/telepathy-glib
80 >=net-libs/webkit-gtk-2.1.90:3
81 >=x11-libs/gtk+-3.5.1:3
82 x11-libs/pango
83
84 introspection? ( >=dev-libs/gobject-introspection-0.6.2 )
85 kerberos? (
86 app-crypt/gcr:0=
87 app-crypt/mit-krb5 )
88 "
89 # telepathy? ( net-libs/telepathy-glib )
90 # goa-daemon can launch gnome-control-center
91 PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
92
93 DEPEND="${RDEPEND}
94 dev-libs/libxslt
95 >=dev-util/gtk-doc-am-1.3
96 >=dev-util/gdbus-codegen-2.30.0
97 >=dev-util/intltool-0.50
98 sys-devel/gettext
99 virtual/pkgconfig
100 "
101
102 # Due to sub-configure
103 QA_CONFIGURE_OPTIONS=".*"
104
105 src_configure() {
106 # TODO: Give users a way to set the G/Y!/FB/Twitter/Windows Live secrets
107 # Twitter/Y! disabled per upstream recommendation, bug #497168
108 # telepathy optional support is really badly done, bug #494456
109 gnome2_src_configure \
110 --disable-static \
111 --disable-twitter \
112 --disable-yahoo \
113 --enable-documentation \
114 --enable-exchange \
115 --enable-facebook \
116 --enable-flickr \
117 --enable-imap-smtp \
118 --enable-owncloud \
119 --enable-telepathy \
120 $(use_enable kerberos)
121 #$(use_enable telepathy)
122 # gudev & cheese from sub-configure is overriden
123 # by top level configure, and disabled so leave it like that
124 }