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/, net-libs/gnome-online-accounts/files/
Date: Sat, 02 Jul 2016 17:12:49
Message-Id: 1467479495.d48d302bf0f41531885ed3764c4a6d7c951b61b1.pacho@gentoo
1 commit: d48d302bf0f41531885ed3764c4a6d7c951b61b1
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 17:05:02 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 17:11:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48d302b
7
8 net-libs/gnome-online-accounts: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 net-libs/gnome-online-accounts/Manifest | 2 -
13 ...nome-online-accounts-3.16.3-parallel-make.patch | 34 ---------
14 .../gnome-online-accounts-3.16.4.1.ebuild | 88 ----------------------
15 .../gnome-online-accounts-3.18.3.ebuild | 83 --------------------
16 4 files changed, 207 deletions(-)
17
18 diff --git a/net-libs/gnome-online-accounts/Manifest b/net-libs/gnome-online-accounts/Manifest
19 index 1ec1e39..0ef0a0d 100644
20 --- a/net-libs/gnome-online-accounts/Manifest
21 +++ b/net-libs/gnome-online-accounts/Manifest
22 @@ -1,3 +1 @@
23 -DIST gnome-online-accounts-3.16.4.1.tar.xz 1440252 SHA256 68c688730a4a0be0a29e77106a78681fd0ea2c4e1aabafe4df7e20a22dbdb120 SHA512 3c563f422afc30994f7d3ac1102a3ace3b0c4ae645e76d4e40566a8aa01324f47737d978352a18e51e268ab3d707fc707ce7d5f0c8c281ebe3c9f86042a4f6b9 WHIRLPOOL 4697f67b55a7b85641efeed101afd384e4b19d9c920b871bdfcf0e6058b27850a771ba1da354b33ceab302ec87d4b6ce46a243637e401abc4e85dbcf3e449feb
24 -DIST gnome-online-accounts-3.18.3.tar.xz 1475580 SHA256 bfb983831af8b1fbd81b70befda7683a38f86ca4cc911f763ae31207306e3827 SHA512 8305ee3cafdf81c7b534d76d2f8b92dfc6bd7acfc27cb02f74f901b4513d2742815a377e523b7d767b1a2e26a2899312ed86bd00e1aedc9c7ecff924f4d91bde WHIRLPOOL 62aafdc8ebb33cc6f0353a378330bb1bdbdd364503fdc86f2b79065a1ec5c5c7634dd8268a275b1f10e20fa3a3b8db1d45f159457e3bd7e5b41071e441c28246
25 DIST gnome-online-accounts-3.18.4.tar.xz 1384756 SHA256 9f23460aa6b1d8a63a8f3e979cba791cc88b5e07116f07da59fdcea09d79c74d SHA512 1d78d8720d3547e782a9c9b1fee5ec794c8a0ec56d94f690adc1cce9d4f20da07b85a7c6e657b591153db667b3580d8900217e789144ac2e40eb963a7ac8d1a8 WHIRLPOOL 5459b9670c555a331c1c89583abd81836b8da2369355a97784fa370473341c49d5543d88870c49a8f47afd72a11feb27e3bfdb081b10fce8eb1a057eab279d02
26
27 diff --git a/net-libs/gnome-online-accounts/files/gnome-online-accounts-3.16.3-parallel-make.patch b/net-libs/gnome-online-accounts/files/gnome-online-accounts-3.16.3-parallel-make.patch
28 deleted file mode 100644
29 index 7d7cec3..0000000
30 --- a/net-libs/gnome-online-accounts/files/gnome-online-accounts-3.16.3-parallel-make.patch
31 +++ /dev/null
32 @@ -1,34 +0,0 @@
33 -From 8de9eb8f452ee7e6d780c29ebb946567d900c181 Mon Sep 17 00:00:00 2001
34 -From: Alexandre Rostovtsev <tetromino@g.o>
35 -Date: Sat, 13 Jun 2015 12:41:15 -0400
36 -Subject: [PATCH] build: fix webextension parallel install failure
37 -
38 -libgoa-backend-1.0 must be installed before libgoawebextension; unpleasant
39 -automake syntax required.
40 -
41 -https://bugzilla.gnome.org/show_bug.cgi?id=750897
42 ----
43 - src/goabackend/Makefile.am | 7 +++++++
44 - 1 file changed, 7 insertions(+)
45 -
46 -diff --git a/src/goabackend/Makefile.am b/src/goabackend/Makefile.am
47 -index 8c14774..06467ec 100644
48 ---- a/src/goabackend/Makefile.am
49 -+++ b/src/goabackend/Makefile.am
50 -@@ -166,6 +166,13 @@ libgoawebextension_la_LDFLAGS = \
51 - -no-undefined \
52 - $(NULL)
53 -
54 -+# Force installation order: libgoa-backend-1.0 must be installed first, othwerwise
55 -+# libtool will incorrectly relink libgoawebextension.la under parallel make install.
56 -+# Requires ugly automake syntax - see http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7328
57 -+
58 -+installwebextensionLTLIBRARIES = install-webextensionLTLIBRARIES
59 -+$(installwebextensionLTLIBRARIES): install-libLTLIBRARIES
60 -+
61 - # ----------------------------------------------------------------------------------------------------
62 -
63 - BUILT_SOURCES = \
64 ---
65 -2.4.3
66 -
67
68 diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.16.4.1.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.16.4.1.ebuild
69 deleted file mode 100644
70 index 875bb6a..0000000
71 --- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.16.4.1.ebuild
72 +++ /dev/null
73 @@ -1,88 +0,0 @@
74 -# Copyright 1999-2015 Gentoo Foundation
75 -# Distributed under the terms of the GNU General Public License v2
76 -# $Id$
77 -
78 -EAPI="5"
79 -GCONF_DEBUG="yes"
80 -GNOME2_LA_PUNT="yes"
81 -
82 -inherit autotools eutils gnome2
83 -
84 -DESCRIPTION="GNOME framework for accessing online accounts"
85 -HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
86 -
87 -LICENSE="LGPL-2+"
88 -SLOT="0/1"
89 -IUSE="gnome +introspection kerberos" # telepathy"
90 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
91 -
92 -# pango used in goaeditablelabel
93 -# libsoup used in goaoauthprovider
94 -# goa kerberos provider is incompatible with app-crypt/heimdal, see
95 -# https://bugzilla.gnome.org/show_bug.cgi?id=692250
96 -# json-glib-0.16 needed for bug #485092
97 -RDEPEND="
98 - >=dev-libs/glib-2.35:2
99 - >=app-crypt/libsecret-0.5
100 - >=dev-libs/json-glib-0.16
101 - dev-libs/libxml2:2
102 - >=net-libs/libsoup-2.42:2.4
103 - net-libs/rest:0.7
104 - net-libs/telepathy-glib
105 - >=net-libs/webkit-gtk-2.7.2:4
106 - >=x11-libs/gtk+-3.11.1:3
107 - x11-libs/pango
108 -
109 - introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )
110 - kerberos? (
111 - app-crypt/gcr:0=
112 - app-crypt/mit-krb5 )
113 -"
114 -# telepathy? ( net-libs/telepathy-glib )
115 -# goa-daemon can launch gnome-control-center
116 -PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
117 -
118 -DEPEND="${RDEPEND}
119 - dev-libs/libxslt
120 - >=dev-util/gtk-doc-am-1.3
121 - >=dev-util/gdbus-codegen-2.30.0
122 - >=dev-util/intltool-0.50.1
123 - sys-devel/gettext
124 - virtual/pkgconfig
125 -
126 - dev-libs/gobject-introspection-common
127 - gnome-base/gnome-common
128 -"
129 -# eautoreconf needs gobject-introspection-common, gnome-common
130 -
131 -# Due to sub-configure
132 -QA_CONFIGURE_OPTIONS=".*"
133 -
134 -src_prepare() {
135 - # https://bugzilla.gnome.org/show_bug.cgi?id=750897
136 - epatch "${FILESDIR}"/${PN}-3.16.3-parallel-make.patch
137 - eautoreconf
138 - gnome2_src_prepare
139 -}
140 -
141 -src_configure() {
142 - # TODO: Give users a way to set the G/FB/Windows Live secrets
143 - # telepathy optional support is really badly done, bug #494456
144 - gnome2_src_configure \
145 - --disable-static \
146 - --enable-documentation \
147 - --enable-exchange \
148 - --enable-facebook \
149 - --enable-flickr \
150 - --enable-foursquare \
151 - --enable-imap-smtp \
152 - --enable-media-server \
153 - --enable-owncloud \
154 - --enable-pocket \
155 - --enable-telepathy \
156 - --enable-windows-live \
157 - $(use_enable kerberos)
158 - #$(use_enable telepathy)
159 - # gudev & cheese from sub-configure is overriden
160 - # by top level configure, and disabled so leave it like that
161 -}
162
163 diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.18.3.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.18.3.ebuild
164 deleted file mode 100644
165 index 96e2dc1..0000000
166 --- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.18.3.ebuild
167 +++ /dev/null
168 @@ -1,83 +0,0 @@
169 -# Copyright 1999-2015 Gentoo Foundation
170 -# Distributed under the terms of the GNU General Public License v2
171 -# $Id$
172 -
173 -EAPI="5"
174 -GCONF_DEBUG="yes"
175 -GNOME2_LA_PUNT="yes"
176 -
177 -inherit gnome2
178 -
179 -DESCRIPTION="GNOME framework for accessing online accounts"
180 -HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
181 -
182 -LICENSE="LGPL-2+"
183 -SLOT="0/1"
184 -IUSE="gnome +introspection kerberos" # telepathy"
185 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
186 -
187 -# pango used in goaeditablelabel
188 -# libsoup used in goaoauthprovider
189 -# goa kerberos provider is incompatible with app-crypt/heimdal, see
190 -# https://bugzilla.gnome.org/show_bug.cgi?id=692250
191 -# json-glib-0.16 needed for bug #485092
192 -RDEPEND="
193 - >=dev-libs/glib-2.35:2
194 - >=app-crypt/libsecret-0.5
195 - >=dev-libs/json-glib-0.16
196 - dev-libs/libxml2:2
197 - >=net-libs/libsoup-2.42:2.4
198 - net-libs/rest:0.7
199 - net-libs/telepathy-glib
200 - >=net-libs/webkit-gtk-2.7.2:4
201 - >=x11-libs/gtk+-3.11.1:3
202 - x11-libs/pango
203 -
204 - introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )
205 - kerberos? (
206 - app-crypt/gcr:0=
207 - app-crypt/mit-krb5 )
208 -"
209 -# telepathy? ( net-libs/telepathy-glib )
210 -# goa-daemon can launch gnome-control-center
211 -PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
212 -
213 -DEPEND="${RDEPEND}
214 - dev-libs/libxslt
215 - >=dev-util/gtk-doc-am-1.3
216 - >=dev-util/gdbus-codegen-2.30.0
217 - >=dev-util/intltool-0.50.1
218 - sys-devel/gettext
219 - virtual/pkgconfig
220 -
221 - dev-libs/gobject-introspection-common
222 - gnome-base/gnome-common
223 -"
224 -# eautoreconf needs gobject-introspection-common, gnome-common
225 -
226 -# Due to sub-configure
227 -QA_CONFIGURE_OPTIONS=".*"
228 -
229 -src_configure() {
230 - # TODO: Give users a way to set the G/FB/Windows Live secrets
231 - # telepathy optional support is really a badly done, bug #494456
232 - gnome2_src_configure \
233 - --disable-static \
234 - --enable-backend \
235 - --enable-documentation \
236 - --enable-exchange \
237 - --enable-facebook \
238 - --enable-flickr \
239 - --enable-foursquare \
240 - --enable-imap-smtp \
241 - --enable-lastfm \
242 - --enable-media-server \
243 - --enable-owncloud \
244 - --enable-pocket \
245 - --enable-telepathy \
246 - --enable-windows-live \
247 - $(use_enable kerberos)
248 - #$(use_enable telepathy)
249 - # gudev & cheese from sub-configure is overriden
250 - # by top level configure, and disabled so leave it like that
251 -}