diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-03-25 23:03:18 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-03-25 23:03:18 +0000 |
commit | b5bef52887be974fed5a04291dc6e042e7985f86 (patch) | |
tree | cf7b2f45a87e52d826140ddc51410e487299df40 /net-mail | |
parent | stable on amd64 (diff) | |
download | historical-b5bef52887be974fed5a04291dc6e042e7985f86.tar.gz historical-b5bef52887be974fed5a04291dc6e042e7985f86.tar.bz2 historical-b5bef52887be974fed5a04291dc6e042e7985f86.zip |
Version bump. Thanks: Timo Maier <tam@gmx.de>.
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/f-prot/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/f-prot/Manifest | 10 | ||||
-rw-r--r-- | net-mail/f-prot/f-prot-4.4.1.ebuild | 48 | ||||
-rw-r--r-- | net-mail/f-prot/files/digest-f-prot-4.4.1 | 1 |
4 files changed, 61 insertions, 5 deletions
diff --git a/net-mail/f-prot/ChangeLog b/net-mail/f-prot/ChangeLog index bdd93a30407a..390921ce1bc4 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-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/f-prot/ChangeLog,v 1.23 2004/03/15 15:17:51 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/f-prot/ChangeLog,v 1.24 2004/03/25 23:03:17 absinthe Exp $ + +*f-prot-4.4.1 (25 Mar 2004) + + 25 Mar 2004; Dylan Carlson <absinthe@gentoo.org> f-prot-4.4.1.ebuild: + Version bump. Thanks: Timo Maier <tam@gmx.de>. *f-prot-4.3.5 (04 Mar 2004) diff --git a/net-mail/f-prot/Manifest b/net-mail/f-prot/Manifest index 2f56f4e3bb7c..cd315ec4505d 100644 --- a/net-mail/f-prot/Manifest +++ b/net-mail/f-prot/Manifest @@ -1,12 +1,14 @@ +MD5 6152b06bd08cc0eda502c2b6ea73e1f6 ChangeLog 3005 MD5 f6b7c312803f5f5e257dd1b2f2a23447 f-prot-4.2.1.ebuild 1054 -MD5 c947484f00363b6703a25979a2cf7b04 f-prot-4.3.1.ebuild 1054 -MD5 2983292ca4f53beff543e529e8fe607f f-prot-4.3.5.ebuild 1121 MD5 a653f0173233d3b0aeb63aef1aecde78 f-prot-4.3.0.ebuild 1055 -MD5 db8637a6a1be24aa509c7a5df6382c94 ChangeLog 2849 -MD5 45b42e062b70460f0304d1ebe48d82ab metadata.xml 218 +MD5 c947484f00363b6703a25979a2cf7b04 f-prot-4.3.1.ebuild 1054 MD5 41a18f9012a2b67a4ca74b9d8f2b7c74 f-prot-4.3.2.ebuild 1121 +MD5 45b42e062b70460f0304d1ebe48d82ab metadata.xml 218 +MD5 2983292ca4f53beff543e529e8fe607f f-prot-4.3.5.ebuild 1121 +MD5 1de30f2ac5398dc7967399a45e61daea f-prot-4.4.1.ebuild 1121 MD5 aca1bdab97a08537bf776f637aa6cb38 files/digest-f-prot-4.2.1 70 MD5 fe21444540d27c390e9b614d62f5c839 files/digest-f-prot-4.3.0 70 MD5 e19967ada0b4a8864988cc04b6cc8521 files/digest-f-prot-4.3.1 70 MD5 835269ea994ea7f625aeca865052ac09 files/digest-f-prot-4.3.2 70 MD5 16f6aa441ded8d0246eabe77933894b0 files/digest-f-prot-4.3.5 70 +MD5 6ed6ab62b8c5b373a83eebf95a9a0e8c files/digest-f-prot-4.4.1 70 diff --git a/net-mail/f-prot/f-prot-4.4.1.ebuild b/net-mail/f-prot/f-prot-4.4.1.ebuild new file mode 100644 index 000000000000..f1585c8d00f6 --- /dev/null +++ b/net-mail/f-prot/f-prot-4.4.1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2004 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.4.1.ebuild,v 1.1 2004/03/25 23:03:17 absinthe 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 -sparc ~amd64" + +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.4.1 b/net-mail/f-prot/files/digest-f-prot-4.4.1 new file mode 100644 index 000000000000..9aa9d00d59e6 --- /dev/null +++ b/net-mail/f-prot/files/digest-f-prot-4.4.1 @@ -0,0 +1 @@ +MD5 c92cbf109dd53398fc5d2ed0eee4d414 fp-linux-ws-4.4.1.tar.gz 2447022 |