summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-19 06:11:34 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-19 06:11:34 +0000
commitab3cf9dfa43d92de2518f5bb175937acaa6f075a (patch)
treeefcc3590e0ccbf754e0b29cd202dc59535d44b6f /net-mail
parentStable on sparc. (Manifest recommit) (diff)
downloadgentoo-2-ab3cf9dfa43d92de2518f5bb175937acaa6f075a.tar.gz
gentoo-2-ab3cf9dfa43d92de2518f5bb175937acaa6f075a.tar.bz2
gentoo-2-ab3cf9dfa43d92de2518f5bb175937acaa6f075a.zip
punt the old
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/mailfront/files/digest-mailfront-0.761
-rw-r--r--net-mail/mailfront/files/digest-mailfront-0.851
-rw-r--r--net-mail/mailfront/mailfront-0.76.ebuild46
-rw-r--r--net-mail/mailfront/mailfront-0.85.ebuild63
4 files changed, 0 insertions, 111 deletions
diff --git a/net-mail/mailfront/files/digest-mailfront-0.76 b/net-mail/mailfront/files/digest-mailfront-0.76
deleted file mode 100644
index f8418eec0914..000000000000
--- a/net-mail/mailfront/files/digest-mailfront-0.76
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d6da37eedda4cb714c387d87e4e44abd mailfront-0.76.tar.gz 29599
diff --git a/net-mail/mailfront/files/digest-mailfront-0.85 b/net-mail/mailfront/files/digest-mailfront-0.85
deleted file mode 100644
index 7da48e994385..000000000000
--- a/net-mail/mailfront/files/digest-mailfront-0.85
+++ /dev/null
@@ -1 +0,0 @@
-MD5 04848ea36740d1280016161d419bf7d2 mailfront-0.85.tar.gz 53958
diff --git a/net-mail/mailfront/mailfront-0.76.ebuild b/net-mail/mailfront/mailfront-0.76.ebuild
deleted file mode 100644
index 3be85506ef07..000000000000
--- a/net-mail/mailfront/mailfront-0.76.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mailfront/mailfront-0.76.ebuild,v 1.11 2004/05/30 10:57:29 robbat2 Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Mail server network protocol front-ends."
-SRC_URI="http://untroubled.org/mailfront/${P}.tar.gz"
-HOMEPAGE="http://untroubled.org/mailfront/"
-
-DEPEND="virtual/glibc
- dev-libs/bglibs"
-
-RDEPEND="net-mail/cvm-vmailmgr
- mail-mta/qmail"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ~sparc"
-
-src_compile() {
- cd ${S}
- echo "/var/qmail/bin" > conf-bin
- echo "${CC} ${CFLAGS} -I/usr/lib/bglibs/include" > conf-cc
- echo "${CC} -s -L/usr/lib/bglibs/lib" > conf-ld
- emake || die
-}
-
-src_install () {
- exeinto /var/qmail/bin
- doexe pop3front-auth pop3front-maildir smtpfront-echo smtpfront-qmail smtpfront-reject imapfront-auth
-
- #install new run files for qmail-smtpd and qmail-pop3
- exeinto /var/qmail/supervise/qmail-smtpd
- newexe ${FILESDIR}/run-smtpfront run
-
- exeinto /var/qmail/supervise/qmail-pop3d
- newexe ${FILESDIR}/run-pop3front run
-
- dodoc ANNOUNCEMENT FILES NEWS README TARGETS TODO VERSION
-}
-
-pkg_postinst() {
- echo -e "\e[32;01m Now you need to restart qmail-smtpd and qmail-pop3d services:\033[0m"
- echo ' $ svc -t /service/qmail-smtpd && svc -t /service/qmail-pop3d'
- echo
-}
diff --git a/net-mail/mailfront/mailfront-0.85.ebuild b/net-mail/mailfront/mailfront-0.85.ebuild
deleted file mode 100644
index 9ef6fd7b7e1c..000000000000
--- a/net-mail/mailfront/mailfront-0.85.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mailfront/mailfront-0.85.ebuild,v 1.5 2004/05/30 10:57:29 robbat2 Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Mail server network protocol front-ends."
-SRC_URI="http://untroubled.org/mailfront/${P}.tar.gz"
-HOMEPAGE="http://untroubled.org/mailfront/"
-
-DEPEND="virtual/glibc
- >=dev-libs/bglibs-1.006"
-
-RDEPEND="net-mail/cvm-vmailmgr
- mail-mta/qmail"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ~sparc"
-
-src_compile() {
- cd ${S}
- echo "/usr/lib/bglibs/include" > conf-bgincs
- echo "/usr/lib/bglibs/lib" > conf-bglibs
- echo "/var/qmail/bin" > conf-bin
- echo "${CC} ${CFLAGS}" > conf-cc
- echo "${CC} -s" > conf-ld
- emake || die
-}
-
-src_install () {
- exeinto /var/qmail/bin
- doexe pop3front-auth pop3front-maildir smtpfront-echo \
- smtpfront-qmail smtpfront-reject imapfront-auth \
- qmqpfront-qmail qmtpfront-qmail
-
- #install new run files for qmail-smtpd and qmail-pop3
- exeinto /var/qmail/supervise/qmail-smtpd
- newexe ${FILESDIR}/run-smtpfront run.mailfront
- exeinto /var/qmail/supervise/qmail-pop3d
- newexe ${FILESDIR}/run-pop3front run.mailfront
-
- dodoc ANNOUNCEMENT FILES NEWS README TARGETS TODO VERSION
-
- dohtml cvm-sasl.html imapfront.html mailfront.html mailrules.html \
- mailrules2.html pop3front.html qmail-backend.html \
- qmail-validate.html smtpfront.html
-}
-
-pkg_config() {
- cd /var/qmail/supervise/qmail-smtpd/
- cp run run.old && cp run.mailfront run
-
- cd /var/qmail/supervise/qmail-pop3d/
- cp run run.old && cp run.mailfront run
-}
-
-pkg_postinst() {
- einfo ""
- einfo "Run ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config"
- einfo "to update you run files (backup are created) in"
- einfo " /var/qmail/supervise/qmail-pop3d and"
- einfo " /var/qmail/supervise/qmail-smtpd"
-}