Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gnome-online-accounts/
Date: Sun, 20 Sep 2015 18:09:59
Message-Id: 1442772581.0690c253b940f39f41147e3dd3d80b3d9c4e05a1.pacho@gentoo
1 commit: 0690c253b940f39f41147e3dd3d80b3d9c4e05a1
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 20 18:09:13 2015 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 18:09:41 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0690c253
7
8 net-libs/gnome-online-accounts: Version bump, drop old
9
10 Package-Manager: portage-2.2.20.1
11
12 net-libs/gnome-online-accounts/Manifest | 2 +-
13 .../gnome-online-accounts-3.14.3.ebuild | 78 ----------------------
14 ...build => gnome-online-accounts-3.16.4.1.ebuild} | 16 ++++-
15 3 files changed, 15 insertions(+), 81 deletions(-)
16
17 diff --git a/net-libs/gnome-online-accounts/Manifest b/net-libs/gnome-online-accounts/Manifest
18 index dd52558..2562155 100644
19 --- a/net-libs/gnome-online-accounts/Manifest
20 +++ b/net-libs/gnome-online-accounts/Manifest
21 @@ -1,3 +1,3 @@
22 -DIST gnome-online-accounts-3.14.3.tar.xz 1408156 SHA256 6fe2dc67ab2c50a1c127767f43f31513dac72453bd41d4b4265217a19667c2c6 SHA512 849fd4419a78ea442f610701d4653bfaa18974a35324f0b8209efe9d86e193dccfe67d044a868e1e6e594403b494884bac7109860a6352eecd1b58903432aa39 WHIRLPOOL dcb9373b4c7db2845b0854c52c345f767785ac8e8e590d7e09f41e86d895d40ad9cdd8e4dc11efa5d7ed397b27d41c4f3065a08ec335ba695d3a2a315f49ea2d
23 DIST gnome-online-accounts-3.14.4.tar.xz 1415052 SHA256 4c348bfd4baa41d263afefd3d82659f486367d48eb89a3755cde9caae754ceb1 SHA512 12e3ef72cea818c183f038898ee52e4583bc55c70dd6564282c7d2b2d9e013a6a1de1452cb88e5a97e2dccb86d81396689ab069249a8f8710974386404ffbc6e WHIRLPOOL 859947b2e4824c9776a96a68d3d50f47b82e6bf42b8349cdb3c16fe678518a441792a872c44361580b8018d27623c872ae37a715e61cb5ae87c3513bdc3fa636
24 DIST gnome-online-accounts-3.16.3.tar.xz 1420940 SHA256 a0648e4d595f5c63f85c03bf65a2cf1204e8615aba242c50c15aa4c9696a0ca0 SHA512 34056d996b6d2d217375e1a86ff544915ae707759b64c77030366f9d3d34c0c735869130beb7fe94bbd949adc46d87153de47afa2fe1bcd3f175c6c420037145 WHIRLPOOL 902205f3a792e864e8ca119dbcc0fd81399cf5e9fb5bdc821bd8400870e282f47c595d411d6f678d15834504136f060720ab805d2b018bb30515edc09cf6e059
25 +DIST gnome-online-accounts-3.16.4.1.tar.xz 1440252 SHA256 68c688730a4a0be0a29e77106a78681fd0ea2c4e1aabafe4df7e20a22dbdb120 SHA512 3c563f422afc30994f7d3ac1102a3ace3b0c4ae645e76d4e40566a8aa01324f47737d978352a18e51e268ab3d707fc707ce7d5f0c8c281ebe3c9f86042a4f6b9 WHIRLPOOL 4697f67b55a7b85641efeed101afd384e4b19d9c920b871bdfcf0e6058b27850a771ba1da354b33ceab302ec87d4b6ce46a243637e401abc4e85dbcf3e449feb
26
27 diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.14.3.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.14.3.ebuild
28 deleted file mode 100644
29 index d039868..0000000
30 --- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.14.3.ebuild
31 +++ /dev/null
32 @@ -1,78 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI="5"
38 -GCONF_DEBUG="yes"
39 -
40 -inherit gnome2
41 -
42 -DESCRIPTION="GNOME framework for accessing online accounts"
43 -HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
44 -
45 -LICENSE="LGPL-2+"
46 -SLOT="0/1"
47 -IUSE="gnome +introspection kerberos" # telepathy"
48 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
49 -
50 -# pango used in goaeditablelabel
51 -# libsoup used in goaoauthprovider
52 -# goa kerberos provider is incompatible with app-crypt/heimdal, see
53 -# https://bugzilla.gnome.org/show_bug.cgi?id=692250
54 -# json-glib-0.16 needed for bug #485092
55 -RDEPEND="
56 - >=dev-libs/glib-2.35:2
57 - >=app-crypt/libsecret-0.5
58 - >=dev-libs/json-glib-0.16
59 - dev-libs/libxml2:2
60 - >=net-libs/libsoup-2.42:2.4
61 - net-libs/rest:0.7
62 - net-libs/telepathy-glib
63 - >=net-libs/webkit-gtk-2.1.90:3
64 - >=x11-libs/gtk+-3.11.1:3
65 - x11-libs/pango
66 -
67 - introspection? ( >=dev-libs/gobject-introspection-0.6.2 )
68 - kerberos? (
69 - app-crypt/gcr:0=
70 - app-crypt/mit-krb5 )
71 -"
72 -# telepathy? ( net-libs/telepathy-glib )
73 -# goa-daemon can launch gnome-control-center
74 -PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
75 -
76 -DEPEND="${RDEPEND}
77 - dev-libs/libxslt
78 - >=dev-util/gtk-doc-am-1.3
79 - >=dev-util/gdbus-codegen-2.30.0
80 - >=dev-util/intltool-0.50.1
81 - sys-devel/gettext
82 - virtual/pkgconfig
83 -"
84 -
85 -# Due to sub-configure
86 -QA_CONFIGURE_OPTIONS=".*"
87 -
88 -src_configure() {
89 - # TODO: Give users a way to set the G/Y!/FB/Twitter/Windows Live secrets
90 - # Twitter/Y! disabled per upstream recommendation, bug #497168
91 - # telepathy optional support is really badly done, bug #494456
92 - gnome2_src_configure \
93 - --disable-static \
94 - --disable-twitter \
95 - --disable-yahoo \
96 - --enable-documentation \
97 - --enable-exchange \
98 - --enable-facebook \
99 - --enable-flickr \
100 - --enable-imap-smtp \
101 - --enable-media-server \
102 - --enable-owncloud \
103 - --enable-pocket \
104 - --enable-telepathy \
105 - --enable-windows-live \
106 - $(use_enable kerberos)
107 - #$(use_enable telepathy)
108 - # gudev & cheese from sub-configure is overriden
109 - # by top level configure, and disabled so leave it like that
110 -}
111
112 diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.16.3.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.16.4.1.ebuild
113 similarity index 82%
114 rename from net-libs/gnome-online-accounts/gnome-online-accounts-3.16.3.ebuild
115 rename to net-libs/gnome-online-accounts/gnome-online-accounts-3.16.4.1.ebuild
116 index c1afbf9..58aa579 100644
117 --- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.16.3.ebuild
118 +++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.16.4.1.ebuild
119 @@ -4,8 +4,9 @@
120
121 EAPI="5"
122 GCONF_DEBUG="yes"
123 +GNOME2_LA_PUNT="yes"
124
125 -inherit gnome2
126 +inherit autotools eutils gnome2
127
128 DESCRIPTION="GNOME framework for accessing online accounts"
129 HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
130 @@ -32,7 +33,7 @@ RDEPEND="
131 >=x11-libs/gtk+-3.11.1:3
132 x11-libs/pango
133
134 - introspection? ( >=dev-libs/gobject-introspection-0.6.2 )
135 + introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )
136 kerberos? (
137 app-crypt/gcr:0=
138 app-crypt/mit-krb5 )
139 @@ -48,11 +49,22 @@ DEPEND="${RDEPEND}
140 >=dev-util/intltool-0.50.1
141 sys-devel/gettext
142 virtual/pkgconfig
143 +
144 + dev-libs/gobject-introspection-common
145 + gnome-base/gnome-common
146 "
147 +# eautoreconf needs gobject-introspection-common, gnome-common
148
149 # Due to sub-configure
150 QA_CONFIGURE_OPTIONS=".*"
151
152 +src_prepare() {
153 + # https://bugzilla.gnome.org/show_bug.cgi?id=750897
154 + epatch "${FILESDIR}"/${PN}-3.16.3-parallel-make.patch
155 + eautoreconf
156 + gnome2_src_prepare
157 +}
158 +
159 src_configure() {
160 # TODO: Give users a way to set the G/FB/Windows Live secrets
161 # telepathy optional support is really badly done, bug #494456