diff options
author | Max Kalika <max@gentoo.org> | 2004-01-20 18:00:43 +0000 |
---|---|---|
committer | Max Kalika <max@gentoo.org> | 2004-01-20 18:00:43 +0000 |
commit | a3b947fa15216493403696997f9c3ccbafc549aa (patch) | |
tree | 4e6f2149e45abc12127551cd2f6497e935819aa6 /net-mail/cyrus-imapd/cyrus-imapd-2.1.14.ebuild | |
parent | stable on sparc (diff) | |
download | gentoo-2-a3b947fa15216493403696997f9c3ccbafc549aa.tar.gz gentoo-2-a3b947fa15216493403696997f9c3ccbafc549aa.tar.bz2 gentoo-2-a3b947fa15216493403696997f9c3ccbafc549aa.zip |
Bump version to 2.2.3. Major cleanup/rewrite: quote variables where possible; whitespace consistancy use more ebuild semantics (use_with, use_enable); drop creation of cyrus user; move all binaries to /usr/lib/cyrus from /usr/cyrus; make tcpd support optional, based on tcpd USE flag; add optional DRAC support, based on local drac USE flag; vastly simplified install procedure; move ssl files to /etc/ssl/cyrus from /etc/cyrusimapd; IMAP spool hashing fixes; startup script fixes; make PAM optional. Generate server.pem along with server.key and server.crt if USE=ssl. Depend on sed-4. Migrate to ssl-cert.eclass.
Diffstat (limited to 'net-mail/cyrus-imapd/cyrus-imapd-2.1.14.ebuild')
-rw-r--r-- | net-mail/cyrus-imapd/cyrus-imapd-2.1.14.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/cyrus-imapd/cyrus-imapd-2.1.14.ebuild b/net-mail/cyrus-imapd/cyrus-imapd-2.1.14.ebuild index 9545b521f335..a759c5238d9f 100644 --- a/net-mail/cyrus-imapd/cyrus-imapd-2.1.14.ebuild +++ b/net-mail/cyrus-imapd/cyrus-imapd-2.1.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.1.14.ebuild,v 1.6 2003/12/14 22:52:15 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.1.14.ebuild,v 1.7 2004/01/20 18:00:43 max Exp $ inherit eutils IPV6_P="${P}-ipv6-20030703" @@ -40,10 +40,10 @@ src_unpack() { cd ${S} # patch for db4 detection and their respective versioned symbols - epatch ${FILESDIR}/2.1.14-db4.patch + epatch ${FILESDIR}/${P}-db4.patch # add libwrap defines as we don't have a dynamicly linked library. - epatch ${FILESDIR}/cyrus-imapd-2.1.12-libwrap.patch + epatch ${FILESDIR}/${PN}-libwrap.patch # Does running autoconf squash any of this? use ipv6 && epatch ${WORKDIR}/${IPV6_P}.diff |