Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Gilles Dartiguelongue (eva)" <eva@g.o>
|
|
Subject:
|
gentoo-x86 commit in gnome-extra/evolution-exchange: ChangeLog evolution-exchange-2.22.3-r2.ebuild evolution-exchange-2.22.3.ebuild evolution-exchange-2.22.0.ebuild
|
|
Date:
|
Sun, 12 Oct 2008 20:43:20 +0000
|
|
eva 08/10/12 20:43:20
Modified: ChangeLog
Added: evolution-exchange-2.22.3-r2.ebuild
Removed: evolution-exchange-2.22.3.ebuild
evolution-exchange-2.22.0.ebuild
Log:
Fix exchange contacts tracking, upstream bug #546934.
(Portage version: 2.2_rc11/cvs/Linux 2.6.24-gentoo-r8 i686)
Revision Changes Path
1.74 gnome-extra/evolution-exchange/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?r1=1.73&r2=1.74
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog 25 Sep 2008 16:13:58 -0000 1.73
+++ ChangeLog 12 Oct 2008 20:43:20 -0000 1.74
@@ -1,6 +1,14 @@
# ChangeLog for gnome-extra/evolution-exchange
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.73 2008/09/25 16:13:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.74 2008/10/12 20:43:20 eva Exp $
+
+*evolution-exchange-2.22.3-r2 (12 Oct 2008)
+
+ 12 Oct 2008; Gilles Dartiguelongue <eva@g.o>
+ +files/evolution-exchange-2.22.3-exchange-contact.patch,
+ -evolution-exchange-2.22.0.ebuild, -evolution-exchange-2.22.3.ebuild,
+ +evolution-exchange-2.22.3-r2.ebuild:
+ Fix exchange contacts tracking, upstream bug #546934.
25 Sep 2008; Jeroen Roovers <jer@g.o>
evolution-exchange-2.22.3-r1.ebuild:
1.1 gnome-extra/evolution-exchange/evolution-exchange-2.22.3-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.22.3-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.22.3-r2.ebuild?rev=1.1&content-type=text/plain
Index: evolution-exchange-2.22.3-r2.ebuild
===================================================================
# Copyright 1999-2008 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.22.3-r2.ebuild,v 1.1 2008/10/12 20:43:20 eva Exp $
EAPI="1"
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 ~hppa ~ppc ~sparc ~x86"
IUSE="debug doc static"
RDEPEND="
>=mail-client/evolution-2.22.0
>=dev-libs/glib-2.15.3
>=x11-libs/gtk+-2.10
>=gnome-base/gconf-2.0
>=gnome-base/libbonobo-2.20.3
>=gnome-base/libglade-2.0
>=gnome-base/libgnomeui-2.0
dev-libs/libxml2
net-libs/libsoup:2.4
>=gnome-extra/evolution-data-server-2.22.3
>=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"
}
src_unpack() {
gnome2_src_unpack
# Fix addressbook crash, bug #233263
epatch "${FILESDIR}/${P}-addressbook-crash.patch"
# Fix exchange contacts tracking, upstream bug #546934
epatch "${FILESDIR}/${P}-exchange-contact.patch"
}
|
|