diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-12-31 08:08:37 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-12-31 08:08:37 +0000 |
commit | 6963e04b5cc3fbafd08cd2e9c141908c4bcb0059 (patch) | |
tree | 556e733b4b5371056f315d2de87eeeae3719d55a /net-mail | |
parent | Version bump. Added new unicode logic and added the postgres use (diff) | |
download | historical-6963e04b5cc3fbafd08cd2e9c141908c4bcb0059.tar.gz historical-6963e04b5cc3fbafd08cd2e9c141908c4bcb0059.tar.bz2 historical-6963e04b5cc3fbafd08cd2e9c141908c4bcb0059.zip |
Removed an unneeded comment.
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/courier-imap/courier-imap-1.6.2.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net-mail/courier-imap/courier-imap-1.6.2.ebuild b/net-mail/courier-imap/courier-imap-1.6.2.ebuild index 2c8ddf85eb69..4aaa4b9f45de 100644 --- a/net-mail/courier-imap/courier-imap-1.6.2.ebuild +++ b/net-mail/courier-imap/courier-imap-1.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/courier-imap-1.6.2.ebuild,v 1.1 2002/12/31 08:07:44 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/courier-imap-1.6.2.ebuild,v 1.2 2002/12/31 08:08:37 raker Exp $ DESCRIPTION="An IMAP daemon designed specifically for maildirs" SRC_URI="http://twtelecom.dl.sourceforge.net/sourceforge/courier/${P}.tar.bz2" @@ -24,12 +24,6 @@ RDEPEND="virtual/glibc postgres? ( >=dev-db/postgresql-7.3 )" DEPEND="${RDEPEND} sys-devel/perl sys-apps/procps" -# This package is complete if you just need basic IMAP functionality. -# Here are some things that still need fixing: -# o supervise support (of course) -# o tweaking of config files -# o We need to add an /etc/mail.conf. - src_compile() { local myconf use pam || myconf="${myconf} --without-authpam" |