diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-01-06 19:42:01 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-01-06 19:42:01 +0000 |
commit | 182e6262e5a6ab1355bfb7c9a4d5f5ff14df1f16 (patch) | |
tree | 69a68daf7feadea2bc003bc28277861e8f3269f9 /app-antivirus | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-182e6262e5a6ab1355bfb7c9a4d5f5ff14df1f16.tar.gz gentoo-2-182e6262e5a6ab1355bfb7c9a4d5f5ff14df1f16.tar.bz2 gentoo-2-182e6262e5a6ab1355bfb7c9a4d5f5ff14df1f16.zip |
Version bump.
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/f-prot/ChangeLog | 7 | ||||
-rw-r--r-- | app-antivirus/f-prot/Manifest | 4 | ||||
-rw-r--r-- | app-antivirus/f-prot/f-prot-4.5.3.ebuild | 44 | ||||
-rw-r--r-- | app-antivirus/f-prot/files/digest-f-prot-4.5.3 | 1 |
4 files changed, 54 insertions, 2 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..66e88414da8f 100644 --- a/app-antivirus/f-prot/Manifest +++ b/app-antivirus/f-prot/Manifest @@ -1,4 +1,6 @@ MD5 4f9e789d2a803b2bcff48ec04db91c94 ChangeLog 6952 -MD5 28d68acfec950ea0253a30d6d6bc3d83 f-prot-4.5.2.ebuild 1111 MD5 3bf44a2cd492aedb8f27a23f2fe357ff metadata.xml 261 +MD5 f1d42f01ffde29d3889ddc6c00eb184d f-prot-4.5.3.ebuild 1005 +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 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 |