summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 11:35:56 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 11:35:56 +0000
commitf60b5ffb24798dc8dfba3723ba6abe1f59725244 (patch)
treee9071d703880cdb5e43cac320f20ab262ea9aca1 /net-mail/courier-imap
parentCleanup (diff)
downloadhistorical-f60b5ffb24798dc8dfba3723ba6abe1f59725244.tar.gz
historical-f60b5ffb24798dc8dfba3723ba6abe1f59725244.tar.bz2
historical-f60b5ffb24798dc8dfba3723ba6abe1f59725244.zip
Cleanup
Diffstat (limited to 'net-mail/courier-imap')
-rw-r--r--net-mail/courier-imap/courier-imap-1.2.3.ebuild59
-rw-r--r--net-mail/courier-imap/files/digest-courier-imap-1.2.31
2 files changed, 0 insertions, 60 deletions
diff --git a/net-mail/courier-imap/courier-imap-1.2.3.ebuild b/net-mail/courier-imap/courier-imap-1.2.3.ebuild
deleted file mode 100644
index 5c1183cc7756..000000000000
--- a/net-mail/courier-imap/courier-imap-1.2.3.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/courier-imap-1.2.3.ebuild,v 1.1 2000/12/22 07:33:29 drobbins Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="An IMAP daemon designed specifically for maildirs"
-SRC_URI="http://download.sourceforge.net/courier/${A}"
-HOMEPAGE="http://www.courier-mta.org/"
-
-DEPEND=">=sys-libs/glibc-2.1.3"
-
-#This package is complete if you just need basic IMAP functionality. Here are some things that
-#still need fixing:
-#supervise support (of course)
-#creation of imapd-ssl, pop3-ssl, pop3 init.d scripts (I only converted the imapd.rc script)
-#verification of /var/state and /var/run pidfile locations (where are they *supposed* to go?)
-#tweaking of config files.
-#My RC script is configured to look for maildirs in ~/.maildir (my preference, and the official
-#Gentoo Linux standard location) instead of the more traditional and icky ~/Maildir.
-
-src_compile() {
- cd ${S}
- try ./configure --sysconfdir=/etc/courier-imap --prefix=/usr --localstatedir=/var/state/courier-imap --with-authdaemonvar=/var/state/courier-imap/authdaemon --without-authldap --with-db=db --disable-root-check
- try make
-}
-
-src_install () {
- cd ${S}
- mkdir -p ${D}/etc/pam.d
- make install DESTDIR=${D}
- cd ${D}/usr/sbin
- local x
- for x in *
- do
- if [ -L ${x} ]
- then
- rm ${x}
- fi
- done
- cd ../share
- mv * ../sbin
- cd ..
- rm -rf share
- cd ${D}/etc/pam.d
- for x in *
- do
- cp ${x} ${x}.orig
- sed -e 's#/lib/security/##g' ${x}.orig > ${x}
- rm ${x}.orig
- done
- exeinto /etc/rc.d/init.d
- doexe ${FILESDIR}/courier-imapd
-}
-
-pkg_config() {
- ${ROOT}/usr/sbin/rc-update add courier-imap
-}
diff --git a/net-mail/courier-imap/files/digest-courier-imap-1.2.3 b/net-mail/courier-imap/files/digest-courier-imap-1.2.3
deleted file mode 100644
index 99998eb29fec..000000000000
--- a/net-mail/courier-imap/files/digest-courier-imap-1.2.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0761019624253e34ec86509d8ebbf4ae courier-imap-1.2.3.tar.gz