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 1PpQwz-0007WF-Tn for garchives@archives.gentoo.org; Tue, 15 Feb 2011 19:52:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98F52E073B; 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 6A051E073B 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 D01441B4164 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 1B0D480073 for ; Tue, 15 Feb 2011 19:52:29 +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: <685193ef712e46f4224e23f502f0c8a673661b95.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-mapi/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/evolution-mapi/evolution-mapi-2.91.6.ebuild X-VCS-Directories: gnome-extra/evolution-mapi/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 685193ef712e46f4224e23f502f0c8a673661b95 Date: Tue, 15 Feb 2011 19:52:29 +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: 4940e8867564d7b7d72539a883615d5e commit: 685193ef712e46f4224e23f502f0c8a673661b95 Author: Nirbheek Chauhan gentoo org> AuthorDate: Tue Feb 15 19:21:28 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Tue Feb 15 19:48:24 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D685193ef Add gnome-extra/evolution-mapi-2.91.6 * I don't know if this even compiles. Adding it in the hopes that someone= who uses samba-4 can check. --- .../evolution-mapi/evolution-mapi-2.91.6.ebuild | 43 ++++++++++++++= ++++++ 1 files changed, 43 insertions(+), 0 deletions(-) diff --git a/gnome-extra/evolution-mapi/evolution-mapi-2.91.6.ebuild b/gn= ome-extra/evolution-mapi/evolution-mapi-2.91.6.ebuild new file mode 100644 index 0000000..67c67f9 --- /dev/null +++ b/gnome-extra/evolution-mapi/evolution-mapi-2.91.6.ebuild @@ -0,0 +1,43 @@ +# 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"no" +GNOME2_LA_PUNT=3D"yes" + +inherit gnome2 + +DESCRIPTION=3D"Evolution module for connecting to Microsoft Exchange" +HOMEPAGE=3D"http://projects.gnome.org/evolution/" +LICENSE=3D"GPL-2" + +SLOT=3D"1.0" +KEYWORDS=3D"~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE=3D"doc" + +RDEPEND=3D" + >=3Dmail-client/evolution-${PV}:2.0 + >=3Dgnome-extra/evolution-data-server-${PV} + >=3Ddev-libs/glib-2.16.1:2 + >=3Dx11-libs/gtk+-2.99.2:3 + >=3Dgnome-base/gconf-2 + >=3Dnet-libs/libmapi-0.9" +DEPEND=3D"${RDEPEND} + >=3Ddev-util/intltool-0.35.5 + sys-devel/gettext + dev-util/pkgconfig + doc? ( >=3Ddev-util/gtk-doc-1.9 )" + +G2CONF=3D"${G2CONF} + --disable-static + --disable-maintainer-mode" +DOCS=3D"AUTHORS ChangeLog NEWS README" + +src_prepare() { + gnome2_src_prepare + + # FIXME: Fix compilation flags crazyness + sed 's/^\(AM_CPPFLAGS=3D"\)$WARNING_FLAGS/\1/' \ + -i configure.ac configure || die "sed 1 failed" +}