Gentoo Archives: gentoo-commits

From: Priit Laes <plaes@×××××.org>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/
Date: Wed, 27 Mar 2013 00:34:08
Message-Id: 1364344406.c3dea62eacad2826417efe19f7346754c577e8a0.plaes@gentoo
1 commit: c3dea62eacad2826417efe19f7346754c577e8a0
2 Author: Priit Laes <plaes <AT> plaes <DOT> org>
3 AuthorDate: Wed Mar 27 00:33:26 2013 +0000
4 Commit: Priit Laes <plaes <AT> plaes <DOT> org>
5 CommitDate: Wed Mar 27 00:33:26 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c3dea62e
7
8 net-libs/gnome-online-accounts: Add 3.8.0 to overlay
9
10 ---
11 ...9.ebuild => gnome-online-accounts-3.8.0.ebuild} | 11 ++++-------
12 .../gnome-online-accounts-9999.ebuild | 11 ++++-------
13 2 files changed, 8 insertions(+), 14 deletions(-)
14
15 diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.0.ebuild
16 similarity index 86%
17 copy from net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
18 copy to net-libs/gnome-online-accounts/gnome-online-accounts-3.8.0.ebuild
19 index 463bf84..f2f5ec1 100644
20 --- a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
21 +++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.0.ebuild
22 @@ -28,16 +28,15 @@ fi
23 # goa kerberos provider is incompatible with app-crypt/heimdal, see
24 # https://bugzilla.gnome.org/show_bug.cgi?id=692250
25 RDEPEND="
26 - >=dev-libs/glib-2.32:2
27 + >=dev-libs/glib-2.35:2
28 app-crypt/libsecret
29 dev-libs/json-glib
30 dev-libs/libxml2:2
31 net-libs/libsoup:2.4
32 - >=net-libs/libsoup-gnome-2.38:2.4
33 + >=net-libs/libsoup-gnome-2.41:2.4
34 net-libs/rest:0.7
35 net-libs/webkit-gtk:3
36 >=x11-libs/gtk+-3.5.1:3
37 - >=x11-libs/libnotify-0.7:=
38 x11-libs/pango
39
40 introspection? ( >=dev-libs/gobject-introspection-0.6.2 )
41 @@ -61,12 +60,10 @@ if [[ ${PV} = 9999 ]]; then
42 fi
43
44 src_configure() {
45 - # TODO: Give users a way to set the G/Y!/FB/Twitter/Windows Live secrets
46 + # TODO: Give users a way to set the G/FB/Windows Live secrets
47 gnome2_src_configure \
48 --disable-static \
49 --enable-documentation \
50 - --enable-exchange \
51 - --enable-facebook \
52 - --enable-windows-live \
53 + --enable-flickr \
54 $(use_enable kerberos)
55 }
56
57 diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
58 index 463bf84..f2f5ec1 100644
59 --- a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
60 +++ b/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild
61 @@ -28,16 +28,15 @@ fi
62 # goa kerberos provider is incompatible with app-crypt/heimdal, see
63 # https://bugzilla.gnome.org/show_bug.cgi?id=692250
64 RDEPEND="
65 - >=dev-libs/glib-2.32:2
66 + >=dev-libs/glib-2.35:2
67 app-crypt/libsecret
68 dev-libs/json-glib
69 dev-libs/libxml2:2
70 net-libs/libsoup:2.4
71 - >=net-libs/libsoup-gnome-2.38:2.4
72 + >=net-libs/libsoup-gnome-2.41:2.4
73 net-libs/rest:0.7
74 net-libs/webkit-gtk:3
75 >=x11-libs/gtk+-3.5.1:3
76 - >=x11-libs/libnotify-0.7:=
77 x11-libs/pango
78
79 introspection? ( >=dev-libs/gobject-introspection-0.6.2 )
80 @@ -61,12 +60,10 @@ if [[ ${PV} = 9999 ]]; then
81 fi
82
83 src_configure() {
84 - # TODO: Give users a way to set the G/Y!/FB/Twitter/Windows Live secrets
85 + # TODO: Give users a way to set the G/FB/Windows Live secrets
86 gnome2_src_configure \
87 --disable-static \
88 --enable-documentation \
89 - --enable-exchange \
90 - --enable-facebook \
91 - --enable-windows-live \
92 + --enable-flickr \
93 $(use_enable kerberos)
94 }