Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 33242 Details for
Bug 33995
Teapop known problem with crlf in emails using maildir- fix is available
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
teapop-0.3.8.ebuild
teapop-0.3.8.ebuild (text/plain), 1.41 KB, created by
Cory Visi (RETIRED)
on 2004-06-14 13:34:33 UTC
(
hide
)
Description:
teapop-0.3.8.ebuild
Filename:
MIME Type:
Creator:
Cory Visi (RETIRED)
Created:
2004-06-14 13:34:33 UTC
Size:
1.41 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >S=${WORKDIR}/${P} >DESCRIPTION="Tiny POP3 server" >SRC_URI="ftp://ftp.toontown.org/pub/teapop/${P}.tar.gz" >HOMEPAGE="http://www.toontown.org/teapop/" >DEPEND="virtual/glibc > mysql? ( >=dev-db/mysql-3.23.51 ) > postgres? ( >=dev-db/postgresql-7.0 ) > ldap? ( >=net-nds/openldap-2.0.25 ) > tcpd? ( sys-apps/tcp-wrappers ) > java? ( virtual/jre )" >IUSE="mysql postgres ldap ipv6 tcpd java" >SLOT="0" >LICENSE="as-is" >KEYWORDS="~x86 ~sparc" > >src_compile() { > local myconf > use mysql && myconf="${myconf} --with-mysql=/usr" > use postgres && myconf="${myconf} --with-pgsql=/usr" > use ldap && myconf="${myconf} --with-ldap=openldap" > use java && myconf="${myconf} --with-java=${JAVA_HOME}" > > econf \ > --enable-lock=flock,dotlock \ > --enable-homespool=mail \ > --enable-mailspool=/var/spool/mail \ > --enable-apop \ > $( use_enable ipv6 ) \ > $( use_with tcpd ) \ > ${myconf} || die "./configure failed" > emake || die >} > >src_install () { > make DESTDIR=${D} install || die > > 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 > > exeinto /etc/init.d > newexe ${FILESDIR}/teapop-init teapop > > insinto /etc/conf.d > newins ${FILESDIR}/teapop-confd teapop >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 33995
: 33242