From f7e37a4a1c16b233339cbd929f1f6af33323b2e4 Mon Sep 17 00:00:00 2001 From: Hanno Böck Date: Sat, 7 Jun 2008 17:12:08 +0000 Subject: openvas-plugins bump (Portage version: 2.1.5.4) --- net-analyzer/openvas-plugins/ChangeLog | 7 ++++++- .../openvas-plugins/openvas-plugins-1.0.1.ebuild | 17 +++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 net-analyzer/openvas-plugins/openvas-plugins-1.0.1.ebuild (limited to 'net-analyzer/openvas-plugins') diff --git a/net-analyzer/openvas-plugins/ChangeLog b/net-analyzer/openvas-plugins/ChangeLog index b5b8aff0c027..eb73e948daa8 100644 --- a/net-analyzer/openvas-plugins/ChangeLog +++ b/net-analyzer/openvas-plugins/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/openvas-plugins # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-plugins/ChangeLog,v 1.1 2008/02/08 13:19:34 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-plugins/ChangeLog,v 1.2 2008/06/07 17:12:08 hanno Exp $ + +*openvas-plugins-1.0.1 (07 Jun 2008) + + 07 Jun 2008; Hanno Boeck +openvas-plugins-1.0.1.ebuild: + Version bump. 08 Feb 2008; Hanno Boeck ChangeLog: Initial commit of openvas. diff --git a/net-analyzer/openvas-plugins/openvas-plugins-1.0.1.ebuild b/net-analyzer/openvas-plugins/openvas-plugins-1.0.1.ebuild new file mode 100644 index 000000000000..1186167a0c7d --- /dev/null +++ b/net-analyzer/openvas-plugins/openvas-plugins-1.0.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-plugins/openvas-plugins-1.0.1.ebuild,v 1.1 2008/06/07 17:12:08 hanno Exp $ + +DESCRIPTION="A remote security scanner for Linux (openvas-plugins)" +HOMEPAGE="http://www.openvas.org/" +SRC_URI="http://wald.intevation.org/frs/download.php/459/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="net-analyzer/openvas-server" + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc docs/*.txt || die "dodoc failed" +} -- cgit v1.2.3-65-gdbad