diff options
Diffstat (limited to 'net-mail/f-prot')
-rw-r--r-- | net-mail/f-prot/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/f-prot/f-prot-4.3.1.ebuild | 4 | ||||
-rw-r--r-- | net-mail/f-prot/f-prot-4.3.2.ebuild | 47 | ||||
-rw-r--r-- | net-mail/f-prot/files/digest-f-prot-4.3.2 | 1 |
4 files changed, 56 insertions, 3 deletions
diff --git a/net-mail/f-prot/ChangeLog b/net-mail/f-prot/ChangeLog index 488b1f7731e5..7c85448a3743 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.20 2003/10/16 07:08:31 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/f-prot/ChangeLog,v 1.21 2003/12/25 16:50:44 hanno Exp $ + +*f-prot-4.3.2 (25 Dec 2003) + + 25 Dec 2003; Hanno Boeck <hanno@gentoo.org> f-prot-4.3.2.ebuild: + Version bump. *f-prot-4.3.1 (16 Oct 2003) diff --git a/net-mail/f-prot/f-prot-4.3.1.ebuild b/net-mail/f-prot/f-prot-4.3.1.ebuild index 052ecc91dad2..0ae90169cd1c 100644 --- a/net-mail/f-prot/f-prot-4.3.1.ebuild +++ b/net-mail/f-prot/f-prot-4.3.1.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/f-prot/f-prot-4.3.1.ebuild,v 1.2 2003/12/25 16:50:44 hanno Exp $ IUSE="" @@ -19,7 +19,7 @@ PROVIDE="virtual/antivirus" SLOT="0" LICENSE="F-PROT" -KEYWORDS="~x86 -sparc" +KEYWORDS="x86 -sparc" src_compile () { diff --git a/net-mail/f-prot/f-prot-4.3.2.ebuild b/net-mail/f-prot/f-prot-4.3.2.ebuild new file mode 100644 index 000000000000..a475553b4f0f --- /dev/null +++ b/net-mail/f-prot/f-prot-4.3.2.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.2.ebuild,v 1.1 2003/12/25 16:50:44 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.2 b/net-mail/f-prot/files/digest-f-prot-4.3.2 new file mode 100644 index 000000000000..808449b0f6cd --- /dev/null +++ b/net-mail/f-prot/files/digest-f-prot-4.3.2 @@ -0,0 +1 @@ +MD5 8a23ab307ec0feb57465b34becf88d1b fp-linux-ws-4.3.2.tar.gz 2293555 |