diff options
author | Andrej Kacian <ticho@gentoo.org> | 2004-12-28 15:59:07 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2004-12-28 15:59:07 +0000 |
commit | f21bda0170e1d6f75b1e3ed61e0f4bd76a2790b4 (patch) | |
tree | 37888b193d81e76d93e2615b57ecb27d16354180 /app-antivirus/f-prot | |
parent | Stable on hppa. (diff) | |
download | historical-f21bda0170e1d6f75b1e3ed61e0f4bd76a2790b4.tar.gz historical-f21bda0170e1d6f75b1e3ed61e0f4bd76a2790b4.tar.bz2 historical-f21bda0170e1d6f75b1e3ed61e0f4bd76a2790b4.zip |
Version bump. Closes #75866.
Diffstat (limited to 'app-antivirus/f-prot')
-rw-r--r-- | app-antivirus/f-prot/ChangeLog | 7 | ||||
-rw-r--r-- | app-antivirus/f-prot/Manifest | 10 | ||||
-rw-r--r-- | app-antivirus/f-prot/f-prot-4.5.0.ebuild | 44 | ||||
-rw-r--r-- | app-antivirus/f-prot/files/digest-f-prot-4.5.0 | 1 |
4 files changed, 57 insertions, 5 deletions
diff --git a/app-antivirus/f-prot/ChangeLog b/app-antivirus/f-prot/ChangeLog index 2e7aec20f757..58aff003b14d 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/ChangeLog,v 1.18 2004/11/23 07:10:02 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/ChangeLog,v 1.19 2004/12/28 15:59:07 ticho Exp $ + +*f-prot-4.5.0 (28 Dec 2004) + + 28 Dec 2004; Andrej Kacian <ticho@gentoo.org> +f-prot-4.5.0.ebuild: + Version bump. Closes #75886, reported by Timo Maier <tam@gmx.de>. *f-prot-4.4.8-r1 (23 Nov 2004) diff --git a/app-antivirus/f-prot/Manifest b/app-antivirus/f-prot/Manifest index 802c5173cd73..ca79d5483dc5 100644 --- a/app-antivirus/f-prot/Manifest +++ b/app-antivirus/f-prot/Manifest @@ -1,16 +1,18 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 2700c4f3064ef46a07142dcc586cb653 ChangeLog 6269 +MD5 5c0bcda0de61fb080116d5ea3e235bfa ChangeLog 6437 MD5 f9b371afaa69f2a70d9990d7511b0653 f-prot-4.4.8-r1.ebuild 1129 +MD5 c7f81bf3684a5c7e4beb7f8825e5b850 f-prot-4.5.0.ebuild 1106 MD5 3bf44a2cd492aedb8f27a23f2fe357ff metadata.xml 261 MD5 7cc888442e29098bf7bf062b166a26fd f-prot-4.4.8.ebuild 1084 MD5 66f201719b958a89ce10a41fa439170f files/digest-f-prot-4.4.8 70 +MD5 105eec2a47e666fdab3e6842d52205a1 files/digest-f-prot-4.5.0 70 MD5 66f201719b958a89ce10a41fa439170f files/digest-f-prot-4.4.8-r1 70 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBouKA10xuJSrg3/sRAsUQAJ9gsvSxPDjIel7jEEDTPpR+AAQa0wCfTg8t -ATvs9yYxS9hro7cW5C1r+38= -=1RMQ +iD8DBQFB0YLVQlM6RnzZP+IRApdTAKCrRp06JIzwai+cJ9tPgGpi1nF4TwCfVWoc +C7YYtQLNjGuWLjJmFe/V5NI= +=4n+l -----END PGP SIGNATURE----- diff --git a/app-antivirus/f-prot/f-prot-4.5.0.ebuild b/app-antivirus/f-prot/f-prot-4.5.0.ebuild new file mode 100644 index 000000000000..727773fb7f50 --- /dev/null +++ b/app-antivirus/f-prot/f-prot-4.5.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2004 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.0.ebuild,v 1.1 2004/12/28 15:59:07 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.0 b/app-antivirus/f-prot/files/digest-f-prot-4.5.0 new file mode 100644 index 000000000000..2a461a47bf2a --- /dev/null +++ b/app-antivirus/f-prot/files/digest-f-prot-4.5.0 @@ -0,0 +1 @@ +MD5 bafa8c6e32457e87d8d5848a162d12ce fp-linux-ws-4.5.0.tar.gz 2875709 |