summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-07-01 21:06:31 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-07-01 21:06:31 +0000
commit576fa104074154e6302334ffacedad0cf4f64551 (patch)
tree6fc73f2e5edbfcf19924113e82ded956b1c0c78b /net-libs/gnome-online-accounts
parentRemove older version (diff)
downloadgentoo-2-576fa104074154e6302334ffacedad0cf4f64551.tar.gz
gentoo-2-576fa104074154e6302334ffacedad0cf4f64551.tar.bz2
gentoo-2-576fa104074154e6302334ffacedad0cf4f64551.zip
Add subslot operators. Add flickr support and remove useless configure switches.
(Portage version: 2.2.0_alpha186/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/ChangeLog7
-rw-r--r--net-libs/gnome-online-accounts/gnome-online-accounts-3.8.2.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/net-libs/gnome-online-accounts/ChangeLog b/net-libs/gnome-online-accounts/ChangeLog
index 38cfbe3e5fb0..72cd2106e07a 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.20 2013/07/01 20:02:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog,v 1.21 2013/07/01 21:06:31 eva Exp $
+
+ 01 Jul 2013; Gilles Dartiguelongue <eva@gentoo.org>
+ gnome-online-accounts-3.8.2.ebuild:
+ Add subslot operators. Add flickr support and remove useless configure
+ switches.
01 Jul 2013; Pacho Ramos <pacho@gentoo.org>
gnome-online-accounts-3.8.2.ebuild:
diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.2.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.2.ebuild
index 1bcd4cbe723f..fe44839f5153 100644
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.2.ebuild
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 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.8.2.ebuild,v 1.3 2013/07/01 20:02:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.2.ebuild,v 1.4 2013/07/01 21:06:31 eva Exp $
EAPI="5"
inherit gnome2
@@ -26,12 +26,11 @@ RDEPEND="
net-libs/rest:0.7
net-libs/webkit-gtk:3
>=x11-libs/gtk+-3.5.1:3
- >=x11-libs/libnotify-0.7:=
x11-libs/pango
introspection? ( >=dev-libs/gobject-introspection-0.6.2 )
kerberos? (
- app-crypt/gcr
+ app-crypt/gcr:0=
app-crypt/mit-krb5 )
"
# goa-daemon can launch gnome-control-center
@@ -53,9 +52,8 @@ src_configure() {
--enable-documentation \
--enable-exchange \
--enable-facebook \
- --with-facebook-client-id \
+ --enable-flickr \
--enable-imap-smtp \
--enable-owncloud \
- --with-windows-live-client-id \
$(use_enable kerberos)
}