diff options
Diffstat (limited to 'app-antivirus/f-prot/f-prot-4.5.4.ebuild')
-rw-r--r-- | app-antivirus/f-prot/f-prot-4.5.4.ebuild | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/app-antivirus/f-prot/f-prot-4.5.4.ebuild b/app-antivirus/f-prot/f-prot-4.5.4.ebuild deleted file mode 100644 index 0620298d925f..000000000000 --- a/app-antivirus/f-prot/f-prot-4.5.4.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/f-prot-4.5.4.ebuild,v 1.2 2005/02/24 22:53:00 ticho Exp $ - -IUSE="emul-linux-x86" - -MY_P="fp-linux-ws-${PV}" -S=${WORKDIR}/${PN} - -DESCRIPTION="Frisk Software's f-prot virus scanner" -HOMEPAGE="http://www.f-prot.com/" -SRC_URI="ftp://ftp.f-prot.com/pub/linux/${MY_P}.tar.gz" -DEPEND="" -# unzip and perl are needed for the check-updates.pl script -RDEPEND=">=app-arch/unzip-5.42-r1 - dev-lang/perl - dev-perl/libwww-perl - emul-linux-x86? ( >=app-emulation/emul-linux-x86-baselibs-1.0 )" -PROVIDE="virtual/antivirus" - -SLOT="0" -LICENSE="F-PROT" -KEYWORDS="~x86 -ppc -sparc ~amd64" - -src_install () -{ - cd ${S} - - dobin f-prot.sh - dosym /usr/bin/f-prot.sh /usr/bin/f-prot - - dodir /opt/f-prot/tools /var/tmp/f-prot - keepdir /var/tmp/f-prot - - insinto /opt/f-prot - insopts -m 755 - doins f-prot - insopts -m 644 - doins *.DEF ENGLISH.TX0 - - doman man_pages/* - dodoc LICENSE* CHANGES README - dohtml doc_ws/* - - insinto /opt/f-prot/tools - insopts -m 755 - doins tools/check-updates.pl - - dosed "s:/usr/local/f-prot:/opt/f-prot:g" /usr/bin/f-prot.sh /opt/f-prot/tools/check-updates.pl -} - -pkg_postinst() { - echo - einfo "Remember to run /opt/f-prot/check-updates.pl regularly to keep virus" - einfo "database up to date. Recommended method is to use cron. See manpages for" - einfo "cron(8) and crontab(5) for more info." - einfo "An example crontab entry, causing check-updates.pl to run every night at 4AM:" - echo - echo "0 4 * * * /opt/f-prot/tools/check-updates.pl >/dev/null" - echo - ewarn "As of 4.5.4, the update script is installed correctly into directory designed" - ewarn "by upstream again. Check your crontab, so the path matches the one above." - echo -} |