diff options
author | Hanno Böck <hanno@gentoo.org> | 2003-10-16 07:08:37 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2003-10-16 07:08:37 +0000 |
commit | 04e9d085f185269f6e430b6a9b92729bdf069931 (patch) | |
tree | dfa2b9003ee86361ab40e49f8b456d3f6e5f7f88 /net-mail/f-prot | |
parent | icecast2 conflicts with icecast (diff) | |
download | gentoo-2-04e9d085f185269f6e430b6a9b92729bdf069931.tar.gz gentoo-2-04e9d085f185269f6e430b6a9b92729bdf069931.tar.bz2 gentoo-2-04e9d085f185269f6e430b6a9b92729bdf069931.zip |
f-prot 4.3.1
Diffstat (limited to 'net-mail/f-prot')
-rw-r--r-- | net-mail/f-prot/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/f-prot/Manifest | 4 | ||||
-rw-r--r-- | net-mail/f-prot/f-prot-4.3.1.ebuild | 47 | ||||
-rw-r--r-- | net-mail/f-prot/files/digest-f-prot-4.3.1 | 1 |
4 files changed, 57 insertions, 2 deletions
diff --git a/net-mail/f-prot/ChangeLog b/net-mail/f-prot/ChangeLog index a62adf1bccfe..488b1f7731e5 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.19 2003/10/05 17:42:59 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/f-prot/ChangeLog,v 1.20 2003/10/16 07:08:31 hanno Exp $ + +*f-prot-4.3.1 (16 Oct 2003) + + 16 Oct 2003; Hanno Boeck <hanno@gentoo.org> f-prot-4.3.1.ebuild: + Version bump. *f-prot-4.3.0 (05 Oct 2003) diff --git a/net-mail/f-prot/Manifest b/net-mail/f-prot/Manifest index 3cad39d77bd3..c88ae212de97 100644 --- a/net-mail/f-prot/Manifest +++ b/net-mail/f-prot/Manifest @@ -1,6 +1,8 @@ -MD5 f96beed0972df8485bca02d75772d0f3 ChangeLog 2479 +MD5 95bfe9cd602483404e68becfdbe515f2 ChangeLog 2592 MD5 f6b7c312803f5f5e257dd1b2f2a23447 f-prot-4.2.1.ebuild 1054 MD5 a653f0173233d3b0aeb63aef1aecde78 f-prot-4.3.0.ebuild 1055 +MD5 0548100adb2088ea1d7eb305eb786be1 f-prot-4.3.1.ebuild 1055 MD5 45b42e062b70460f0304d1ebe48d82ab metadata.xml 218 MD5 fe21444540d27c390e9b614d62f5c839 files/digest-f-prot-4.3.0 70 MD5 aca1bdab97a08537bf776f637aa6cb38 files/digest-f-prot-4.2.1 70 +MD5 e19967ada0b4a8864988cc04b6cc8521 files/digest-f-prot-4.3.1 70 diff --git a/net-mail/f-prot/f-prot-4.3.1.ebuild b/net-mail/f-prot/f-prot-4.3.1.ebuild new file mode 100644 index 000000000000..052ecc91dad2 --- /dev/null +++ b/net-mail/f-prot/f-prot-4.3.1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2003 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.3.1.ebuild,v 1.1 2003/10/16 07:08:31 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" +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" +PROVIDE="virtual/antivirus" + +SLOT="0" +LICENSE="F-PROT" +KEYWORDS="~x86 -sparc" + +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.3.1 b/net-mail/f-prot/files/digest-f-prot-4.3.1 new file mode 100644 index 000000000000..fb1be7646841 --- /dev/null +++ b/net-mail/f-prot/files/digest-f-prot-4.3.1 @@ -0,0 +1 @@ +MD5 ec7ffb4c0bb362dff53573201e58905e fp-linux-ws-4.3.1.tar.gz 2230384 |