diff options
author | Andrej Kacian <ticho@gentoo.org> | 2004-11-23 07:10:02 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2004-11-23 07:10:02 +0000 |
commit | 2b16839543c5f7963bc82904965fca9d2c6ea2cc (patch) | |
tree | 5111a54908a8e98014c08a208ae097c6e1b2a8a3 /app-antivirus | |
parent | Stable on alpha. (diff) | |
download | historical-2b16839543c5f7963bc82904965fca9d2c6ea2cc.tar.gz historical-2b16839543c5f7963bc82904965fca9d2c6ea2cc.tar.bz2 historical-2b16839543c5f7963bc82904965fca9d2c6ea2cc.zip |
Added a convenience symlink to satisfy bug #56332.
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/f-prot/ChangeLog | 9 | ||||
-rw-r--r-- | app-antivirus/f-prot/Manifest | 10 | ||||
-rw-r--r-- | app-antivirus/f-prot/f-prot-4.4.8-r1.ebuild | 45 | ||||
-rw-r--r-- | app-antivirus/f-prot/files/digest-f-prot-4.4.8-r1 | 1 |
4 files changed, 60 insertions, 5 deletions
diff --git a/app-antivirus/f-prot/ChangeLog b/app-antivirus/f-prot/ChangeLog index fe97334f5b78..2e7aec20f757 100644 --- a/app-antivirus/f-prot/ChangeLog +++ b/app-antivirus/f-prot/ChangeLog @@ -1,6 +1,13 @@ # 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.17 2004/11/20 14:59:22 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/ChangeLog,v 1.18 2004/11/23 07:10:02 ticho Exp $ + +*f-prot-4.4.8-r1 (23 Nov 2004) + + 23 Nov 2004; Andrej Kacian <ticho@gentoo.org> +f-prot-4.4.8-r1.ebuild: + Added symlink /usr/bin/f-prot -> /usr/bin/f-prot.sh for KMail (and possibly + other software) to detect f-prot correctly. Closes #56332, reported by + LuisMi Garcia <ktech@wanadoo.es>. 20 Nov 2004; Andrej Kacian <ticho@gentoo.org> -f-prot-4.2.1.ebuild, -f-prot-4.3.0.ebuild, -f-prot-4.3.1.ebuild, -f-prot-4.3.2.ebuild, diff --git a/app-antivirus/f-prot/Manifest b/app-antivirus/f-prot/Manifest index 1023aa854ca6..802c5173cd73 100644 --- a/app-antivirus/f-prot/Manifest +++ b/app-antivirus/f-prot/Manifest @@ -1,14 +1,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 9cd56a6d45e743e481d122c48d2e6fdf ChangeLog 5976 +MD5 2700c4f3064ef46a07142dcc586cb653 ChangeLog 6269 +MD5 f9b371afaa69f2a70d9990d7511b0653 f-prot-4.4.8-r1.ebuild 1129 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 66f201719b958a89ce10a41fa439170f files/digest-f-prot-4.4.8-r1 70 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBn1vv10xuJSrg3/sRAqI5AJ42OsuptTtRjRCyoBGUiG61TBoxNwCfRWJl -L2g8uSmI5hlhinLKzDmnKcU= -=AXej +iD8DBQFBouKA10xuJSrg3/sRAsUQAJ9gsvSxPDjIel7jEEDTPpR+AAQa0wCfTg8t +ATvs9yYxS9hro7cW5C1r+38= +=1RMQ -----END PGP SIGNATURE----- diff --git a/app-antivirus/f-prot/f-prot-4.4.8-r1.ebuild b/app-antivirus/f-prot/f-prot-4.4.8-r1.ebuild new file mode 100644 index 000000000000..34092adafbb3 --- /dev/null +++ b/app-antivirus/f-prot/f-prot-4.4.8-r1.ebuild @@ -0,0 +1,45 @@ +# 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.4.8-r1.ebuild,v 1.1 2004/11/23 07:10:02 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" +RESTRICT="nomirror" + +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.4.8-r1 b/app-antivirus/f-prot/files/digest-f-prot-4.4.8-r1 new file mode 100644 index 000000000000..d6e77f7985f7 --- /dev/null +++ b/app-antivirus/f-prot/files/digest-f-prot-4.4.8-r1 @@ -0,0 +1 @@ +MD5 b31640e29c9fee5483dedcd3b80e6cc7 fp-linux-ws-4.4.8.tar.gz 2768709 |