summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-08-13 16:22:38 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-08-13 16:22:38 +0000
commit901583a82339efd24f6f118cc9edb0984405157d (patch)
treeef13f6bbbde36cbe406fc9a8104cf84675037120 /app-antivirus/f-prot
parentOnly care about pcmcia-cs if USE=pcmcia + minor clean-ups. (diff)
downloadgentoo-2-901583a82339efd24f6f118cc9edb0984405157d.tar.gz
gentoo-2-901583a82339efd24f6f118cc9edb0984405157d.tar.bz2
gentoo-2-901583a82339efd24f6f118cc9edb0984405157d.zip
Removed obsolete ebuild.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-antivirus/f-prot')
-rw-r--r--app-antivirus/f-prot/ChangeLog5
-rw-r--r--app-antivirus/f-prot/Manifest12
-rw-r--r--app-antivirus/f-prot/f-prot-4.5.4.ebuild64
-rw-r--r--app-antivirus/f-prot/files/digest-f-prot-4.5.41
4 files changed, 6 insertions, 76 deletions
diff --git a/app-antivirus/f-prot/ChangeLog b/app-antivirus/f-prot/ChangeLog
index be45227cb798..452f0aeb6c7d 100644
--- a/app-antivirus/f-prot/ChangeLog
+++ b/app-antivirus/f-prot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-antivirus/f-prot
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/ChangeLog,v 1.33 2005/05/03 15:03:15 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/ChangeLog,v 1.34 2005/08/13 16:22:38 ticho Exp $
+
+ 13 Aug 2005; Andrej Kacian <ticho@gentoo.org> -f-prot-4.5.4.ebuild:
+ Removed obsolete ebuild.
03 May 2005; Andrej Kacian <ticho@gentoo.org> f-prot-4.5.4-r1.ebuild:
Stable on x86.
diff --git a/app-antivirus/f-prot/Manifest b/app-antivirus/f-prot/Manifest
index 1bb7b9e55e15..525bb5b76fc2 100644
--- a/app-antivirus/f-prot/Manifest
+++ b/app-antivirus/f-prot/Manifest
@@ -1,16 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 8c26290a52b844a51bc1cee41501c16a f-prot-4.5.4-r1.ebuild 1871
+MD5 8c26290a52b844a51bc1cee41501c16a f-prot-4.6.0.ebuild 1871
MD5 5a4cd24919ac2218b5b58bb6be93047a f-prot-4.5.4.ebuild 1790
MD5 6ef74643a8ba78e75e5a8f4746fe6105 ChangeLog 8441
MD5 3bf44a2cd492aedb8f27a23f2fe357ff metadata.xml 261
MD5 f3be9aa98602afac91eca0dceca62edd files/digest-f-prot-4.5.4 70
+MD5 c0075e0b3eeeaf1ebb478a49c4b9d7f9 files/digest-f-prot-4.6.0 70
MD5 f3be9aa98602afac91eca0dceca62edd files/digest-f-prot-4.5.4-r1 70
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCd5LKQlM6RnzZP+IRAtqHAKCVAo+sSazi9DaaV0qfNwjPaQxexwCghkKo
-/csTZxWS6YLXsFQsZao50eQ=
-=nzha
------END PGP SIGNATURE-----
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
-}
diff --git a/app-antivirus/f-prot/files/digest-f-prot-4.5.4 b/app-antivirus/f-prot/files/digest-f-prot-4.5.4
deleted file mode 100644
index de9f677a3464..000000000000
--- a/app-antivirus/f-prot/files/digest-f-prot-4.5.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 af4148c9a729f75e0a711866311832db fp-linux-ws-4.5.4.tar.gz 2912664