diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-03-05 02:15:23 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-03-05 02:15:23 +0000 |
commit | fd603006fff32fa4856915831ee5559141a785ad (patch) | |
tree | 889a229fac319733a8c5c168634bea5ebdd7250c /net-mail | |
parent | Added leaf use flag for unrealircd (diff) | |
download | gentoo-2-fd603006fff32fa4856915831ee5559141a785ad.tar.gz gentoo-2-fd603006fff32fa4856915831ee5559141a785ad.tar.bz2 gentoo-2-fd603006fff32fa4856915831ee5559141a785ad.zip |
Version bump. Added ~amd64 to KEYWORDS.
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.3.2.ebuild | 9 | ||||
-rw-r--r-- | net-mail/f-prot/f-prot-4.3.5.ebuild | 48 | ||||
-rw-r--r-- | net-mail/f-prot/files/digest-f-prot-4.3.5 | 1 |
5 files changed, 65 insertions, 10 deletions
diff --git a/net-mail/f-prot/ChangeLog b/net-mail/f-prot/ChangeLog index 7c85448a3743..2a6228c59481 100644 --- a/net-mail/f-prot/ChangeLog +++ b/net-mail/f-prot/ChangeLog @@ -1,6 +1,9 @@ # 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.21 2003/12/25 16:50:44 hanno Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/f-prot/ChangeLog,v 1.22 2004/03/05 02:15:23 absinthe Exp $ + + 04 Mar 2004; Dylan Carlson <absinthe@gentoo.org> f-prot-4.3.2.ebuild: + Version bump. Added ~amd64 to KEYWORDS. *f-prot-4.3.2 (25 Dec 2003) diff --git a/net-mail/f-prot/Manifest b/net-mail/f-prot/Manifest index b8d87e59fa29..690d8cfa978a 100644 --- a/net-mail/f-prot/Manifest +++ b/net-mail/f-prot/Manifest @@ -1,10 +1,12 @@ -MD5 37b4a6f608642cfd90720b991b4fb275 ChangeLog 2705 +MD5 19722628947605af4a81a131ebf54b1b ChangeLog 2806 MD5 f6b7c312803f5f5e257dd1b2f2a23447 f-prot-4.2.1.ebuild 1054 MD5 a653f0173233d3b0aeb63aef1aecde78 f-prot-4.3.0.ebuild 1055 -MD5 4a634d256fa7b552805dfcaead863148 f-prot-4.3.2.ebuild 1055 MD5 c947484f00363b6703a25979a2cf7b04 f-prot-4.3.1.ebuild 1054 +MD5 8149b6531422f76b224a3e944ed25ace f-prot-4.3.2.ebuild 1118 MD5 45b42e062b70460f0304d1ebe48d82ab metadata.xml 218 -MD5 fe21444540d27c390e9b614d62f5c839 files/digest-f-prot-4.3.0 70 +MD5 8149b6531422f76b224a3e944ed25ace f-prot-4.3.5.ebuild 1118 MD5 aca1bdab97a08537bf776f637aa6cb38 files/digest-f-prot-4.2.1 70 -MD5 835269ea994ea7f625aeca865052ac09 files/digest-f-prot-4.3.2 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 diff --git a/net-mail/f-prot/f-prot-4.3.2.ebuild b/net-mail/f-prot/f-prot-4.3.2.ebuild index a475553b4f0f..115556278722 100644 --- a/net-mail/f-prot/f-prot-4.3.2.ebuild +++ b/net-mail/f-prot/f-prot-4.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.3.2.ebuild,v 1.1 2003/12/25 16:50:44 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/f-prot/f-prot-4.3.2.ebuild,v 1.2 2004/03/05 02:15:23 absinthe Exp $ IUSE="" @@ -14,12 +14,13 @@ 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" + dev-perl/libwww-perl + amd64? ( >=app-emulation/emul-linux-x86-baselibs-1.0 )" PROVIDE="virtual/antivirus" SLOT="0" LICENSE="F-PROT" -KEYWORDS="~x86 -sparc" +KEYWORDS="~x86 -sparc ~amd64" src_compile () { diff --git a/net-mail/f-prot/f-prot-4.3.5.ebuild b/net-mail/f-prot/f-prot-4.3.5.ebuild new file mode 100644 index 000000000000..ea47744ebf7b --- /dev/null +++ b/net-mail/f-prot/f-prot-4.3.5.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.3.5.ebuild,v 1.1 2004/03/05 02:15:23 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.3.5 b/net-mail/f-prot/files/digest-f-prot-4.3.5 new file mode 100644 index 000000000000..d3f7bf084b1c --- /dev/null +++ b/net-mail/f-prot/files/digest-f-prot-4.3.5 @@ -0,0 +1 @@ +MD5 10cde3f96179737728c4222d184904d6 fp-linux-ws-4.3.5.tar.gz 2420686 |