summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-10-31 21:01:40 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-10-31 21:01:40 +0000
commit7ab098253f3c8911e43b411e46383f6b95d339d9 (patch)
treed2b18bcbb0401ba18cb237b53e105cd1d12e1c2a /net-mail
parent~ppc (diff)
downloadhistorical-7ab098253f3c8911e43b411e46383f6b95d339d9.tar.gz
historical-7ab098253f3c8911e43b411e46383f6b95d339d9.tar.bz2
historical-7ab098253f3c8911e43b411e46383f6b95d339d9.zip
fix bug #32410, bump to stable
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/courier-imap/ChangeLog6
-rw-r--r--net-mail/courier-imap/Manifest4
-rw-r--r--net-mail/courier-imap/courier-imap-2.1.2-r1.ebuild8
3 files changed, 12 insertions, 6 deletions
diff --git a/net-mail/courier-imap/ChangeLog b/net-mail/courier-imap/ChangeLog
index 38ffbdb94b80..1f17116001f0 100644
--- a/net-mail/courier-imap/ChangeLog
+++ b/net-mail/courier-imap/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/courier-imap
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/ChangeLog,v 1.45 2003/10/28 18:25:22 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/ChangeLog,v 1.46 2003/10/31 21:01:38 robbat2 Exp $
+
+ 31 Oct 2003; Robin H. Johnson <robbat2@gentoo.org>
+ courier-imap-2.1.2-r1.ebuild:
+ fix bug #32410, bump to stable
28 Oct 2003; Robin H. Johnson <robbat2@gentoo.org>
courier-imap-2.1.2-r1.ebuild, files/courier-imap-2.1.2-removerpm.patch:
diff --git a/net-mail/courier-imap/Manifest b/net-mail/courier-imap/Manifest
index e9639f923fcf..36010ec54b54 100644
--- a/net-mail/courier-imap/Manifest
+++ b/net-mail/courier-imap/Manifest
@@ -1,6 +1,6 @@
-MD5 ce6207f0373a2a552a881d031199e239 courier-imap-2.1.2-r1.ebuild 7223
+MD5 f7f33ef1b57ce774098465bd9761bc36 courier-imap-2.1.2-r1.ebuild 7328
MD5 d96b45f137d3819f51fb86f3788c61be courier-imap-1.7.3-r1.ebuild 6869
-MD5 09c75a6f00a06e204c910605232b9151 ChangeLog 7889
+MD5 d45b9d6c69b6b189ce81a600f8f021ed ChangeLog 8008
MD5 6b964abdc013cf2bb64040e8e33215ae metadata.xml 242
MD5 f959e38175d1fd8f8e7a977a14f7265f files/gentoo-pop3d-1.7.3-r1.rc 1018
MD5 ff6234859377e6e830592de36bc84797 files/courier-imap-2.1.1-db40vs41.patch 559
diff --git a/net-mail/courier-imap/courier-imap-2.1.2-r1.ebuild b/net-mail/courier-imap/courier-imap-2.1.2-r1.ebuild
index 7bc3292b6424..5a5612a1dce4 100644
--- a/net-mail/courier-imap/courier-imap-2.1.2-r1.ebuild
+++ b/net-mail/courier-imap/courier-imap-2.1.2-r1.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2003 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-2.1.2-r1.ebuild,v 1.3 2003/10/28 18:25:22 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/courier-imap-2.1.2-r1.ebuild,v 1.4 2003/10/31 21:01:38 robbat2 Exp $
DESCRIPTION="An IMAP daemon designed specifically for maildirs"
SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
HOMEPAGE="http://www.courier-mta.org/"
-KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~hppa ~arm"
+KEYWORDS="x86 ~ppc ~sparc ~mips ~alpha ~hppa ~arm"
LICENSE="GPL-2"
SLOT="0"
IUSE="gdbm ldap berkdb mysql pam nls postgres fam"
@@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
RESTRICT="nouserpriv nomirror"
VPOPMAIL_DIR=`cat /etc/passwd | grep ^vpopmail | cut -d: -f6`
VPOPMAIL_INSTALLED=
-[ -n "${VPOPMAIL_DIR}" ] && [ -f "${VPOPMAIL_DIR}/etc/lib_deps" ] && VPOPMAIL_INSTALLED=1
+has_version 'net-mail/vpopmail' && [ -n "${VPOPMAIL_DIR}" ] && [ -f "${VPOPMAIL_DIR}/etc/lib_deps" ] && VPOPMAIL_INSTALLED=1 || VPOPMAIL_DIR=
src_unpack() {
unpack ${A}
@@ -68,11 +68,13 @@ src_compile() {
|| myconf="${myconf} --with-db=gdbm"
if [ -n "${VPOPMAIL_INSTALLED}" ]; then
+ einfo "vpopmail found"
myconf="${myconf} --with-authvchkpw"
tmpLDFLAGS="`cat ${VPOPMAIL_DIR}/etc/lib_deps`"
LDFLAGS="${LDFLAGS} ${tmpLDFLAGS}"
CFLAGS="${CFLAGS} `cat ${VPOPMAIL_DIR}/etc/inc_deps`"
else
+ einfo "vpopmail not found"
myconf="${myconf} --without-authvchkpw"
fi