Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gnome-online-accounts/
Date: Mon, 11 Sep 2017 06:38:37
Message-Id: 1505111879.99245c38a1ff8bce8194ee256aea9f38526fc58b.eva@gentoo
1 commit: 99245c38a1ff8bce8194ee256aea9f38526fc58b
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 11 06:12:59 2017 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 11 06:37:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99245c38
7
8 net-libs/gnome-online-accounts: version bump 3.24.2-r1 → 3.24.3
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 net-libs/gnome-online-accounts/Manifest | 1 +
13 .../gnome-online-accounts-3.24.3.ebuild | 93 ++++++++++++++++++++++
14 2 files changed, 94 insertions(+)
15
16 diff --git a/net-libs/gnome-online-accounts/Manifest b/net-libs/gnome-online-accounts/Manifest
17 index f7e0e4dda53..e86eb1f24c2 100644
18 --- a/net-libs/gnome-online-accounts/Manifest
19 +++ b/net-libs/gnome-online-accounts/Manifest
20 @@ -1,3 +1,4 @@
21 DIST gnome-online-accounts-3.22.5.tar.xz 1404888 SHA256 a8a4894ea5c6ba4508f8fec539287f2ebaf2c9bcf4426463b6724ca58b9d8982 SHA512 5c87decaeb64850be02c3191088d518a5c3b84cb8d202692ff50b59dbf83f28a56f5bf34873ec9cc16301da3f8b3f41a892cf6a67f9e9f9f2bf35a8bde07a258 WHIRLPOOL abc5c08bcc384159ff021fcec960baf707b49bbacf1d07984b01d7180244c8e4424e4c14ce3cdb7fd89c0e88dd33bfa40dbfcd32e1ace1a6730ef64d143ba64f
22 DIST gnome-online-accounts-3.22.6.tar.xz 1404728 SHA256 464248492840f6e3c6b3a30c54dad4995c1e348bce04c899a6a26b7a2551f7e5 SHA512 6b5370447ccc5407ed5abd32b70c94c52de1166466e731e2a0295800e598be5c068a8fd6c492d439bce1a7faea8ed3638f689438d42e335997892738b51ed673 WHIRLPOOL 44494f1fb48e17874120ebf0a5b765f40dbb277030d01ee073377a5030af18249a422397f6f63dc2ebebdd759d083e021cf4c1bae556fc217d64026d4afec5c0
23 DIST gnome-online-accounts-3.24.2.tar.xz 1410548 SHA256 b70ad52d1541e1e5192dd060bb11552a3af5007ab477aa81d265d1cd1cf7afba SHA512 02e71900ab306ff97ad397af3adbed3b3c8dc20e156f77680886e580440437290d0e6a20268e816ffc46f24798a064544914395f642a15c7ee62eb92d400cf7c WHIRLPOOL ac159bbdb4aa2125b767a06a3e74558d82a5484cde8a3367e86841105595d01269542fe6f34dc1e250738961c13b3598252e5fe1223f6fed457bf35011d07579
24 +DIST gnome-online-accounts-3.24.3.tar.xz 1410696 SHA256 252e58eb953032f84731724ff2e8c8afb403ca803bd35382eabcfeee9c703854 SHA512 356e3b967f1821303926334d00cb2df875d81d20bb38905ba754b4aa03644aabd561e1da2de8df2325fac50b8d02e3422f2bc4f22bdbc3fe8b32c11ded738ce2 WHIRLPOOL ffaa8943b5d21989b70384712346a6846c1db991ceca61d53041e807316d63b8997381bb5ae7595a60f1cb6729e639ecd42b8a198d9fbf3721a5df9898fc9e66
25
26 diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.24.3.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.24.3.ebuild
27 new file mode 100644
28 index 00000000000..937edd3948f
29 --- /dev/null
30 +++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.24.3.ebuild
31 @@ -0,0 +1,93 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +GNOME2_LA_PUNT="yes"
37 +VALA_USE_DEPEND="vapigen"
38 +
39 +inherit gnome2 vala
40 +
41 +DESCRIPTION="GNOME framework for accessing online accounts"
42 +HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
43 +
44 +LICENSE="LGPL-2+"
45 +SLOT="0/1"
46 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
47 +
48 +IUSE="debug gnome +introspection kerberos vala" # telepathy"
49 +REQUIRED_USE="vala? ( introspection )"
50 +
51 +# pango used in goaeditablelabel
52 +# libsoup used in goaoauthprovider
53 +# goa kerberos provider is incompatible with app-crypt/heimdal, see
54 +# https://bugzilla.gnome.org/show_bug.cgi?id=692250
55 +# json-glib-0.16 needed for bug #485092
56 +RDEPEND="
57 + >=dev-libs/glib-2.44:2
58 + >=app-crypt/libsecret-0.5
59 + >=dev-libs/json-glib-0.16
60 + dev-libs/libxml2:2
61 + >=net-libs/libsoup-2.42:2.4
62 + net-libs/rest:0.7
63 + net-libs/telepathy-glib
64 + >=net-libs/webkit-gtk-2.7.2:4
65 + >=x11-libs/gtk+-3.19.12:3
66 + x11-libs/pango
67 +
68 + introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )
69 + kerberos? (
70 + app-crypt/gcr:0=
71 + app-crypt/mit-krb5 )
72 +"
73 +# telepathy? ( net-libs/telepathy-glib )
74 +# goa-daemon can launch gnome-control-center
75 +PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
76 +
77 +DEPEND="${RDEPEND}
78 + vala? ( $(vala_depend) )
79 + dev-libs/libxslt
80 + >=dev-util/gtk-doc-am-1.3
81 + >=dev-util/gdbus-codegen-2.30.0
82 + >=dev-util/intltool-0.50.1
83 + sys-devel/gettext
84 + virtual/pkgconfig
85 +
86 + dev-libs/gobject-introspection-common
87 + gnome-base/gnome-common
88 +"
89 +# eautoreconf needs gobject-introspection-common, gnome-common
90 +
91 +# Due to sub-configure
92 +QA_CONFIGURE_OPTIONS=".*"
93 +
94 +src_prepare() {
95 + use vala && vala_src_prepare
96 + gnome2_src_prepare
97 +}
98 +
99 +src_configure() {
100 + # TODO: Give users a way to set the G/FB/Windows Live secrets
101 + # telepathy optional support is really a badly one, bug #494456
102 + gnome2_src_configure \
103 + --disable-static \
104 + --enable-backend \
105 + --enable-documentation \
106 + --enable-exchange \
107 + --enable-facebook \
108 + --enable-flickr \
109 + --enable-foursquare \
110 + --enable-imap-smtp \
111 + --enable-lastfm \
112 + --enable-media-server \
113 + --enable-owncloud \
114 + --enable-pocket \
115 + --enable-telepathy \
116 + --enable-windows-live \
117 + $(usex debug --enable-debug=yes ' ') \
118 + $(use_enable kerberos) \
119 + $(use_enable introspection) \
120 + $(use_enable vala)
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 +}