diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-04-24 10:36:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-04-24 10:36:44 +0000 |
commit | 1a782cfe692a55ebaee27036bd1967ea007740ed (patch) | |
tree | 932a29fdb98c691d2f01703021d78e8f1bc41a97 /net-mail/clamav | |
parent | Two minor fixes: (diff) | |
download | gentoo-2-1a782cfe692a55ebaee27036bd1967ea007740ed.tar.gz gentoo-2-1a782cfe692a55ebaee27036bd1967ea007740ed.tar.bz2 gentoo-2-1a782cfe692a55ebaee27036bd1967ea007740ed.zip |
broken
Diffstat (limited to 'net-mail/clamav')
-rw-r--r-- | net-mail/clamav/clamav-0.54.ebuild | 32 | ||||
-rw-r--r-- | net-mail/clamav/files/digest-clamav-0.54 | 1 |
2 files changed, 0 insertions, 33 deletions
diff --git a/net-mail/clamav/clamav-0.54.ebuild b/net-mail/clamav/clamav-0.54.ebuild deleted file mode 100644 index 225d15c633e3..000000000000 --- a/net-mail/clamav/clamav-0.54.ebuild +++ /dev/null @@ -1,32 +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/clamav/clamav-0.54.ebuild,v 1.1 2003/02/03 08:21:07 raker Exp $ - -DESCRIPTION="Clam Anti-Virus Scanner" -HOMEPAGE="http://clamav.elektrapro.com" -SRC_URI="http://clamav.elektrapro.com/stable/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" -DEPEND="virtual/glibc" -S=${WORKDIR}/${P} - -src_compile() { - if ! grep -q ^clamav: /etc/passwd; then - einfo "" - einfo "Please add the clamav user and group before emerging" - einfo "" - einfo "groupadd clamav" - einfo "useradd -g clamav -s /bin/false -c \"Clam AntiVirus\" clamav" - einfo "" - die - fi - econf - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS BUGS NEWS README ChangeLog TODO FAQ INSTALL -} diff --git a/net-mail/clamav/files/digest-clamav-0.54 b/net-mail/clamav/files/digest-clamav-0.54 deleted file mode 100644 index 1fb7e5958b2a..000000000000 --- a/net-mail/clamav/files/digest-clamav-0.54 +++ /dev/null @@ -1 +0,0 @@ -MD5 1c2e2adffe9ed4d15fe2167dd7bad591 clamav-0.54.tar.gz 985170 |