diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-04-24 10:41:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-04-24 10:41:07 +0000 |
commit | d8a2210a21054c1e30479451f90928bbe6402674 (patch) | |
tree | ddd75c6f82a192dda0fb028a3cad5661c3ae1739 /net-mail/vlnx | |
parent | done right (diff) | |
download | gentoo-2-d8a2210a21054c1e30479451f90928bbe6402674.tar.gz gentoo-2-d8a2210a21054c1e30479451f90928bbe6402674.tar.bz2 gentoo-2-d8a2210a21054c1e30479451f90928bbe6402674.zip |
fix PROVIDES #19716
Diffstat (limited to 'net-mail/vlnx')
-rw-r--r-- | net-mail/vlnx/vlnx-414e-r2.ebuild | 8 | ||||
-rw-r--r-- | net-mail/vlnx/vlnx-416e.ebuild | 7 |
2 files changed, 8 insertions, 7 deletions
diff --git a/net-mail/vlnx/vlnx-414e-r2.ebuild b/net-mail/vlnx/vlnx-414e-r2.ebuild index 41934f23b375..a4403de63130 100644 --- a/net-mail/vlnx/vlnx-414e-r2.ebuild +++ b/net-mail/vlnx/vlnx-414e-r2.ebuild @@ -1,23 +1,23 @@ # Copyright 1999-2003 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-414e-r2.ebuild,v 1.13 2003/02/13 14:43:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/vlnx/vlnx-414e-r2.ebuild,v 1.14 2003/04/24 10:41:07 vapier Exp $ MY_P=${PN}${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="McAfee VirusScanner for Unix/Linux(Shareware)" SRC_URI="http://download.nai.com/products/evaluation/virusscan/english/cmdline/linux/version_4.14/${MY_P}.tar.Z http://download.nai.com/products/datfiles/4.x/nai/dat-4240.tar" -HOMEPAGE="http://www.mcafeeb2b.com" +HOMEPAGE="http://www.mcafeeb2b.com/" SLOT="0" LICENSE="VirusScan" KEYWORDS="x86 sparc" +RESTRICT="nostrip" DEPEND="" RDEPEND="" - -RESTRICT="nostrip" +PROVIDE="virtual/antivirus" src_unpack() { cd ${WORKDIR} diff --git a/net-mail/vlnx/vlnx-416e.ebuild b/net-mail/vlnx/vlnx-416e.ebuild index 1fa4c7e11be2..a136e37bc993 100644 --- a/net-mail/vlnx/vlnx-416e.ebuild +++ b/net-mail/vlnx/vlnx-416e.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2003 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.9 2003/04/19 23:39:00 prez Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/vlnx/vlnx-416e.ebuild,v 1.10 2003/04/24 10:41:07 vapier Exp $ DAT_VER=4228 @@ -10,15 +10,16 @@ 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-4240.tar" -HOMEPAGE="http://www.mcafeeb2b.com" +HOMEPAGE="http://www.mcafeeb2b.com/" SLOT="0" LICENSE="VirusScan" KEYWORDS="x86 ~sparc" RESTRICT="nostrip" -PROVIDES="virtual/antivirus" + DEPEND="" RDEPEND="sys-libs/lib-compat" +PROVIDE="virtual/antivirus" src_install() { insinto /opt/vlnx |