summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-11-05 02:05:01 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-11-05 02:05:01 +0000
commitbdadd73f99802daa1493fd9cec6c2379fea34c3a (patch)
tree41e33ad6d423c9885989d1aac5c4231bdd24c3d9 /net-mail/teapop
parentforgot this changelog entry (diff)
downloadgentoo-2-bdadd73f99802daa1493fd9cec6c2379fea34c3a.tar.gz
gentoo-2-bdadd73f99802daa1493fd9cec6c2379fea34c3a.tar.bz2
gentoo-2-bdadd73f99802daa1493fd9cec6c2379fea34c3a.zip
spelling error correction
Diffstat (limited to 'net-mail/teapop')
-rw-r--r--net-mail/teapop/ChangeLog12
-rw-r--r--net-mail/teapop/teapop-0.3.3.ebuild11
2 files changed, 11 insertions, 12 deletions
diff --git a/net-mail/teapop/ChangeLog b/net-mail/teapop/ChangeLog
index 2742f01bcdbc..802daa2242ca 100644
--- a/net-mail/teapop/ChangeLog
+++ b/net-mail/teapop/ChangeLog
@@ -1,14 +1,18 @@
# ChangeLog for net-mail/teapop
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-mail/teapop/ChangeLog,v 1.3 2002/05/09 17:02:59 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/teapop/ChangeLog,v 1.4 2002/11/05 02:05:01 seemant Exp $
+
+*teapop-0.3.3 (23 Mar 2002)
+
+ 04 Nov 2002; Seemant Kulleen <seemant@gentoo.org> teapop-0.3.3.ebuild :
+
+ Fixed mis-spelling of "spool" in configure command, and changed it to
+ econf anyway. Thanks to: ptlame@core.com (Joe) in bug #10222
09 May 2002; Thilo Bangert <bangert@gentoo.org> files/tpop.xinetd
fixed path for teapop - closes bug #2612
-
-*teapop-0.3.3 (23 Mar 2002)
-
23 Feb 2002; Karl Trygve Kalleberg <karltk@gentoo.org> files/tpop.xinetd teapop-0.3.3 :
The spurious /usr/etc dir has been removed, the xinetd file now starts
diff --git a/net-mail/teapop/teapop-0.3.3.ebuild b/net-mail/teapop/teapop-0.3.3.ebuild
index 92ec15b1e001..b41d7375ea6e 100644
--- a/net-mail/teapop/teapop-0.3.3.ebuild
+++ b/net-mail/teapop/teapop-0.3.3.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/teapop/teapop-0.3.3.ebuild,v 1.7 2002/10/04 06:09:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/teapop/teapop-0.3.3.ebuild,v 1.8 2002/11/05 02:05:01 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Tiny POP3 server"
@@ -16,15 +16,10 @@ src_compile() {
local myconf
use mysql && myconf="${myconf} --enable-mysql"
use postgres && myconf="${myconf} --enable-pgsql"
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --sysconfdir=/etc \
+ econf \
--enable-lock=flock,dotlock \
--enable-homespool=mail \
- --enable-mailsppol=/var/spool/mail \
- --mandir=/usr/share/man \
+ --enable-mailspool=/var/spool/mail \
--enable-apop \
${myconf} || die "./configure failed"
emake || die