summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-01-06 19:42:01 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-01-06 19:42:01 +0000
commit4f7d8204edf2bef2426f73b6ddd90bf89dfd6af5 (patch)
tree011af758a8f3c3a390a5116ea4173c0dc5a688b9 /app-antivirus
parent(no commit message) (diff)
downloadhistorical-4f7d8204edf2bef2426f73b6ddd90bf89dfd6af5.tar.gz
historical-4f7d8204edf2bef2426f73b6ddd90bf89dfd6af5.tar.bz2
historical-4f7d8204edf2bef2426f73b6ddd90bf89dfd6af5.zip
Version bump.
Diffstat (limited to 'app-antivirus')
-rw-r--r--app-antivirus/f-prot/ChangeLog7
-rw-r--r--app-antivirus/f-prot/Manifest16
-rw-r--r--app-antivirus/f-prot/f-prot-4.5.3.ebuild44
-rw-r--r--app-antivirus/f-prot/files/digest-f-prot-4.5.31
4 files changed, 65 insertions, 3 deletions
diff --git a/app-antivirus/f-prot/ChangeLog b/app-antivirus/f-prot/ChangeLog
index e110697e076d..20f354ba9261 100644
--- a/app-antivirus/f-prot/ChangeLog
+++ b/app-antivirus/f-prot/ChangeLog
@@ -1,6 +1,11 @@
# 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.24 2005/01/01 11:39:25 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/ChangeLog,v 1.25 2005/01/06 19:42:01 ticho Exp $
+
+*f-prot-4.5.3 (06 Jan 2005)
+
+ 06 Jan 2005; Andrej Kacian <ticho@gentoo.org> +f-prot-4.5.3.ebuild:
+ Version bump.
*f-prot-4.5.2 (29 Dec 2004)
diff --git a/app-antivirus/f-prot/Manifest b/app-antivirus/f-prot/Manifest
index 9e0676a8c836..1ee1a33dcebc 100644
--- a/app-antivirus/f-prot/Manifest
+++ b/app-antivirus/f-prot/Manifest
@@ -1,4 +1,16 @@
-MD5 4f9e789d2a803b2bcff48ec04db91c94 ChangeLog 6952
-MD5 28d68acfec950ea0253a30d6d6bc3d83 f-prot-4.5.2.ebuild 1111
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 f8c2ccaea2895b372d9da6fab721017b ChangeLog 7063
MD5 3bf44a2cd492aedb8f27a23f2fe357ff metadata.xml 261
+MD5 650f83dfe6b83d38edfbe17794b9748b f-prot-4.5.3.ebuild 1106
+MD5 28d68acfec950ea0253a30d6d6bc3d83 f-prot-4.5.2.ebuild 1111
MD5 e038bcaa6015ac62b3b1856871d65582 files/digest-f-prot-4.5.2 70
+MD5 3c0a4234dafefdc4fc05e7507aba0799 files/digest-f-prot-4.5.3 70
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.0 (GNU/Linux)
+
+iD8DBQFB3ZSyQlM6RnzZP+IRArmWAKCkUX1OVgbT3XHd8nmXF5NGyWghXwCfUlUx
+2eG1rm1d9klS8LwWIroevsM=
+=7YSn
+-----END PGP SIGNATURE-----
diff --git a/app-antivirus/f-prot/f-prot-4.5.3.ebuild b/app-antivirus/f-prot/f-prot-4.5.3.ebuild
new file mode 100644
index 000000000000..fe060e54fa7b
--- /dev/null
+++ b/app-antivirus/f-prot/f-prot-4.5.3.ebuild
@@ -0,0 +1,44 @@
+# 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.3.ebuild,v 1.1 2005/01/06 19:42:01 ticho Exp $
+
+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="~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 /var/tmp/f-prot
+ insinto /opt/f-prot
+ insopts -m 755
+ doins f-prot tools/check-updates.pl
+ insopts -m 644
+ doins *.DEF ENGLISH.TX0
+
+ doman man_pages/*
+ dodoc LICENSE* CHANGES README
+ dohtml doc_ws/*
+
+ dosed "s:/usr/local/f-prot:/opt/f-prot:g" /usr/bin/f-prot.sh /opt/f-prot/check-updates.pl
+}
diff --git a/app-antivirus/f-prot/files/digest-f-prot-4.5.3 b/app-antivirus/f-prot/files/digest-f-prot-4.5.3
new file mode 100644
index 000000000000..b54f7a7870b8
--- /dev/null
+++ b/app-antivirus/f-prot/files/digest-f-prot-4.5.3
@@ -0,0 +1 @@
+MD5 03aa2d697b841563edc02bae43d153eb fp-linux-ws-4.5.3.tar.gz 2894074