diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-05-20 19:00:23 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-05-20 19:00:23 +0000 |
commit | 340fde25fd35159b500b6fd9699dc45aa31a50f7 (patch) | |
tree | d67932d49cde96bc516c0648d6660a9a0d02bd3b /net-mail | |
parent | update SRC_URI to use mirror://sf (diff) | |
download | historical-340fde25fd35159b500b6fd9699dc45aa31a50f7.tar.gz historical-340fde25fd35159b500b6fd9699dc45aa31a50f7.tar.bz2 historical-340fde25fd35159b500b6fd9699dc45aa31a50f7.zip |
cleanup
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/courier-imap/Manifest | 2 | ||||
-rw-r--r-- | net-mail/courier-imap/courier-imap-1.6.2.ebuild | 170 | ||||
-rw-r--r-- | net-mail/courier-imap/files/digest-courier-imap-1.6.2 | 1 |
3 files changed, 0 insertions, 173 deletions
diff --git a/net-mail/courier-imap/Manifest b/net-mail/courier-imap/Manifest index 5ca05ada1866..8c0f2ab23b68 100644 --- a/net-mail/courier-imap/Manifest +++ b/net-mail/courier-imap/Manifest @@ -3,7 +3,6 @@ MD5 06dfb4fe4a1bbf623aff59425a2f50a4 courier-imap-1.7.1.ebuild 5249 MD5 2873e8f293f51160a568ac21d7450440 courier-imap-1.7.2.ebuild 6678 MD5 f135e5cd73c2ab072095d1bc35fa50d7 courier-imap-1.7.3.ebuild 6594 MD5 ff694f5f5f5e185eaec3a88f3a22354b courier-imap-1.6.2-r1.ebuild 4814 -MD5 ed8b3691d3e3e953d432c7f0eb8ef618 courier-imap-1.6.2.ebuild 4730 MD5 b64e4760ae2f4c7baacd233614e4f55c courier-imap-1.7.0.ebuild 4955 MD5 e2b026fe60176521e97df76389366955 files/authdaemond.conf 457 MD5 9249739b006f7f0daa345dd8ac6e6b5b files/authdaemond.rc6 977 @@ -14,7 +13,6 @@ MD5 572530bc373ee70a6f524d554b1d139c files/courier-pop3d.rc6 961 MD5 f8379da2c3af9757896cf51719923edd files/digest-courier-imap-1.7.1 72 MD5 517c7b900eb23152a59d3054f98431e8 files/digest-courier-imap-1.7.2 72 MD5 7f82274e3a25ba7ff6852f78d9eb2f69 files/digest-courier-imap-1.7.3 72 -MD5 4f24c08767f06ab12e572bb0236064bb files/digest-courier-imap-1.6.2 72 MD5 4f24c08767f06ab12e572bb0236064bb files/digest-courier-imap-1.6.2-r1 72 MD5 f287a12e157d9a3280951ab876b5159b files/digest-courier-imap-1.7.0 72 MD5 8ec16f9f2d26e30684d8ddbd327e9556 files/gentoo-imapd-1.6.1.rc 1007 diff --git a/net-mail/courier-imap/courier-imap-1.6.2.ebuild b/net-mail/courier-imap/courier-imap-1.6.2.ebuild deleted file mode 100644 index d298e5181d2a..000000000000 --- a/net-mail/courier-imap/courier-imap-1.6.2.ebuild +++ /dev/null @@ -1,170 +0,0 @@ -# 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-1.6.2.ebuild,v 1.8 2003/05/20 18:57:56 mholzer 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 " -LICENSE="GPL-2" -SLOT="0" -IUSE="ipv6 gdbm tcltk ldap berkdb mysql pam nls postgres" - -PROVIDE="virtual/imapd" - -RDEPEND="virtual/glibc - >=dev-libs/openssl-0.9.6 - pam? ( >=sys-libs/pam-0.75 ) - berkdb? ( >=sys-libs/db-3.2 ) - gdbm? ( >=sys-libs/gdbm-1.8.0 ) - mysql? ( >=dev-db/mysql-3.23.36 ) - ldap? ( >=net-nds/openldap-1.2.11 ) - tcltk? ( >=dev-tcltk/expect-5.33.0 ) - postgres? ( >=dev-db/postgresql-7.2 )" -DEPEND="${RDEPEND} dev-lang/perl sys-apps/procps" - -src_compile() { - local myconf - use pam || myconf="${myconf} --without-authpam" - use ldap || myconf="${myconf} --without-authldap" - use mysql || myconf="${myconf} --without-authmysql" - use postgres || myconf="${myconf} --without-authpostgresql" - use berkdb \ - && myconf="${myconf} --with-db=db" \ - || myconf="${myconf} --with-db=gdbm" - use ipv6 || myconf="${myconf} --without-ipv6" - - if [ -f /var/vpopmail/etc/lib_deps ]; then - myconf="${myconf} --with-authvchkpw" - else - myconf="${myconf} --without-authvchkpw" - fi - - if use nls && [ ! -z "$ENABLE_UNICODE" ]; then - myconf="${myconf} --enable-unicode" - elif use nls; then - myconf="${myconf} --enable-unicode=$ENABLE_UNICODE" - else - myconf="${myconf} --disable-unicode" - fi - - myconf="${myconf} debug=true" - - ./configure \ - --prefix=/usr \ - --bindir=/usr/sbin \ - --disable-root-check \ - --mandir=/usr/share/man \ - --sysconfdir=/etc/courier-imap \ - --libexecdir=/usr/lib/courier-imap \ - --localstatedir=/var/lib/courier-imap \ - --enable-workarounds-for-imap-client-bugs \ - --with-authdaemonvar=/var/lib/courier-imap/authdaemon \ - --host=${CHOST} ${myconf} || die "bad ./configure" - - # change the pem file location.. - cp imap/imapd-ssl.dist imap/imapd-ssl.dist.old - sed -e "s:^\(TLS_CERTFILE=\).*:\1/etc/courier-imap/imapd.pem:" \ - imap/imapd-ssl.dist.old > imap/imapd-ssl.dist - - cp imap/pop3d-ssl.dist imap/pop3d-ssl.dist.old - sed -e "s:^\(TLS_CERTFILE=\).*:\1/etc/courier-imap/pop3d.pem:" \ - imap/pop3d-ssl.dist.old > imap/pop3d-ssl.dist - - emake || die "compile problem" -} - -src_install() { - dodir /var/lib/courier-imap /etc/pam.d - make install DESTDIR=${D} || die - - # avoid name collisions in /usr/sbin wrt imapd and pop3d - cd ${D}/usr/sbin - for name in imapd pop3d - do - mv ${name} "courier-${name}" - done - - # hack /usr/lib/courier-imap/foo.rc to use ${MAILDIR} instead of - # 'Maildir', and to use /usr/sbin/courier-foo names. - cd ${D}/usr/lib/courier-imap - local service - for service in imapd pop3d - do - local type - for type in "" "-ssl" - do - local file - file="${service}${type}.rc" - cp ${file} ${file}.orig - sed -e 's/Maildir/${MAILDIR}/' \ - -e "s/\/usr\/sbin\/${service}/\/usr\/sbin\/courier-${service}/" \ - ${file}.orig > ${file} - done - done - - cd ${D}/etc/courier-imap - local x - for x in pop3d pop3d-ssl imapd imapd-ssl authdaemonrc - do - mv ${x}.dist ${x} - done - - insinto /etc/courier-imap - doins ${FILESDIR}/authdaemond.conf - - # add a value for ${MAILDIR} to /etc/courier-imap/imapd - for service in imapd pop3d - do - echo -e '\n#Hardwire a value for ${MAILDIR}' >> ${service} - echo 'MAILDIR=.maildir' >> ${service} - done - - cd ${D}/usr/sbin - for x in * - do - if [ -L ${x} ] - then - rm ${x} - fi - done - - cd ../share - mv * ../sbin - mv ../sbin/man . - cd .. - - rm -f ${D}/usr/sbin/mkimapdcert ${D}/usr/sbin/mkpop3dcert - exeinto /usr/sbin - doexe ${FILESDIR}/mkimapdcert ${FILESDIR}/mkpop3dcert - - exeinto /etc/init.d - newexe ${FILESDIR}/authdaemond.rc6 authdaemond - newexe ${FILESDIR}/courier-imapd.rc6 courier-imapd - newexe ${FILESDIR}/courier-imapd-ssl.rc6 courier-imapd-ssl - newexe ${FILESDIR}/courier-pop3d.rc6 courier-pop3d - newexe ${FILESDIR}/courier-pop3d-ssl.rc6 courier-pop3d-ssl - - exeinto /usr/lib/courier-imap - newexe ${FILESDIR}/gentoo-imapd-1.6.1.rc gentoo-imapd.rc - newexe ${FILESDIR}/gentoo-imapd-ssl-1.6.1.rc gentoo-imapd-ssl.rc - newexe ${FILESDIR}/gentoo-pop3d-1.6.1.rc gentoo-pop3d.rc - newexe ${FILESDIR}/gentoo-pop3d-ssl-1.6.1.rc gentoo-pop3d-ssl.rc - - dodir /usr/bin - mv ${D}/usr/sbin/maildirmake ${D}/usr/bin/maildirmake - - dodoc ${S}/imap/ChangeLog - -} - -pkg_postinst() { - # rebuild init deps to include deps on authdaemond - /etc/init.d/depscan.sh - echo - einfo "Make sure to change /etc/courier-imap/authdaemond.conf if" - einfo "you would like to use something other than the" - einfo "authdaemond.plain authenticator" - echo -} diff --git a/net-mail/courier-imap/files/digest-courier-imap-1.6.2 b/net-mail/courier-imap/files/digest-courier-imap-1.6.2 deleted file mode 100644 index 8910b66aa8bc..000000000000 --- a/net-mail/courier-imap/files/digest-courier-imap-1.6.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 63637738a7810f6f53709a3778062b95 courier-imap-1.6.2.tar.bz2 1202682 |