Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gnome-online-accounts/
Date: Sat, 29 Dec 2018 20:03:43
Message-Id: 1546113794.01b8544bf09c9f0e2f02c1683b464ab8480d6a72.leio@gentoo
1 commit: 01b8544bf09c9f0e2f02c1683b464ab8480d6a72
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 29 19:43:58 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 29 20:03:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b8544b
7
8 net-libs/gnome-online-accounts: remove 3.26
9
10 Newly added 3.28 has tiny changes compared to 3.26, so could really
11 be considered a 3.26.2 bugfix release almost. More importantly, 3.26
12 would need patches for glib-2.58 compat, and as the surrounding code
13 is different a bit, not bothering with adapting the patch nor trying
14 if the 3.24 patch backport applies.
15
16 Bug: https://bugs.gentoo.org/673606
17 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
18 Package-Manager: Portage-2.3.52, Repoman-2.3.11
19
20 net-libs/gnome-online-accounts/Manifest | 1 -
21 .../gnome-online-accounts-3.26.2.ebuild | 94 ----------------------
22 2 files changed, 95 deletions(-)
23
24 diff --git a/net-libs/gnome-online-accounts/Manifest b/net-libs/gnome-online-accounts/Manifest
25 index 3b2d90938ea..0d5e1b2ca4b 100644
26 --- a/net-libs/gnome-online-accounts/Manifest
27 +++ b/net-libs/gnome-online-accounts/Manifest
28 @@ -1,3 +1,2 @@
29 DIST gnome-online-accounts-3.24.5.tar.xz 1391332 BLAKE2B 9085cbb0c92bfcd338d5feca7ebdd3e3b15483e47fe29faffb8f9fb474663adeaf8d5cc81673c552652c9444e742f2782fd727c93bf488f5c976bde72d00ddce SHA512 8db35d21f0639e7452ec5cb34455b6d48a77fe0755c525f22e5235abe758f09ad5a4685e5e4912a53def298c76a13b558704a83803b5aabecc13a0f9bc3ae0e4
30 -DIST gnome-online-accounts-3.26.2.tar.xz 1405424 BLAKE2B 99b6bae527809e3c37248b35c0783e8f884577d93d1de04537f19cc2776f6204242469e78b51198c062272736c676bc67e1a3ef1cc4325eea94bb505e060ff0b SHA512 be1a9f4e1944f19937c2718db64c6968fb1f7538cdb6f7ecfa0b48136d37b1aa0c8054ff7a91cf037fac72f1e8ac7b59b69af3db39c585674113538dccf19114
31 DIST gnome-online-accounts-3.28.0.tar.xz 1531200 BLAKE2B 104429ab97647c2b006c4f95f803d8be8f2d2a91b06f2b145b126b1ab34253c8870ed9f8a3b5be307cae3fc55a4894cb1e9479c680d1c14a558d525d962bcf01 SHA512 b5f83544aca0cd24dbc778a492e0da4ca82eb6acaab375daaf7aa1482acfd31c1ba82c1afc127a8890a63e883ac8a1f277da906819573d672d2d3da7f582c02b
32
33 diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.26.2.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.26.2.ebuild
34 deleted file mode 100644
35 index cb8b8feecd4..00000000000
36 --- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.26.2.ebuild
37 +++ /dev/null
38 @@ -1,94 +0,0 @@
39 -# Copyright 1999-2018 Gentoo Authors
40 -# Distributed under the terms of the GNU General Public License v2
41 -
42 -EAPI=6
43 -GNOME2_LA_PUNT="yes"
44 -VALA_USE_DEPEND="vapigen"
45 -
46 -inherit gnome2 vala
47 -
48 -DESCRIPTION="GNOME framework for accessing online accounts"
49 -HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
50 -
51 -LICENSE="LGPL-2+"
52 -SLOT="0/1"
53 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
54 -
55 -IUSE="debug gnome +introspection kerberos vala" # telepathy"
56 -REQUIRED_USE="vala? ( introspection )"
57 -
58 -# pango used in goaeditablelabel
59 -# libsoup used in goaoauthprovider
60 -# goa kerberos provider is incompatible with app-crypt/heimdal, see
61 -# https://bugzilla.gnome.org/show_bug.cgi?id=692250
62 -# json-glib-0.16 needed for bug #485092
63 -RDEPEND="
64 - >=dev-libs/glib-2.52:2
65 - >=app-crypt/libsecret-0.5
66 - >=dev-libs/json-glib-0.16
67 - dev-libs/libxml2:2
68 - >=net-libs/libsoup-2.42:2.4
69 - net-libs/rest:0.7
70 - net-libs/telepathy-glib
71 - >=net-libs/webkit-gtk-2.7.2:4
72 - >=x11-libs/gtk+-3.19.12:3
73 - x11-libs/pango
74 -
75 - introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )
76 - kerberos? (
77 - app-crypt/gcr:0=[gtk]
78 - app-crypt/mit-krb5 )
79 -"
80 -# telepathy? ( net-libs/telepathy-glib )
81 -# goa-daemon can launch gnome-control-center
82 -PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
83 -
84 -DEPEND="${RDEPEND}
85 - vala? ( $(vala_depend) )
86 - dev-libs/libxslt
87 - >=dev-util/gtk-doc-am-1.3
88 - >=dev-util/gdbus-codegen-2.30.0
89 - >=dev-util/intltool-0.50.1
90 - sys-devel/gettext
91 - virtual/pkgconfig
92 -
93 - dev-libs/gobject-introspection-common
94 - gnome-base/gnome-common
95 -"
96 -# eautoreconf needs gobject-introspection-common, gnome-common
97 -
98 -# Due to sub-configure
99 -QA_CONFIGURE_OPTIONS=".*"
100 -
101 -src_prepare() {
102 - use vala && vala_src_prepare
103 - gnome2_src_prepare
104 -}
105 -
106 -src_configure() {
107 - # TODO: Give users a way to set the G/FB/Windows Live secrets
108 - # telepathy optional support is really a badly one, bug #494456 - now default disabled upstream - revisit soon
109 - gnome2_src_configure \
110 - --disable-static \
111 - --enable-backend \
112 - --enable-documentation \
113 - --enable-exchange \
114 - --enable-facebook \
115 - --enable-flickr \
116 - --enable-foursquare \
117 - --enable-imap-smtp \
118 - --enable-lastfm \
119 - --enable-media-server \
120 - --enable-owncloud \
121 - --enable-pocket \
122 - --enable-telepathy \
123 - --enable-todoist \
124 - --enable-windows-live \
125 - $(usex debug --enable-debug=yes ' ') \
126 - $(use_enable kerberos) \
127 - $(use_enable introspection) \
128 - $(use_enable vala)
129 - #$(use_enable telepathy)
130 - # gudev & cheese from sub-configure is overriden
131 - # by top level configure, and disabled so leave it like that
132 -}