diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-05-18 13:49:51 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-05-18 13:49:51 +0000 |
commit | 33edaf23cffc86c1141d630c28cb73bb601f84e6 (patch) | |
tree | b848f535a9ec746ab1b542a77df5087aafb5e07d /net-libs/gnome-online-accounts | |
parent | bump (diff) | |
download | gentoo-2-33edaf23cffc86c1141d630c28cb73bb601f84e6.tar.gz gentoo-2-33edaf23cffc86c1141d630c28cb73bb601f84e6.tar.bz2 gentoo-2-33edaf23cffc86c1141d630c28cb73bb601f84e6.zip |
>=dev-libs/json-c-0.10-r1 needed (#470200 by vax456), drop old
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-libs/gnome-online-accounts')
3 files changed, 7 insertions, 63 deletions
diff --git a/net-libs/gnome-online-accounts/ChangeLog b/net-libs/gnome-online-accounts/ChangeLog index 2f2c890939f5..0ecb24e664bd 100644 --- a/net-libs/gnome-online-accounts/ChangeLog +++ b/net-libs/gnome-online-accounts/ChangeLog @@ -1,6 +1,10 @@ # 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.18 2013/05/14 21:29:28 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog,v 1.19 2013/05/18 13:49:51 pacho Exp $ + + 18 May 2013; Pacho Ramos <pacho@gentoo.org> + -gnome-online-accounts-3.8.1.ebuild, gnome-online-accounts-3.8.2.ebuild: + >=dev-libs/json-c-0.10-r1 needed (#470200 by vax456), drop old *gnome-online-accounts-3.8.2 (14 May 2013) diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.1.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.1.ebuild deleted file mode 100644 index 5e9444cc525a..000000000000 --- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# 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.1.ebuild,v 1.1 2013/04/20 12:30:48 pacho Exp $ - -EAPI="5" -inherit gnome2 - -DESCRIPTION="GNOME framework for accessing online accounts" -HOMEPAGE="https://live.gnome.org/GnomeOnlineAccounts" - -LICENSE="LGPL-2+" -SLOT="0" -IUSE="gnome +introspection kerberos" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" - -# pango used in goaeditablelabel -# libsoup used in goaoauthprovider -# goa kerberos provider is incompatible with app-crypt/heimdal, see -# https://bugzilla.gnome.org/show_bug.cgi?id=692250 -RDEPEND=" - >=dev-libs/glib-2.35:2 - app-crypt/libsecret - dev-libs/json-glib - dev-libs/libxml2:2 - >=net-libs/libsoup-2.42:2.4 - 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/mit-krb5 ) -" -# goa-daemon can launch gnome-control-center -PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )" - -DEPEND="${RDEPEND} - dev-libs/libxslt - >=dev-util/gtk-doc-am-1.3 - >=dev-util/gdbus-codegen-2.30.0 - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig -" - -src_configure() { - # TODO: Give users a way to set the G/Y!/FB/Twitter/Windows Live secrets - gnome2_src_configure \ - --disable-static \ - --enable-documentation \ - --enable-exchange \ - --enable-facebook \ - --with-facebook-client-id \ - --enable-imap-smtp \ - --enable-owncloud \ - --with-windows-live-client-id \ - $(use_enable kerberos) -} 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 33320e1507a8..69b85c336a15 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.1 2013/05/14 21:29:28 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.2.ebuild,v 1.2 2013/05/18 13:49:51 pacho Exp $ EAPI="5" inherit gnome2 @@ -20,6 +20,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" RDEPEND=" >=dev-libs/glib-2.35:2 app-crypt/libsecret + >=dev-libs/json-c-0.10-r1 dev-libs/json-glib dev-libs/libxml2:2 >=net-libs/libsoup-2.42:2.4 |