commit: 1bd06050e002da79aa37b887663ed8f61491489d Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Wed Apr 23 21:03:32 2014 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Wed Apr 23 21:03:32 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1bd06050
gnome-extra/evolution-ews: 3.10.4 → 3.12.1 --- .../evolution-ews/evolution-ews-3.12.1.ebuild | 41 ++++++++++++++++++++++ .../evolution-ews/evolution-ews-9999.ebuild | 21 +++++------ 2 files changed, 50 insertions(+), 12 deletions(-) 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 0000000..079f594 --- /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: $ + +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 +} diff --git a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild b/gnome-extra/evolution-ews/evolution-ews-9999.ebuild index 2c226be..7e66f0f 100644 --- a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild +++ b/gnome-extra/evolution-ews/evolution-ews-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -12,7 +12,7 @@ if [[ ${PV} = 9999 ]]; then fi DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web Services" -HOMEPAGE="http://www.gnome.org/projects/evolution/" +HOMEPAGE="https://wiki.gnome.org/Apps/Evolution" LICENSE="LGPL-2.1" SLOT="0" @@ -21,18 +21,17 @@ if [[ ${PV} = 9999 ]]; then else KEYWORDS="~amd64 ~x86" fi -IUSE="kerberos" +IUSE="" RDEPEND=" dev-db/sqlite:3= - dev-libs/libical:= - >=mail-client/evolution-${PV}:2.0[kerberos?] - >=gnome-extra/evolution-data-server-${PV}:=[kerberos?] >=dev-libs/glib-2.32:2 + dev-libs/libical:0= >=dev-libs/libxml2-2 - >=net-libs/libsoup-2.38.1:2.4 + >=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 - kerberos? ( virtual/krb5:= ) " DEPEND="${RDEPEND} >=dev-util/gtk-doc-am-1.9 @@ -40,12 +39,10 @@ DEPEND="${RDEPEND} virtual/pkgconfig " -# Requires connection to an Exchange server +# 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 \ - $(use_with kerberos krb5) + gnome2_src_configure --with-internal-lzx }