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.3.ebuild
Date: Sun, 01 Sep 2013 21:49:40
Message-Id: 20130901214928.113CA2004C@flycatcher.gentoo.org
1 eva 13/09/01 21:49:27
2
3 Modified: ChangeLog
4 Added: gnome-online-accounts-3.8.3.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.22 net-libs/gnome-online-accounts/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog?rev=1.22&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog?rev=1.22&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog?r1=1.21&r2=1.22
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog,v
20 retrieving revision 1.21
21 retrieving revision 1.22
22 diff -u -r1.21 -r1.22
23 --- ChangeLog 1 Jul 2013 21:06:31 -0000 1.21
24 +++ ChangeLog 1 Sep 2013 21:49:27 -0000 1.22
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-libs/gnome-online-accounts
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog,v 1.21 2013/07/01 21:06:31 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog,v 1.22 2013/09/01 21:49:27 eva Exp $
30 +
31 +*gnome-online-accounts-3.8.3 (01 Sep 2013)
32 +
33 + 01 Sep 2013; Gilles Dartiguelongue <eva@g.o>
34 + +gnome-online-accounts-3.8.3.ebuild:
35 + Version bump.
36
37 01 Jul 2013; Gilles Dartiguelongue <eva@g.o>
38 gnome-online-accounts-3.8.2.ebuild:
39
40
41
42 1.1 net-libs/gnome-online-accounts/gnome-online-accounts-3.8.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnome-online-accounts-3.8.3.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.3.ebuild,v 1.1 2013/09/01 21:49:27 eva Exp $
52
53 EAPI="5"
54
55 inherit gnome2
56
57 DESCRIPTION="GNOME framework for accessing online accounts"
58 HOMEPAGE="https://live.gnome.org/GnomeOnlineAccounts"
59
60 LICENSE="LGPL-2+"
61 SLOT="0"
62 IUSE="gnome +introspection kerberos"
63 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
64
65 # pango used in goaeditablelabel
66 # libsoup used in goaoauthprovider
67 # goa kerberos provider is incompatible with app-crypt/heimdal, see
68 # https://bugzilla.gnome.org/show_bug.cgi?id=692250
69 RDEPEND="
70 >=dev-libs/glib-2.35:2
71 app-crypt/libsecret
72 dev-libs/json-glib
73 dev-libs/libxml2:2
74 >=net-libs/libsoup-2.42:2.4
75 net-libs/rest:0.7
76 net-libs/webkit-gtk:3
77 >=x11-libs/gtk+-3.5.1:3
78 x11-libs/pango
79
80 introspection? ( >=dev-libs/gobject-introspection-0.6.2 )
81 kerberos? (
82 app-crypt/gcr:0=
83 app-crypt/mit-krb5 )
84 "
85 # goa-daemon can launch gnome-control-center
86 PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
87
88 DEPEND="${RDEPEND}
89 dev-libs/libxslt
90 >=dev-util/gtk-doc-am-1.3
91 >=dev-util/gdbus-codegen-2.30.0
92 dev-util/intltool
93 sys-devel/gettext
94 virtual/pkgconfig
95 "
96
97 src_configure() {
98 # TODO: Give users a way to set the G/Y!/FB/Twitter/Windows Live secrets
99 gnome2_src_configure \
100 --disable-static \
101 --enable-documentation \
102 --enable-exchange \
103 --enable-facebook \
104 --enable-flickr \
105 --enable-imap-smtp \
106 --enable-owncloud \
107 $(use_enable kerberos)
108 }