From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PpQx2-0007Xb-Ok for garchives@archives.gentoo.org; Tue, 15 Feb 2011 19:52:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7078EE08F7; Tue, 15 Feb 2011 19:52:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2A49FE073B for ; Tue, 15 Feb 2011 19:52:30 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6AD881B4122 for ; Tue, 15 Feb 2011 19:52:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id DA2358006E for ; Tue, 15 Feb 2011 19:52:28 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <2186115013e145c737baacdaeeb35ffbbc010657.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-exchange/files/, gnome-extra/evolution-exchange/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/evolution-exchange/evolution-exchange-2.91.6.ebuild gnome-extra/evolution-exchange/files/evolution-exchange-2.91.6-xntlm-as-needed.patch X-VCS-Directories: gnome-extra/evolution-exchange/files/ gnome-extra/evolution-exchange/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 2186115013e145c737baacdaeeb35ffbbc010657 Date: Tue, 15 Feb 2011 19:52:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 341974b69e452db89d416ccb0520cf4d commit: 2186115013e145c737baacdaeeb35ffbbc010657 Author: Nirbheek Chauhan gentoo org> AuthorDate: Tue Feb 15 18:53:22 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Tue Feb 15 19:45:39 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D21861150 Add gnome-extra/evolution-exchange-2.91.6 * Add patch to fix build issue due to as-needed --- .../evolution-exchange-2.91.6.ebuild | 58 ++++++++++++++= ++++++ ...evolution-exchange-2.91.6-xntlm-as-needed.patch | 11 ++++ 2 files changed, 69 insertions(+), 0 deletions(-) diff --git a/gnome-extra/evolution-exchange/evolution-exchange-2.91.6.ebu= ild b/gnome-extra/evolution-exchange/evolution-exchange-2.91.6.ebuild new file mode 100644 index 0000000..1b2395b --- /dev/null +++ b/gnome-extra/evolution-exchange/evolution-exchange-2.91.6.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolut= ion-exchange-2.32.2.ebuild,v 1.1 2011/02/07 11:40:13 pacho Exp $ + +EAPI=3D"3" +GCONF_DEBUG=3D"yes" +GNOME2_LA_PUNT=3D"yes" + +inherit autotools gnome2 + +DESCRIPTION=3D"Evolution module for connecting to Microsoft Exchange" +HOMEPAGE=3D"http://projects.gnome.org/evolution/" +LICENSE=3D"GPL-2" + +SLOT=3D"2.0" +KEYWORDS=3D"~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE=3D"debug doc static" + +RDEPEND=3D" + >=3Dmail-client/evolution-${PV}:2.0 + >=3Dgnome-extra/evolution-data-server-${PV}[ldap,kerberos] + >=3Ddev-libs/glib-2.16:2 + >=3Dx11-libs/gtk+-2.99.2:3 + >=3Dgnome-base/gconf-2 + dev-libs/libxml2 + net-libs/libsoup:2.4 + >=3Dnet-nds/openldap-2.1.30-r2 + virtual/krb5" + +DEPEND=3D"${RDEPEND} + >=3Ddev-util/intltool-0.40 + dev-util/pkgconfig + doc? ( >=3Ddev-util/gtk-doc-1.9 )" + +pkg_setup() { + G2CONF=3D"${G2CONF} + --with-krb5=3D/usr + --with-openldap + --disable-static + --disable-maintainer-mode + $(use_enable debug e2k-debug) + $(use_with static static-ldap)" + DOCS=3D"AUTHORS ChangeLog NEWS README" +} + +src_prepare() { + gnome2_src_prepare + + # Fix compilation failure with as-needed + epatch "${FILESDIR}/${P}-xntlm-as-needed.patch" + + # FIXME: Fix compilation flags crazyness + sed 's/^\(AM_CPPFLAGS=3D"\)$WARNING_FLAGS/\1/' \ + -i configure.ac configure || die "sed 1 failed" + + # Needed for the as-needed patch + eautoreconf +} diff --git a/gnome-extra/evolution-exchange/files/evolution-exchange-2.91= .6-xntlm-as-needed.patch b/gnome-extra/evolution-exchange/files/evolution= -exchange-2.91.6-xntlm-as-needed.patch new file mode 100644 index 0000000..511c4d3 --- /dev/null +++ b/gnome-extra/evolution-exchange/files/evolution-exchange-2.91.6-xntl= m-as-needed.patch @@ -0,0 +1,11 @@ +--- server/lib/Makefile.am ++++ server/lib/Makefile.am +@@ -71,6 +71,8 @@ + $(EVOLUTION_DATA_SERVER_CFLAGS) +=20 + libexchange_la_LIBADD =3D \ ++ -L$(top_srcdir)/server/xntlm \ ++ -lxntlm \ + $(EVOLUTION_DATA_SERVER_LIBS) \ + $(GNOME_PLATFORM_LIBS) \ + $(SOUP_LIBS) \