diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 09:00:30 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 09:00:30 +0000 |
commit | 4fa644a29646421dfcab77e6ef5328630f3926ee (patch) | |
tree | 86167ed11431d6f7ef3c06f0e80d9dc888a5b906 /net-mail/teapop | |
parent | added docbook-xml-dtd dep (#27932) (diff) | |
download | gentoo-2-4fa644a29646421dfcab77e6ef5328630f3926ee.tar.gz gentoo-2-4fa644a29646421dfcab77e6ef5328630f3926ee.tar.bz2 gentoo-2-4fa644a29646421dfcab77e6ef5328630f3926ee.zip |
whitespace cleanup
Diffstat (limited to 'net-mail/teapop')
-rw-r--r-- | net-mail/teapop/Manifest | 6 | ||||
-rw-r--r-- | net-mail/teapop/teapop-0.3.3.ebuild | 11 | ||||
-rw-r--r-- | net-mail/teapop/teapop-0.3.5.ebuild | 11 |
3 files changed, 13 insertions, 15 deletions
diff --git a/net-mail/teapop/Manifest b/net-mail/teapop/Manifest index fad2bf9a469b..fc41ab44539d 100644 --- a/net-mail/teapop/Manifest +++ b/net-mail/teapop/Manifest @@ -1,9 +1,9 @@ -MD5 3206f26179bafa84b857291455882779 teapop-0.3.3.ebuild 1137 -MD5 3c2a02369e2717f058611fd122e17bba teapop-0.3.5.ebuild 1370 MD5 f6979be5101b1b632e44a195789d8226 ChangeLog 1761 +MD5 ccc458116f0b1cd6a9bce67ffb2e1b4a teapop-0.3.3.ebuild 1134 +MD5 a1d77f56b3431309e95f93e4068ae440 teapop-0.3.5.ebuild 1369 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 -MD5 58bc1b24f9d1dfed5bdabccb26c6515d files/teapop-init 920 MD5 3afa1bcb1ec5ae7ddd8d229988fef7f6 files/digest-teapop-0.3.3 64 MD5 7b273cc6c7c8a0c58c02d157d007b1a6 files/digest-teapop-0.3.5 64 MD5 c1ff745885fd91ab9bdab44961a05d92 files/tpop.xinetd 301 MD5 fa42f37eed3061bfa135eb72673414c5 files/teapop-confd 143 +MD5 58bc1b24f9d1dfed5bdabccb26c6515d files/teapop-init 920 diff --git a/net-mail/teapop/teapop-0.3.3.ebuild b/net-mail/teapop/teapop-0.3.3.ebuild index 6ae549322393..a7f75ed4265d 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-2003 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.10 2003/02/13 14:42:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/teapop/teapop-0.3.3.ebuild,v 1.11 2003/09/05 08:57:36 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Tiny POP3 server" @@ -13,7 +13,7 @@ LICENSE="as-is" KEYWORDS="x86 sparc " src_compile() { - local myconf + local myconf use mysql && myconf="${myconf} --enable-mysql" use postgres && myconf="${myconf} --enable-pgsql" econf \ @@ -35,14 +35,13 @@ src_install () { dodir /usr/sbin mv ${D}/usr/libexec/teapop ${D}/usr/sbin/ - + dodoc doc/{CREDITS,ChangeLog,INSTALL,TODO} - + docinto contrib dodoc contrib/{README,popauther3.pl,teapop+exim.txt} dohtml contrib/*.html - + docinto rfc dodoc rfc/rfc*.txt - } diff --git a/net-mail/teapop/teapop-0.3.5.ebuild b/net-mail/teapop/teapop-0.3.5.ebuild index 92b4e6cf7ad8..9181c99fbeb2 100644 --- a/net-mail/teapop/teapop-0.3.5.ebuild +++ b/net-mail/teapop/teapop-0.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.5.ebuild,v 1.6 2003/08/10 18:33:26 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/teapop/teapop-0.3.5.ebuild,v 1.7 2003/09/05 08:57:36 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Tiny POP3 server" @@ -16,7 +16,7 @@ LICENSE="as-is" KEYWORDS="x86 ~sparc " src_compile() { - local myconf + local myconf use mysql && myconf="${myconf} --with-mysql=/usr" use postgres && myconf="${myconf} --with-pgsql=/usr" use ldap && myconf="${myconf} --with-ldap=openldap" @@ -34,13 +34,13 @@ src_install () { dodir /usr/sbin mv ${D}/usr/libexec/teapop ${D}/usr/sbin/ - + dodoc doc/{CREDITS,ChangeLog,INSTALL,TODO} - + docinto contrib dodoc contrib/{README,popauther3.pl,teapop+exim.txt} dohtml contrib/*.html - + docinto rfc dodoc rfc/rfc*.txt @@ -49,5 +49,4 @@ src_install () { insinto /etc/conf.d newins ${FILESDIR}/teapop-confd teapop - } |