diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-08-20 13:18:24 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-08-20 13:18:24 +0000 |
commit | 89d160a774ba5a8f5ebe9fee6e0c5e33a7dfcc27 (patch) | |
tree | 574dc6fc5dcc0aefbbbaa96bfe2c7b26bf05332f /net-mail/cyrus-imapd | |
parent | Add replication use flag (local) for net-mail/cyrus-imapd (diff) | |
download | gentoo-2-89d160a774ba5a8f5ebe9fee6e0c5e33a7dfcc27.tar.gz gentoo-2-89d160a774ba5a8f5ebe9fee6e0c5e33a7dfcc27.tar.bz2 gentoo-2-89d160a774ba5a8f5ebe9fee6e0c5e33a7dfcc27.zip |
Add replication support as requested by Stephen Summerfield in bug #187900
(Portage version: 2.1.2.12)
Diffstat (limited to 'net-mail/cyrus-imapd')
-rw-r--r-- | net-mail/cyrus-imapd/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/cyrus-imapd/cyrus-imapd-2.3.8.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-mail/cyrus-imapd/ChangeLog b/net-mail/cyrus-imapd/ChangeLog index 68a2b76552e0..f2f8a3cf6782 100644 --- a/net-mail/cyrus-imapd/ChangeLog +++ b/net-mail/cyrus-imapd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/cyrus-imapd # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.99 2007/07/28 15:42:30 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.100 2007/08/20 13:18:24 dertobi123 Exp $ + + 20 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> + cyrus-imapd-2.3.8.ebuild: + Add replication support as requested by Stephen Summerfield in bug #187900 28 Jul 2007; Tobias Scherbaum <dertobi123@gentoo.org> cyrus-imapd-2.2.12-r5.ebuild, cyrus-imapd-2.3.8.ebuild: diff --git a/net-mail/cyrus-imapd/cyrus-imapd-2.3.8.ebuild b/net-mail/cyrus-imapd/cyrus-imapd-2.3.8.ebuild index 60cdbb0c8654..e67a26333dbe 100644 --- a/net-mail/cyrus-imapd/cyrus-imapd-2.3.8.ebuild +++ b/net-mail/cyrus-imapd/cyrus-imapd-2.3.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.3.8.ebuild,v 1.2 2007/07/28 15:42:30 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.3.8.ebuild,v 1.3 2007/08/20 13:18:24 dertobi123 Exp $ inherit autotools eutils ssl-cert fixheadtails pam @@ -16,7 +16,7 @@ AUTOSIEVE_PATCH_VER="0.6.0" LICENSE="as-is" SLOT="0" KEYWORDS="~x86 ~sparc ~amd64 ~ppc ~hppa ~ppc64" -IUSE="afs autocreate autosieve drac idled kerberos nntp pam snmp ssl tcpd" +IUSE="afs autocreate autosieve drac idled kerberos nntp pam replication snmp ssl tcpd" PROVIDE="virtual/imapd" RDEPEND=">=sys-libs/db-3.2 @@ -154,6 +154,7 @@ src_compile() { myconf="${myconf} $(use_enable kerberos gssapi) $(use_enable kerberos krb5afspts)" myconf="${myconf} $(use_enable idled)" myconf="${myconf} $(use_enable nntp nntp)" + myconf="${myconf} $(use_enable replication)" if use kerberos; then myconf="${myconf} --with-auth=krb5" |