summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2011-05-10 14:37:07 +0000
committerEray Aslan <eras@gentoo.org>2011-05-10 14:37:07 +0000
commitc7fcc4371be75e7235cc137bf89925064572b5c3 (patch)
tree316e02adcca06ad0dbbee09d06965b8e1381abeb /net-mail
parentCorrect fix for #293665 (diff)
downloadgentoo-2-c7fcc4371be75e7235cc137bf89925064572b5c3.tar.gz
gentoo-2-c7fcc4371be75e7235cc137bf89925064572b5c3.tar.bz2
gentoo-2-c7fcc4371be75e7235cc137bf89925064572b5c3.zip
fix home page and remove superfluous warning
(Portage version: 2.1.9.48/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/cyrus-imapd/ChangeLog5
-rw-r--r--net-mail/cyrus-imapd/cyrus-imapd-2.4.8.ebuild9
2 files changed, 6 insertions, 8 deletions
diff --git a/net-mail/cyrus-imapd/ChangeLog b/net-mail/cyrus-imapd/ChangeLog
index 73151098b18e..581d212498fe 100644
--- a/net-mail/cyrus-imapd/ChangeLog
+++ b/net-mail/cyrus-imapd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/cyrus-imapd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.159 2011/05/10 14:22:48 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.160 2011/05/10 14:37:07 eras Exp $
+
+ 10 May 2011; Eray Aslan <eras@gentoo.org> cyrus-imapd-2.4.8.ebuild:
+ Fix home page
*cyrus-imapd-2.4.8 (10 May 2011)
diff --git a/net-mail/cyrus-imapd/cyrus-imapd-2.4.8.ebuild b/net-mail/cyrus-imapd/cyrus-imapd-2.4.8.ebuild
index 8ce3ac4ca22f..481a5340897d 100644
--- a/net-mail/cyrus-imapd/cyrus-imapd-2.4.8.ebuild
+++ b/net-mail/cyrus-imapd/cyrus-imapd-2.4.8.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-mail/cyrus-imapd/cyrus-imapd-2.4.8.ebuild,v 1.1 2011/05/10 14:22:48 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.4.8.ebuild,v 1.2 2011/05/10 14:37:07 eras Exp $
EAPI=4
@@ -9,7 +9,7 @@ inherit db-use eutils ssl-cert pam multilib
MY_P=${P/_/}
DESCRIPTION="The Cyrus IMAP Server."
-HOMEPAGE="http://asg.web.cmu.edu/cyrus/imapd/"
+HOMEPAGE="http://www.cyrusimap.org/"
SRC_URI="ftp://ftp.cyrusimap.org/cyrus-imapd/${MY_P}.tar.gz"
LIBWRAP_PATCH_VER="2.2"
@@ -144,11 +144,6 @@ pkg_postinst() {
fi
fi
- ewarn "If the queue directory of the mail daemon resides on an ext2"
- ewarn "filesystem you need to set it manually to update"
- ewarn "synchronously. E.g. 'chattr +S /var/spool/mqueue'."
- echo
-
elog "For correct logging add the following to /etc/syslog.conf:"
elog " local6.* /var/log/imapd.log"
elog " auth.debug /var/log/auth.log"