summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-10-13 08:06:33 +0000
committerMike Frysinger <vapier@gentoo.org>2002-10-13 08:06:33 +0000
commit0bdf28165d484bdf4853fcba9a4b299c031a5ac4 (patch)
tree013c9501c025ec962433bb382456acdb3a499881 /net-mail
parent#8910; other arches: test & add your keywords! (diff)
downloadgentoo-2-0bdf28165d484bdf4853fcba9a4b299c031a5ac4.tar.gz
gentoo-2-0bdf28165d484bdf4853fcba9a4b299c031a5ac4.tar.bz2
gentoo-2-0bdf28165d484bdf4853fcba9a4b299c031a5ac4.zip
Updates/fixes for #1132
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/vlnx/ChangeLog9
-rw-r--r--net-mail/vlnx/files/digest-vlnx-416e2
-rw-r--r--net-mail/vlnx/vlnx-416e.ebuild37
3 files changed, 46 insertions, 2 deletions
diff --git a/net-mail/vlnx/ChangeLog b/net-mail/vlnx/ChangeLog
index e8b52923208c..f79c433939a7 100644
--- a/net-mail/vlnx/ChangeLog
+++ b/net-mail/vlnx/ChangeLog
@@ -1,8 +1,13 @@
# ChangeLog for net-mail/vlnx
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vlnx/ChangeLog,v 1.3 2002/08/28 17:22:44 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vlnx/ChangeLog,v 1.4 2002/10/13 08:06:33 vapier Exp $
-*vlnx-414e-r1 (1 Feb 2002)
+*vlnx-416 (13 Oct 2002)
+
+ 13 Oct 2002; Mike Frysinger <vapier@gentoo.org> :
+ Version bump to fix #1132 ... also cleaned up ebuild and stuff
+
+*vlnx-414e-r2 (1 Feb 2002)
28 Aug 2002; Ryan Phillips <rphillips@gentoo.org> :
diff --git a/net-mail/vlnx/files/digest-vlnx-416e b/net-mail/vlnx/files/digest-vlnx-416e
new file mode 100644
index 000000000000..dda0c51b9072
--- /dev/null
+++ b/net-mail/vlnx/files/digest-vlnx-416e
@@ -0,0 +1,2 @@
+MD5 1a50a976792b52529b26e328a7f8dccf vlnx416e.tar.Z 5397511
+MD5 a0b8c61af6dc3fea7ebda10e2f8c43b4 dat-4228.tar 2754560
diff --git a/net-mail/vlnx/vlnx-416e.ebuild b/net-mail/vlnx/vlnx-416e.ebuild
new file mode 100644
index 000000000000..c4ad1a5da16c
--- /dev/null
+++ b/net-mail/vlnx/vlnx-416e.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# Script Revised by Parag Mehta <pm@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vlnx/vlnx-416e.ebuild,v 1.1 2002/10/13 08:06:33 vapier Exp $
+
+DAT_VER=4228
+
+MY_P="${P/-/}"
+S="${WORKDIR}"
+DESCRIPTION="McAfee VirusScanner for Unix/Linux(Shareware)"
+SRC_URI="http://download.nai.com/products/evaluation/virusscan/english/cmdline/linux/version_4.16/${MY_P}.tar.Z
+ http://download.nai.com/products/datfiles/4.x/nai/dat-${DAT_VER}.tar"
+HOMEPAGE="http://www.mcafee.com/"
+
+SLOT="0"
+LICENSE="VirusScan"
+KEYWORDS="x86 ~sparc ~sparc64"
+RESTRICT="nostrip"
+DEPEND=""
+RDEPEND="sys-devel/ld.so"
+
+src_install() {
+ insinto /opt/vlnx
+
+ doins liblnxfv.so.4
+ dosym /opt/vlnx/liblnxfv.so.4 /opt/vlnx/liblnxfv.so
+ doins *.{dat,ini}
+
+ insopts -m755
+ doins uvscan
+
+ dodoc *.{diz,lst,pdf,txt}
+ doman uvscan.1
+
+ insinto /etc/env.d
+ newins ${FILESDIR}/vlnx-${PV}-envd 40vlnx
+}