public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/gnome-online-accounts: gnome-online-accounts-3.8.4.1.ebuild ChangeLog gnome-online-accounts-3.8.2.ebuild gnome-online-accounts-3.6.3.ebuild
@ 2013-10-10 18:50 Pacho Ramos (pacho)
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2013-10-10 18:50 UTC (permalink / raw
  To: gentoo-commits

pacho       13/10/10 18:50:50

  Modified:             ChangeLog
  Added:                gnome-online-accounts-3.8.4.1.ebuild
  Removed:              gnome-online-accounts-3.8.2.ebuild
                        gnome-online-accounts-3.6.3.ebuild
  Log:
  Version bump, drop old
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.24                 net-libs/gnome-online-accounts/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	16 Sep 2013 13:03:21 -0000	1.23
+++ ChangeLog	10 Oct 2013 18:50:49 -0000	1.24
@@ -1,6 +1,14 @@
 # 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.23 2013/09/16 13:03:21 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog,v 1.24 2013/10/10 18:50:49 pacho Exp $
+
+*gnome-online-accounts-3.8.4.1 (10 Oct 2013)
+
+  10 Oct 2013; Pacho Ramos <pacho@gentoo.org>
+  +gnome-online-accounts-3.8.4.1.ebuild,
+  -files/gnome-online-accounts-3.6.2-GoaKerberosIdentity.patch,
+  -gnome-online-accounts-3.6.3.ebuild, -gnome-online-accounts-3.8.2.ebuild:
+  Version bump, drop old
 
   16 Sep 2013; Alexandre Rostovtsev <tetromino@gentoo.org>
   gnome-online-accounts-3.8.2.ebuild, gnome-online-accounts-3.8.3.ebuild:



1.1                  net-libs/gnome-online-accounts/gnome-online-accounts-3.8.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.4.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.4.1.ebuild?rev=1.1&content-type=text/plain

Index: gnome-online-accounts-3.8.4.1.ebuild
===================================================================
# 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.4.1.ebuild,v 1.1 2013/10/10 18:50:49 pacho Exp $

EAPI="5"
inherit gnome2

DESCRIPTION="GNOME framework for accessing online accounts"
HOMEPAGE="https://wiki.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
# json-glib-0.16 needed for bug #485092
RDEPEND="
	>=dev-libs/glib-2.35:2
	app-crypt/libsecret
	>=dev-libs/json-glib-0.16
	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/pango
	introspection? ( >=dev-libs/gobject-introspection-0.6.2 )
	kerberos? (
		app-crypt/gcr:0=
		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 \
		--enable-flickr \
		--enable-imap-smtp \
		--enable-owncloud \
		$(use_enable kerberos)
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-10-10 18:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-10 18:50 [gentoo-commits] gentoo-x86 commit in net-libs/gnome-online-accounts: gnome-online-accounts-3.8.4.1.ebuild ChangeLog gnome-online-accounts-3.8.2.ebuild gnome-online-accounts-3.6.3.ebuild Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox