diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2007-04-27 19:16:45 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2007-04-27 19:16:45 +0000 |
commit | 74255143b6d8003b1d5a199611634877716e956d (patch) | |
tree | 0bcf984acb2ca5e47316534d3c85b442ed60743f /gnome-extra | |
parent | Version bump as per bug 174819. (diff) | |
download | gentoo-2-74255143b6d8003b1d5a199611634877716e956d.tar.gz gentoo-2-74255143b6d8003b1d5a199611634877716e956d.tar.bz2 gentoo-2-74255143b6d8003b1d5a199611634877716e956d.zip |
Bump to 2.10.1
(Portage version: 2.1.2.5)
Diffstat (limited to 'gnome-extra')
3 files changed, 53 insertions, 1 deletions
diff --git a/gnome-extra/evolution-exchange/ChangeLog b/gnome-extra/evolution-exchange/ChangeLog index 85070e80875f..11351be9452b 100644 --- a/gnome-extra/evolution-exchange/ChangeLog +++ b/gnome-extra/evolution-exchange/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-extra/evolution-exchange # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.32 2007/03/27 16:10:01 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.33 2007/04/27 19:16:45 dang Exp $ + +*evolution-exchange-2.10.1 (27 Apr 2007) + + 27 Apr 2007; Daniel Gryniewicz <dang@gentoo.org> + +evolution-exchange-2.10.1.ebuild: + Bump to 2.10.1 *evolution-exchange-2.10.0 (27 Mar 2007) diff --git a/gnome-extra/evolution-exchange/evolution-exchange-2.10.1.ebuild b/gnome-extra/evolution-exchange/evolution-exchange-2.10.1.ebuild new file mode 100644 index 000000000000..6cdf9a90d7a7 --- /dev/null +++ b/gnome-extra/evolution-exchange/evolution-exchange-2.10.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.10.1.ebuild,v 1.1 2007/04/27 19:16:45 dang Exp $ + +inherit gnome2 eutils + +DESCRIPTION="Evolution module for connecting to Microsoft Exchange" +HOMEPAGE="http://www.novell.com/products/desktop/features/evolution.html" +LICENSE="GPL-2" + +SLOT="2.0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="debug doc static" + +RDEPEND=">=mail-client/evolution-2.10 + >=gnome-extra/evolution-data-server-1.10 + >=net-libs/libsoup-2.2.96 + >=gnome-base/libglade-2.0 + >=gnome-base/libgnomeui-2.0 + >=gnome-base/libgnomeprint-2.2 + >=gnome-base/libbonobo-2.0 + dev-libs/libxml2 + >=gnome-base/gconf-2.0 + >=net-nds/openldap-2.1.30-r2" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.35.5 + dev-util/pkgconfig + doc? ( >=dev-util/gtk-doc-1 )" + +DOCS="AUTHORS ChangeLog NEWS README" + +pkg_setup() { + G2CONF="${G2CONF} $(use_with debug e2k-debug)" + + if ! built_with_use gnome-extra/evolution-data-server ldap || ! built_with_use gnome-extra/evolution-data-server kerberos; then + eerror "Please re-emerge gnome-extra/evolution-data-server with" + eerror "the use flags ldap and kerberos." + die + fi + + G2CONF="${G2CONF} $(use_with static static-ldap) --with-openldap" +} diff --git a/gnome-extra/evolution-exchange/files/digest-evolution-exchange-2.10.1 b/gnome-extra/evolution-exchange/files/digest-evolution-exchange-2.10.1 new file mode 100644 index 000000000000..9d3634fa539a --- /dev/null +++ b/gnome-extra/evolution-exchange/files/digest-evolution-exchange-2.10.1 @@ -0,0 +1,3 @@ +MD5 3457a46a0450737d83f1c74e97c89b8f evolution-exchange-2.10.1.tar.bz2 1046653 +RMD160 4ce4cd0c5e5e92f70b1434633c4921626f80f1a1 evolution-exchange-2.10.1.tar.bz2 1046653 +SHA256 4bad1d2d625f1bc3302b0f8e3a27d8e25323bfc55c34c8fe7e112d067ebb4584 evolution-exchange-2.10.1.tar.bz2 1046653 |