diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2013-05-12 18:45:00 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2013-05-12 18:45:00 +0000 |
commit | 1da88e2ee2475bc6ad3d7c5eae366b3b05db6b41 (patch) | |
tree | 58d3dac4224e18e88976a882260b45fb1b809967 /gnome-extra/evolution-data-server | |
parent | Remove dependency on pysqlite. (diff) | |
download | gentoo-2-1da88e2ee2475bc6ad3d7c5eae366b3b05db6b41.tar.gz gentoo-2-1da88e2ee2475bc6ad3d7c5eae366b3b05db6b41.tar.bz2 gentoo-2-1da88e2ee2475bc6ad3d7c5eae366b3b05db6b41.zip |
IUSE=+google, no reason not to make this default
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 560FDD64)
Diffstat (limited to 'gnome-extra/evolution-data-server')
3 files changed, 9 insertions, 5 deletions
diff --git a/gnome-extra/evolution-data-server/ChangeLog b/gnome-extra/evolution-data-server/ChangeLog index a20f05fde43c..c6a95048ede0 100644 --- a/gnome-extra/evolution-data-server/ChangeLog +++ b/gnome-extra/evolution-data-server/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/evolution-data-server # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.368 2013/05/12 16:06:39 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.369 2013/05/12 18:45:00 nirbheek Exp $ + + 12 May 2013; Nirbheek Chauhan <nirbheek@gentoo.org> + evolution-data-server-3.8.1.ebuild, evolution-data-server-3.8.2.ebuild: + IUSE=+google, no reason not to make this default *evolution-data-server-3.8.2 (12 May 2013) diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.8.1.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.8.1.ebuild index 91438c914f08..a440a452536c 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.8.1.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.8.1.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/gnome-extra/evolution-data-server/evolution-data-server-3.8.1.ebuild,v 1.1 2013/04/14 19:00:11 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.8.1.ebuild,v 1.2 2013/05/12 18:45:00 nirbheek Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3,3} ) @@ -16,7 +16,7 @@ HOMEPAGE="http://projects.gnome.org/evolution/arch.shtml" # Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+". LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat" SLOT="0/40" # subslot = libcamel-1.2 soname version -IUSE="api-doc-extras google +gnome-online-accounts +gtk +introspection ipv6 ldap kerberos vala +weather" +IUSE="api-doc-extras +google +gnome-online-accounts +gtk +introspection ipv6 ldap kerberos vala +weather" REQUIRED_USE="vala? ( introspection )" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris" diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.8.2.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.8.2.ebuild index 44785c6c0fe7..fe17c3ee3fef 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.8.2.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-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/gnome-extra/evolution-data-server/evolution-data-server-3.8.2.ebuild,v 1.1 2013/05/12 16:06:39 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.8.2.ebuild,v 1.2 2013/05/12 18:45:00 nirbheek Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3,3} ) @@ -16,7 +16,7 @@ HOMEPAGE="http://projects.gnome.org/evolution/arch.shtml" # Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+". LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat" SLOT="0/40" # subslot = libcamel-1.2 soname version -IUSE="api-doc-extras google +gnome-online-accounts +gtk +introspection ipv6 ldap kerberos vala +weather" +IUSE="api-doc-extras +google +gnome-online-accounts +gtk +introspection ipv6 ldap kerberos vala +weather" REQUIRED_USE="vala? ( introspection )" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris" |