summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2008-12-20 23:53:22 +0000
committerHanno Boeck <hanno@gentoo.org>2008-12-20 23:53:22 +0000
commitac244e3dc0194d01dc84b4e032ce3b976dbe98d3 (patch)
treebb061c09df1b2e4a7fbd87fd39b355fe6c8fb8ac /net-analyzer/openvas-plugins
parentopenvas-client bump (diff)
downloadhistorical-ac244e3dc0194d01dc84b4e032ce3b976dbe98d3.tar.gz
historical-ac244e3dc0194d01dc84b4e032ce3b976dbe98d3.tar.bz2
historical-ac244e3dc0194d01dc84b4e032ce3b976dbe98d3.zip
openvas-plugins bump
Package-Manager: portage-2.2_rc17/cvs/Linux 2.6.28-rc9 x86_64
Diffstat (limited to 'net-analyzer/openvas-plugins')
-rw-r--r--net-analyzer/openvas-plugins/ChangeLog7
-rw-r--r--net-analyzer/openvas-plugins/openvas-plugins-1.0.5.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/net-analyzer/openvas-plugins/ChangeLog b/net-analyzer/openvas-plugins/ChangeLog
index 4cea6c64015c..d046d1f83434 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.7 2008/11/02 06:48:24 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-plugins/ChangeLog,v 1.8 2008/12/20 23:53:22 hanno Exp $
+
+*openvas-plugins-1.0.5 (20 Dec 2008)
+
+ 20 Dec 2008; Hanno Boeck <hanno@gentoo.org> +openvas-plugins-1.0.5.ebuild:
+ Version bump.
*openvas-plugins-1.0.4 (02 Nov 2008)
diff --git a/net-analyzer/openvas-plugins/openvas-plugins-1.0.5.ebuild b/net-analyzer/openvas-plugins/openvas-plugins-1.0.5.ebuild
new file mode 100644
index 000000000000..53220892e505
--- /dev/null
+++ b/net-analyzer/openvas-plugins/openvas-plugins-1.0.5.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.5.ebuild,v 1.1 2008/12/20 23:53:22 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/539/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+DEPEND="net-analyzer/openvas-server"
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc docs/*.txt || die "dodoc failed"
+}