diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2014-04-27 17:07:51 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2014-04-27 17:07:51 +0000 |
commit | d3fdb50e65447f60186a22b14a6a79b3843ef7fc (patch) | |
tree | d9828f7bb5e1fb0354254b97189976a3b3085694 /gnome-extra/evolution-ews | |
parent | Version bump for Gnome 3.12. (diff) | |
download | gentoo-2-d3fdb50e65447f60186a22b14a6a79b3843ef7fc.tar.gz gentoo-2-d3fdb50e65447f60186a22b14a6a79b3843ef7fc.tar.bz2 gentoo-2-d3fdb50e65447f60186a22b14a6a79b3843ef7fc.zip |
Version bump for Gnome 3.12.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'gnome-extra/evolution-ews')
-rw-r--r-- | gnome-extra/evolution-ews/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/evolution-ews/evolution-ews-3.12.1.ebuild | 41 |
2 files changed, 48 insertions, 1 deletions
diff --git a/gnome-extra/evolution-ews/ChangeLog b/gnome-extra/evolution-ews/ChangeLog index c0ec5ab765f3..14db4beeb654 100644 --- a/gnome-extra/evolution-ews/ChangeLog +++ b/gnome-extra/evolution-ews/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-extra/evolution-ews # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v 1.25 2014/04/26 18:57:29 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v 1.26 2014/04/27 17:07:51 eva Exp $ + +*evolution-ews-3.12.1 (27 Apr 2014) + + 27 Apr 2014; Gilles Dartiguelongue <eva@gentoo.org> + +evolution-ews-3.12.1.ebuild: + Version bump for Gnome 3.12. 26 Apr 2014; Pacho Ramos <pacho@gentoo.org> -evolution-ews-3.10.3.ebuild, -evolution-ews-3.8.5.ebuild: diff --git a/gnome-extra/evolution-ews/evolution-ews-3.12.1.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.12.1.ebuild new file mode 100644 index 000000000000..f6294c10adc2 --- /dev/null +++ b/gnome-extra/evolution-ews/evolution-ews-3.12.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.12.1.ebuild,v 1.1 2014/04/27 17:07:51 eva Exp $ + +EAPI="5" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit gnome2 + +DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web Services" +HOMEPAGE="https://wiki.gnome.org/Apps/Evolution" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-db/sqlite:3= + >=dev-libs/glib-2.32:2 + dev-libs/libical:0= + >=dev-libs/libxml2-2 + >=gnome-extra/evolution-data-server-${PV}:0= + >=mail-client/evolution-${PV}:2.0 + >=net-libs/libsoup-2.42:2.4 + >=x11-libs/gtk+-3:3 +" +DEPEND="${RDEPEND} + >=dev-util/gtk-doc-am-1.9 + >=dev-util/intltool-0.35.5 + virtual/pkgconfig +" + +# Requires libhttpmock which is not in portage +RESTRICT="test" + +src_configure() { + # We don't have libmspack, needing internal lzx + gnome2_src_configure --with-internal-lzx +} |