summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn N. Laliberte <allanonjl@gentoo.org>2005-08-23 13:39:53 +0000
committerJohn N. Laliberte <allanonjl@gentoo.org>2005-08-23 13:39:53 +0000
commit74e19aabb557e7e4ac998d31fe2becbfae5680db (patch)
tree9a55a9503cd8d61b91a8d3f3fb8ab528ae573a36 /gnome-extra/evolution-exchange
parentUse -1 instead of /bin/false, bug #103421. (diff)
downloadgentoo-2-74e19aabb557e7e4ac998d31fe2becbfae5680db.tar.gz
gentoo-2-74e19aabb557e7e4ac998d31fe2becbfae5680db.tar.bz2
gentoo-2-74e19aabb557e7e4ac998d31fe2becbfae5680db.zip
Initial commit, eventually pkgmove ximian-connector to this.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'gnome-extra/evolution-exchange')
-rw-r--r--gnome-extra/evolution-exchange/ChangeLog11
-rw-r--r--gnome-extra/evolution-exchange/Manifest5
-rw-r--r--gnome-extra/evolution-exchange/evolution-exchange-2.3.8.ebuild46
-rw-r--r--gnome-extra/evolution-exchange/files/digest-evolution-exchange-2.3.81
-rw-r--r--gnome-extra/evolution-exchange/files/evolution-exchange-2.3.8-kerb.patch12
-rw-r--r--gnome-extra/evolution-exchange/metadata.xml5
6 files changed, 80 insertions, 0 deletions
diff --git a/gnome-extra/evolution-exchange/ChangeLog b/gnome-extra/evolution-exchange/ChangeLog
new file mode 100644
index 000000000000..a669211dc075
--- /dev/null
+++ b/gnome-extra/evolution-exchange/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for mail-client/evolution-exchange
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.1 2005/08/23 13:39:53 allanonjl Exp $
+
+*evolution-exchange-2.3.8 (23 Aug 2005)
+
+ 23 Aug 2005; John N. Laliberte <allanonjl@gentoo.org>
+ +files/evolution-exchange-2.3.8-kerb.patch, +metadata.xml,
+ +evolution-exchange-2.3.8.ebuild:
+ Initial commit, eventually pkgmove ximian-connector to this.
+
diff --git a/gnome-extra/evolution-exchange/Manifest b/gnome-extra/evolution-exchange/Manifest
new file mode 100644
index 000000000000..41035da4869e
--- /dev/null
+++ b/gnome-extra/evolution-exchange/Manifest
@@ -0,0 +1,5 @@
+MD5 4ff4f4a3b3ad1e76c79d2e7eb6bd1eb7 evolution-exchange-2.3.8.ebuild 1082
+MD5 608296f2ce93e8624325fc9c0508a841 ChangeLog 389
+MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
+MD5 8e9cb8386aac62d3a0124200f562db09 files/evolution-exchange-2.3.8-kerb.patch 576
+MD5 1c6bc7cce88b35d9ccd2759dc0d6500a files/digest-evolution-exchange-2.3.8 78
diff --git a/gnome-extra/evolution-exchange/evolution-exchange-2.3.8.ebuild b/gnome-extra/evolution-exchange/evolution-exchange-2.3.8.ebuild
new file mode 100644
index 000000000000..c0c8e46688dc
--- /dev/null
+++ b/gnome-extra/evolution-exchange/evolution-exchange-2.3.8.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2005 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.3.8.ebuild,v 1.1 2005/08/23 13:39:53 allanonjl 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"
+
+RDEPEND=">=mail-client/evolution-2.3
+ >=gnome-extra/evolution-data-server-1.2
+ >=net-libs/libsoup-2.2
+ >=gnome-base/libglade-2.0
+ >=gnome-base/libgnomeui-2.0
+ >=gnome-base/libbonobo-2.0
+ dev-libs/libxml2
+ >=gnome-base/gconf-2.0
+ >=net-nds/openldap-2.1.30-r2
+ virtual/krb5"
+
+DEPEND="${RDEPEND}
+ >=dev-util/intltool-0.29
+ dev-util/pkgconfig
+ doc? ( >=dev-util/gtk-doc-1 )"
+
+MAKEOPTS="${MAKEOPTS} -j1"
+USE_DESTDIR="1"
+
+pkg_setup() {
+ G2CONF="${G2CONF} $(use_with debug e2k-debug) --with-krb5=/usr"
+}
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+
+ epatch ${FILESDIR}/${PF}-kerb.patch
+
+ automake
+ autoconf
+}
diff --git a/gnome-extra/evolution-exchange/files/digest-evolution-exchange-2.3.8 b/gnome-extra/evolution-exchange/files/digest-evolution-exchange-2.3.8
new file mode 100644
index 000000000000..ee96255f248f
--- /dev/null
+++ b/gnome-extra/evolution-exchange/files/digest-evolution-exchange-2.3.8
@@ -0,0 +1 @@
+MD5 209db86eb78118440b7db06721b0fe7a evolution-exchange-2.3.8.tar.bz2 1090986
diff --git a/gnome-extra/evolution-exchange/files/evolution-exchange-2.3.8-kerb.patch b/gnome-extra/evolution-exchange/files/evolution-exchange-2.3.8-kerb.patch
new file mode 100644
index 000000000000..8c3444986ae9
--- /dev/null
+++ b/gnome-extra/evolution-exchange/files/evolution-exchange-2.3.8-kerb.patch
@@ -0,0 +1,12 @@
+--- evolution-exchange-2.3.7/configure.in 2005-08-07 23:34:32.000000000 -0400
++++ evolution-exchange-2.3.7.new/configure.in 2005-08-22 18:26:49.000000000 -0400
+@@ -211,7 +211,8 @@
+ LDFLAGS="$LDFLAGS -L$with_krb5_libs $mitlibs"
+ AC_TRY_LINK_FUNC(krb5_init_context, ac_cv_lib_kerberos5="$mitlibs",
+ [
+- LDFLAGS="$LDFLAGS_save -L$with_krb5_libs $heimlibs"
++ #LDFLAGS="$LDFLAGS_save -L$with_krb5_libs $heimlibs"
++ LDFLAGS="`krb5-config --libs`"
+ AC_TRY_LINK_FUNC(krb5_init_context, ac_cv_lib_kerberos5="$heimlibs", ac_cv_lib_kerberos5="no")
+ ])
+ LDFLAGS="$LDFLAGS_save"
diff --git a/gnome-extra/evolution-exchange/metadata.xml b/gnome-extra/evolution-exchange/metadata.xml
new file mode 100644
index 000000000000..da6fd63d0085
--- /dev/null
+++ b/gnome-extra/evolution-exchange/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gnome</herd>
+</pkgmetadata>