summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2011-06-07 19:54:18 +0000
committerEray Aslan <eras@gentoo.org>2011-06-07 19:54:18 +0000
commit3bc3516e35f7bd370e89b46f8417abb1f78941c8 (patch)
tree987e7ad6b8a99df6db31d57de79e027395d58064 /net-libs/c-client
parentRemove unused file. (diff)
downloadgentoo-2-3bc3516e35f7bd370e89b46f8417abb1f78941c8.tar.gz
gentoo-2-3bc3516e35f7bd370e89b46f8417abb1f78941c8.tar.bz2
gentoo-2-3bc3516e35f7bd370e89b46f8417abb1f78941c8.zip
Add back kolab patch - bug #370489
(Portage version: 2.1.10/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/c-client')
-rw-r--r--net-libs/c-client/ChangeLog5
-rw-r--r--net-libs/c-client/c-client-2007e-r2.ebuild10
2 files changed, 12 insertions, 3 deletions
diff --git a/net-libs/c-client/ChangeLog b/net-libs/c-client/ChangeLog
index c382d29d90e3..7a86ac4b88f3 100644
--- a/net-libs/c-client/ChangeLog
+++ b/net-libs/c-client/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/c-client
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/ChangeLog,v 1.72 2011/06/07 13:11:08 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/ChangeLog,v 1.73 2011/06/07 19:54:18 eras Exp $
+
+ 07 Jun 2011; Eray Aslan <eras@gentoo.org> c-client-2007e-r2.ebuild:
+ Add back kolab patch - bug #370489
07 Jun 2011; Eray Aslan <eras@gentoo.org> files/c-client-2007e-ldflags.patch:
Fix as-needed properly - bug #370421
diff --git a/net-libs/c-client/c-client-2007e-r2.ebuild b/net-libs/c-client/c-client-2007e-r2.ebuild
index 979ca9c9b21b..14458e7666e9 100644
--- a/net-libs/c-client/c-client-2007e-r2.ebuild
+++ b/net-libs/c-client/c-client-2007e-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2007e-r2.ebuild,v 1.5 2011/06/05 20:09:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2007e-r2.ebuild,v 1.6 2011/06/07 19:54:18 eras Exp $
EAPI="2"
@@ -17,7 +17,7 @@ SRC_URI="ftp://ftp.cac.washington.edu/imap/${MY_P}.tar.Z"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
-IUSE="doc kernel_linux kernel_FreeBSD pam ssl"
+IUSE="doc kernel_linux kernel_FreeBSD kolab pam ssl"
RDEPEND="ssl? ( dev-libs/openssl )
!net-mail/uw-imap"
@@ -60,6 +60,12 @@ src_prepare() {
-e "s/RANLIB=ranlib/RANLIB=$(tc-getRANLIB)/" \
-i src/osdep/unix/Makefile || die "Respecting build flags"
+ # Add kolab support.
+ # http://kolab.org/cgi-bin/viewcvs-kolab.cgi/server/patches/imap/
+ if use kolab ; then
+ epatch "${FILESDIR}"/${PN}-2006k_KOLAB_Annotations.patch || die "epatch failed"
+ fi
+
elibtoolize
}