diff options
author | Mart Raudsepp <leio@gentoo.org> | 2006-11-28 05:49:43 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2006-11-28 05:49:43 +0000 |
commit | fbc7fc3b143abe0d9ad6522f64f29d718541592e (patch) | |
tree | c8a01e1cb7822fc7940536975861689fc2469e05 /gnome-extra/evolution-exchange | |
parent | Removed unnecessary function in muse-3.02.8.ebuild (diff) | |
download | gentoo-2-fbc7fc3b143abe0d9ad6522f64f29d718541592e.tar.gz gentoo-2-fbc7fc3b143abe0d9ad6522f64f29d718541592e.tar.bz2 gentoo-2-fbc7fc3b143abe0d9ad6522f64f29d718541592e.zip |
Version bump
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'gnome-extra/evolution-exchange')
3 files changed, 53 insertions, 1 deletions
diff --git a/gnome-extra/evolution-exchange/ChangeLog b/gnome-extra/evolution-exchange/ChangeLog index 3cf6c0b7c3db..58c185685891 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.25 2006/11/24 05:47:26 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.26 2006/11/28 05:49:43 leio Exp $ + +*evolution-exchange-2.8.2 (28 Nov 2006) + + 28 Nov 2006; Mart Raudsepp <leio@gentoo.org> + +evolution-exchange-2.8.2.ebuild: + Version bump 24 Nov 2006; Mart Raudsepp <leio@gentoo.org> -files/evolution-exchange-2.4.0-kerb.patch, diff --git a/gnome-extra/evolution-exchange/evolution-exchange-2.8.2.ebuild b/gnome-extra/evolution-exchange/evolution-exchange-2.8.2.ebuild new file mode 100644 index 000000000000..80d118ee9aac --- /dev/null +++ b/gnome-extra/evolution-exchange/evolution-exchange-2.8.2.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2006 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.8.2.ebuild,v 1.1 2006/11/28 05:49:43 leio Exp $ + +inherit gnome2 eutils autotools + +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.7 + >=gnome-extra/evolution-data-server-1.7 + >=net-libs/libsoup-2.2.96 + >=gnome-base/libglade-2.0 + >=gnome-base/libgnomeui-2.0 + >=gnome-base/libgnomeprintui-2.0 + >=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.29 + dev-util/pkgconfig + doc? ( >=dev-util/gtk-doc-1 )" + +MAKEOPTS="${MAKEOPTS} -j1" + +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.8.2 b/gnome-extra/evolution-exchange/files/digest-evolution-exchange-2.8.2 new file mode 100644 index 000000000000..66578433a0ed --- /dev/null +++ b/gnome-extra/evolution-exchange/files/digest-evolution-exchange-2.8.2 @@ -0,0 +1,3 @@ +MD5 0830eedc84e19ea97c22a30daefd7506 evolution-exchange-2.8.2.tar.bz2 1033451 +RMD160 74c436e6a5bf8ae970a676fdcc94b15cd36c7c84 evolution-exchange-2.8.2.tar.bz2 1033451 +SHA256 0c56ca971f9c4711e5ad8645842274450457344da340ca9b9d04da78ce707cb7 evolution-exchange-2.8.2.tar.bz2 1033451 |