diff options
author | Hanno Böck <hanno@gentoo.org> | 2003-08-21 14:23:33 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2003-08-21 14:23:33 +0000 |
commit | 1c28abceba9441cc2edc203f94e24ada141219a0 (patch) | |
tree | 4007eaefe4996a3e65243ab29c2f52501666510e /net-mail | |
parent | Version bump, init.d/ipsec added/fixed, new patch to fix paths, etc (diff) | |
download | gentoo-2-1c28abceba9441cc2edc203f94e24ada141219a0.tar.gz gentoo-2-1c28abceba9441cc2edc203f94e24ada141219a0.tar.bz2 gentoo-2-1c28abceba9441cc2edc203f94e24ada141219a0.zip |
f-prot update
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/f-prot/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/f-prot/Manifest | 6 | ||||
-rw-r--r-- | net-mail/f-prot/f-prot-4.2.0.ebuild | 47 | ||||
-rw-r--r-- | net-mail/f-prot/files/digest-f-prot-4.2.0 | 1 |
4 files changed, 58 insertions, 3 deletions
diff --git a/net-mail/f-prot/ChangeLog b/net-mail/f-prot/ChangeLog index 3d2d79ae9c81..f565d0d5aa7b 100644 --- a/net-mail/f-prot/ChangeLog +++ b/net-mail/f-prot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/f-prot # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/f-prot/ChangeLog,v 1.15 2003/08/14 03:13:11 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/f-prot/ChangeLog,v 1.16 2003/08/21 14:23:27 hanno Exp $ + +*f-prot-4.2.0 (21 Aug 2003) + + 21 Aug 2003; Hanno Boeck <hanno@gentoo.org> f-prot-4.2.0.ebuild: + Version bump. *f-prot-4.1.2 (13 Aug 2003) diff --git a/net-mail/f-prot/Manifest b/net-mail/f-prot/Manifest index 0f69b96b3889..975a24d33d87 100644 --- a/net-mail/f-prot/Manifest +++ b/net-mail/f-prot/Manifest @@ -1,7 +1,9 @@ +MD5 976ceebd452202f18af7261d2e592402 ChangeLog 2067 MD5 c76c7bcf59bb3c0ae601eeb54cdb5cb6 f-prot-3.12c.ebuild 1058 MD5 4bd803ab76287871ae65415598851f09 f-prot-4.1.2.ebuild 1042 -MD5 133ea5a21bd1f0222f58b50d0227eb2f ChangeLog 1957 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 +MD5 1694171ac2a14b79a16e5cf7f0a2ef5e f-prot-4.2.0.ebuild 1039 MD5 5eefa9bcdb690942103a910177d2ec0f files/digest-f-prot-3.12c 70 -MD5 cef371e3eda4f8ed56003212eeac8a17 files/digest-f-prot-4.1.2 70 MD5 a895b0a5b6825116990f9b562cc8161a files/f-prot-3.12c.diff 677 +MD5 cef371e3eda4f8ed56003212eeac8a17 files/digest-f-prot-4.1.2 70 +MD5 3ca537c9dece99852b22df167237c6df files/digest-f-prot-4.2.0 70 diff --git a/net-mail/f-prot/f-prot-4.2.0.ebuild b/net-mail/f-prot/f-prot-4.2.0.ebuild new file mode 100644 index 000000000000..f0e8cfbb8e62 --- /dev/null +++ b/net-mail/f-prot/f-prot-4.2.0.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/f-prot/f-prot-4.2.0.ebuild,v 1.1 2003/08/21 14:23:27 hanno 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" + +# 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" +PROVIDE="virtual/antivirus" + +SLOT="0" +LICENSE="F-PROT" +KEYWORDS="~x86" + +src_compile () +{ + echo "Nothing to compile." +} + +src_install () +{ + cd ${S} + + dobin f-prot.sh + + 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 INSTALL* 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/net-mail/f-prot/files/digest-f-prot-4.2.0 b/net-mail/f-prot/files/digest-f-prot-4.2.0 new file mode 100644 index 000000000000..7c16d53c4315 --- /dev/null +++ b/net-mail/f-prot/files/digest-f-prot-4.2.0 @@ -0,0 +1 @@ +MD5 fecc0470add8b1149605d8454860be0b fp-linux-ws-4.2.0.tar.gz 2164127 |