diff options
author | 2003-04-23 08:51:07 +0000 | |
---|---|---|
committer | 2003-04-23 08:51:07 +0000 | |
commit | dca99382742eea98ef1f95722ccc1ca720f6db53 (patch) | |
tree | e4e63b2baec41011d1cf64c1429c6ef10073d11e /net-analyzer/nessus | |
parent | Another bug closed (diff) | |
download | historical-dca99382742eea98ef1f95722ccc1ca720f6db53.tar.gz historical-dca99382742eea98ef1f95722ccc1ca720f6db53.tar.bz2 historical-dca99382742eea98ef1f95722ccc1ca720f6db53.zip |
Version bump
Diffstat (limited to 'net-analyzer/nessus')
-rw-r--r-- | net-analyzer/nessus/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/nessus/files/digest-nessus-2.0.4 | 0 | ||||
-rw-r--r-- | net-analyzer/nessus/nessus-2.0.4.ebuild | 15 |
3 files changed, 21 insertions, 1 deletions
diff --git a/net-analyzer/nessus/ChangeLog b/net-analyzer/nessus/ChangeLog index 94e75f6ae4cd..b724209f4275 100644 --- a/net-analyzer/nessus/ChangeLog +++ b/net-analyzer/nessus/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/nessus # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus/ChangeLog,v 1.16 2003/02/26 08:09:43 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus/ChangeLog,v 1.17 2003/04/23 08:51:07 aliz Exp $ + +*nessus-2.0.4 (23 Apr 2003) + + 23 Apr 2003; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. Found in #18978. *nessus-2.0.0 (25 Feb 2003) diff --git a/net-analyzer/nessus/files/digest-nessus-2.0.4 b/net-analyzer/nessus/files/digest-nessus-2.0.4 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/net-analyzer/nessus/files/digest-nessus-2.0.4 diff --git a/net-analyzer/nessus/nessus-2.0.4.ebuild b/net-analyzer/nessus/nessus-2.0.4.ebuild new file mode 100644 index 000000000000..9d11bb5fbb5b --- /dev/null +++ b/net-analyzer/nessus/nessus-2.0.4.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus/nessus-2.0.4.ebuild,v 1.1 2003/04/23 08:51:07 aliz 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}" +RDEPEND="" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc -sparc" |