diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-07-24 15:02:53 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-07-24 15:02:53 +0000 |
commit | 015900b97f4cc708d7ac787706a3ecde60ecc3a6 (patch) | |
tree | c0b42bf0d643dca2ab11311206e258ec1f4bac50 /net-analyzer/nessus/nessus-2.1.1.ebuild | |
parent | Removed redundant configure directive used for db support. Bug #57429. (diff) | |
download | historical-015900b97f4cc708d7ac787706a3ecde60ecc3a6.tar.gz historical-015900b97f4cc708d7ac787706a3ecde60ecc3a6.tar.bz2 historical-015900b97f4cc708d7ac787706a3ecde60ecc3a6.zip |
bump
Diffstat (limited to 'net-analyzer/nessus/nessus-2.1.1.ebuild')
-rw-r--r-- | net-analyzer/nessus/nessus-2.1.1.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net-analyzer/nessus/nessus-2.1.1.ebuild b/net-analyzer/nessus/nessus-2.1.1.ebuild new file mode 100644 index 000000000000..f386d80c4c76 --- /dev/null +++ b/net-analyzer/nessus/nessus-2.1.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus/nessus-2.1.1.ebuild,v 1.1 2004/07/24 15:02:53 eldad Exp $ + +S=${WORKDIR}/${PN} +DESCRIPTION="A remote security scanner for Linux" +HOMEPAGE="http://www.nessus.org/" +DEPEND=">=net-analyzer/nessus-libraries-${PV} + >=net-analyzer/libnasl-${PV} + >=net-analyzer/nessus-core-${PV} + >=net-analyzer/nessus-plugins-${PV}" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" +IUSE="" |