diff options
author | Parag Mehta <pm@gentoo.org> | 2001-08-13 02:21:35 +0000 |
---|---|---|
committer | Parag Mehta <pm@gentoo.org> | 2001-08-13 02:21:35 +0000 |
commit | 683bce5242099de8597cb275143ccea8a27ecf9d (patch) | |
tree | 4f5c81a380f0d990072a15efa6bd2b7fe9151f13 /net-mail/vlnx | |
parent | new baselayout for 1.0_rc6 (diff) | |
download | gentoo-2-683bce5242099de8597cb275143ccea8a27ecf9d.tar.gz gentoo-2-683bce5242099de8597cb275143ccea8a27ecf9d.tar.bz2 gentoo-2-683bce5242099de8597cb275143ccea8a27ecf9d.zip |
modified file for latest dat files and uploaded the same to the mirror server.
Diffstat (limited to 'net-mail/vlnx')
-rw-r--r-- | net-mail/vlnx/files/digest-vlnx-414e | 2 | ||||
-rw-r--r-- | net-mail/vlnx/files/digest-vlnx-414e-r1 | 3 | ||||
-rw-r--r-- | net-mail/vlnx/vlnx-414e-r1.ebuild (renamed from net-mail/vlnx/vlnx-414e.ebuild) | 10 |
3 files changed, 8 insertions, 7 deletions
diff --git a/net-mail/vlnx/files/digest-vlnx-414e b/net-mail/vlnx/files/digest-vlnx-414e deleted file mode 100644 index d98e749b2f1d..000000000000 --- a/net-mail/vlnx/files/digest-vlnx-414e +++ /dev/null @@ -1,2 +0,0 @@ -MD5 283cd9f50481d67d30d123ee6d8120d5 vlnx414e.tar.Z -MD5 869dfa14a297f7096f4701c16c48c1c8 dat-4145.tar diff --git a/net-mail/vlnx/files/digest-vlnx-414e-r1 b/net-mail/vlnx/files/digest-vlnx-414e-r1 new file mode 100644 index 000000000000..bc18fab2cdfb --- /dev/null +++ b/net-mail/vlnx/files/digest-vlnx-414e-r1 @@ -0,0 +1,3 @@ +MD5 283cd9f50481d67d30d123ee6d8120d5 vlnx414e.tar.Z +MD5 283cd9f50481d67d30d123ee6d8120d5 vlnx414e.tar.Z +MD5 1749430ef5be47829a200a18f5435fe9 dat-4153.tar diff --git a/net-mail/vlnx/vlnx-414e.ebuild b/net-mail/vlnx/vlnx-414e-r1.ebuild index 931501f00930..228723e15658 100644 --- a/net-mail/vlnx/vlnx-414e.ebuild +++ b/net-mail/vlnx/vlnx-414e-r1.ebuild @@ -2,15 +2,15 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> # Script Revised by Parag Mehta <pm@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/vlnx/vlnx-414e.ebuild,v 1.3 2001/07/04 14:51:22 pm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/vlnx/vlnx-414e-r1.ebuild,v 1.1 2001/08/13 02:21:35 pm Exp $ P=vlnx414e -A="${P}.tar.Z dat-4145.tar" +A="${P}.tar.Z dat-4153.tar" S=${WORKDIR}/${P} DESCRIPTION="McAfee VirusScanner for Unix/Linux(Shareware)" SRC_URI="http://download.mcafee.com/products/evaluation/virusscan/english/unix/linux/vlnx414e.tar.Z - http://download.nai.com/products/datfiles/4.x/nai/dat-4145.tar" + http://download.nai.com/products/datfiles/4.x/nai/dat-4153.tar" DEPEND="" RDEPEND="sys-devel/ld.so" @@ -18,8 +18,8 @@ src_unpack() { cd ${WORKDIR} mkdir ${P} cd ${P} - unpack vlnx407e.tar.Z - tar -xf ${DISTDIR}/dat-4098.tar + unpack vlnx414e.tar.Z + tar -xf ${DISTDIR}/dat-4153.tar } src_compile() { |