summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2014-01-21 21:38:03 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2014-01-21 21:38:03 +0000
commit49cc2d6a0dc2f8bb36b63f837780f5bc51cb2bf2 (patch)
treea1a77086721759c44bdd5a7a202633c7f54973bb /net-libs/gnome-online-accounts
parentFix USE=-xattr properly. Restore old USE flag behaviour. (diff)
downloadgentoo-2-49cc2d6a0dc2f8bb36b63f837780f5bc51cb2bf2.tar.gz
gentoo-2-49cc2d6a0dc2f8bb36b63f837780f5bc51cb2bf2.tar.bz2
gentoo-2-49cc2d6a0dc2f8bb36b63f837780f5bc51cb2bf2.zip
Disable backends per upstream recommandation, bug #497168. telepathy is not as optional as we need, bug #494456.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'net-libs/gnome-online-accounts')
-rw-r--r--net-libs/gnome-online-accounts/ChangeLog9
-rw-r--r--net-libs/gnome-online-accounts/gnome-online-accounts-3.10.2.ebuild20
-rw-r--r--net-libs/gnome-online-accounts/metadata.xml4
3 files changed, 21 insertions, 12 deletions
diff --git a/net-libs/gnome-online-accounts/ChangeLog b/net-libs/gnome-online-accounts/ChangeLog
index f17e0c8b29fa..8830f490cfed 100644
--- a/net-libs/gnome-online-accounts/ChangeLog
+++ b/net-libs/gnome-online-accounts/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/gnome-online-accounts
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog,v 1.28 2013/12/24 17:33:07 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog,v 1.29 2014/01/21 21:38:03 eva Exp $
+
+ 21 Jan 2014; Gilles Dartiguelongue <eva@gentoo.org>
+ gnome-online-accounts-3.10.2.ebuild, metadata.xml:
+ Disable backends per upstream recommandation, bug #497168. telepathy is not
+ as optional as we need, bug #494456.
*gnome-online-accounts-3.10.2 (24 Dec 2013)
diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.10.2.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.10.2.ebuild
index 8431fae81b6b..62e71229db58 100644
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.10.2.ebuild
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.10.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.10.2.ebuild,v 1.1 2013/12/24 17:33:07 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.10.2.ebuild,v 1.2 2014/01/21 21:38:03 eva Exp $
EAPI="5"
GCONF_DEBUG="yes"
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/GnomeOnlineAccounts"
LICENSE="LGPL-2+"
SLOT="0/1"
-IUSE="gnome +introspection kerberos telepathy"
+IUSE="gnome +introspection kerberos" # telepathy"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
# pango used in goaeditablelabel
@@ -27,6 +27,7 @@ RDEPEND="
dev-libs/libxml2:2
>=net-libs/libsoup-2.42:2.4
net-libs/rest:0.7
+ net-libs/telepathy-glib
>=net-libs/webkit-gtk-2.1.90:3
>=x11-libs/gtk+-3.5.1:3
x11-libs/pango
@@ -35,8 +36,8 @@ RDEPEND="
kerberos? (
app-crypt/gcr:0=
app-crypt/mit-krb5 )
- telepathy? ( net-libs/telepathy-glib )
"
+# telepathy? ( net-libs/telepathy-glib )
# goa-daemon can launch gnome-control-center
PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
@@ -54,18 +55,21 @@ QA_CONFIGURE_OPTIONS=".*"
src_configure() {
# TODO: Give users a way to set the G/Y!/FB/Twitter/Windows Live secrets
+ # Twitter/Y! disabled per upstream recommendation, bug #497168
+ # telepathy optional support is really badly done, bug #494456
gnome2_src_configure \
--disable-static \
+ --disable-twitter \
+ --disable-yahoo \
--enable-documentation \
--enable-exchange \
--enable-facebook \
--enable-flickr \
- --enable-twitter \
- --enable-yahoo \
--enable-imap-smtp \
--enable-owncloud \
- $(use_enable kerberos) \
- $(use_enable telepathy)
+ --enable-telepathy \
+ $(use_enable kerberos)
+ #$(use_enable telepathy)
# gudev & cheese from sub-configure is overriden
# by top level configure, and disabled so leave it like that
}
diff --git a/net-libs/gnome-online-accounts/metadata.xml b/net-libs/gnome-online-accounts/metadata.xml
index ea808a92ebe1..a27834f8df74 100644
--- a/net-libs/gnome-online-accounts/metadata.xml
+++ b/net-libs/gnome-online-accounts/metadata.xml
@@ -5,7 +5,7 @@
<use>
<flag name="gnome">Use <pkg>gnome-base/gnome-control-center</pkg>
to set GNOME online accounts preferences</flag>
- <flag name="telepathy">Provide widget to configure the telepathy
- frawework</flag>
+ <!-- <flag name="telepathy">Provide widget to configure the telepathy
+ frawework</flag> -->
</use>
</pkgmetadata>