summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2009-04-04 16:14:35 +0000
committerFabian Groffen <grobian@gentoo.org>2009-04-04 16:14:35 +0000
commit7041f69b6de3fa214c9beb6f6211645927656029 (patch)
tree645015dad6380fdac1e278dd068b203ca072f73d /app-antivirus
parentMarking sqlite-3.6.11 ppc for bug 264514 (diff)
downloadgentoo-2-7041f69b6de3fa214c9beb6f6211645927656029.tar.gz
gentoo-2-7041f69b6de3fa214c9beb6f6211645927656029.tar.bz2
gentoo-2-7041f69b6de3fa214c9beb6f6211645927656029.zip
Drop old, plagued and useless version
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-antivirus')
-rw-r--r--app-antivirus/f-prot/ChangeLog6
-rw-r--r--app-antivirus/f-prot/f-prot-4.6.7.ebuild65
-rwxr-xr-xapp-antivirus/f-prot/files/f-prot.sh5
3 files changed, 5 insertions, 71 deletions
diff --git a/app-antivirus/f-prot/ChangeLog b/app-antivirus/f-prot/ChangeLog
index 1142808741b2..8b97192c8798 100644
--- a/app-antivirus/f-prot/ChangeLog
+++ b/app-antivirus/f-prot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-antivirus/f-prot
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/ChangeLog,v 1.54 2009/04/04 14:43:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/ChangeLog,v 1.55 2009/04/04 16:14:35 grobian Exp $
+
+ 04 Apr 2009; Fabian Groffen <grobian@gentoo.org> -files/f-prot.sh,
+ -f-prot-4.6.7.ebuild:
+ Drop old, plagued and useless version
04 Apr 2009; Markus Meier <maekke@gentoo.org> f-prot-6.0.2.ebuild:
amd64/x86 stable, bug #253497
diff --git a/app-antivirus/f-prot/f-prot-4.6.7.ebuild b/app-antivirus/f-prot/f-prot-4.6.7.ebuild
deleted file mode 100644
index 0b8d5f7247b2..000000000000
--- a/app-antivirus/f-prot/f-prot-4.6.7.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2009 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.6.7.ebuild,v 1.5 2009/04/02 15:34:16 grobian Exp $
-
-inherit eutils
-
-IUSE=""
-
-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
- amd64? ( >=app-emulation/emul-linux-x86-baselibs-1.0 )"
-PROVIDE="virtual/antivirus"
-
-SLOT="0"
-LICENSE="F-PROT"
-KEYWORDS="amd64 -ppc -sparc x86"
-
-src_install() {
- dobin "${FILESDIR}"/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
-
- newins etc/f-prot.conf.default f-prot.conf
- dodir /etc
- dosym /opt/f-prot/f-prot.conf /etc/f-prot.conf
-
- doins f-prot
- insopts -m 755
- 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
-}
-
-pkg_postinst() {
- elog
- elog "Remember to run /opt/f-prot/tools/check-updates.pl regularly to keep virus"
- elog "database up to date. Recommended method is to use cron. See manpages for"
- elog "cron(8) and crontab(5) for more info."
- elog "An example crontab entry, causing check-updates.pl to run every night at 4AM:"
- elog
- elog "0 4 * * * /opt/f-prot/tools/check-updates.pl >/dev/null"
- elog
- elog "For more examples, see /usr/share/doc/${PF}/html/auto_updt.html"
- elog
-}
diff --git a/app-antivirus/f-prot/files/f-prot.sh b/app-antivirus/f-prot/files/f-prot.sh
deleted file mode 100755
index af176b84e8c4..000000000000
--- a/app-antivirus/f-prot/files/f-prot.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-#
-# This is a shell script to invoke the F-Prot OnDemand Scanner for Linux.
-#
-exec /opt/f-prot/f-prot ${@+"$@"}