diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-12-11 18:55:53 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-12-11 18:55:53 +0000 |
commit | a67b3de2080e452c0ce64d485fbe58c2b77d97c7 (patch) | |
tree | 60ce02f261b0088211aa702574e735280575b53b /net-mail/amavis | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-a67b3de2080e452c0ce64d485fbe58c2b77d97c7.tar.gz gentoo-2-a67b3de2080e452c0ce64d485fbe58c2b77d97c7.tar.bz2 gentoo-2-a67b3de2080e452c0ce64d485fbe58c2b77d97c7.zip |
*** empty log message ***
Diffstat (limited to 'net-mail/amavis')
-rw-r--r-- | net-mail/amavis/amavis-0.2.1.ebuild | 47 | ||||
-rw-r--r-- | net-mail/amavis/files/digest-amavis-0.2.1 | 1 |
2 files changed, 0 insertions, 48 deletions
diff --git a/net-mail/amavis/amavis-0.2.1.ebuild b/net-mail/amavis/amavis-0.2.1.ebuild deleted file mode 100644 index 035217393f72..000000000000 --- a/net-mail/amavis/amavis-0.2.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/amavis/amavis-0.2.1.ebuild,v 1.2 2000/11/02 08:31:52 achim Exp $ - -A="${P}.tar.gz" -S=${WORKDIR}/${P} -DESCRIPTION="Virus Scanner" -SRC_URI="http://www.amavis.org/dist/${A}" - -HOMEPAGE="http://www.amavis.org" - -DEPEND=">=sys-apps/bash-2.04 - >=sys-libs/glibc-2.1.3 - >=app-text/metamail-2.7 - >=net-mail/tnef-0.13 - >=net-mail/vlnx-407e - || ( >=net-mail/qmail-1.03 >=net-mail/exim-3.1.6 )" - -src_compile() { - cd ${S} - ./reconf - try ./configure --host=${CHOST} --prefix=/usr \ - --with-logdir=/var/log/scanmail \ - --with-virusdir=/var/tmp/virusmails \ - --enable-qmail - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/usr install - into /usr - dodoc AUTHORS BUGS COPYING ChangeLog FAQ HINTS NEWS README* TODO - dodoc doc/amavis.txt - docinto html - dodoc doc/*.png doc/*.html - dodir /var/log/scanmail - dodir /var/tmp/virusmails - chmod 777 ${D}/var/log/scanmail - chmod 777 ${D}/var/tmp/virusmails - -} - - - - diff --git a/net-mail/amavis/files/digest-amavis-0.2.1 b/net-mail/amavis/files/digest-amavis-0.2.1 deleted file mode 100644 index a790e2427a4d..000000000000 --- a/net-mail/amavis/files/digest-amavis-0.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 8d2ce5007d5ad841498ba0294350d492 amavis-0.2.1.tar.gz |