summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2008-06-07 17:12:08 +0000
committerHanno Böck <hanno@gentoo.org>2008-06-07 17:12:08 +0000
commitf7e37a4a1c16b233339cbd929f1f6af33323b2e4 (patch)
tree4f4ab556635a25cbab5892e22391a0088ff4ea39 /net-analyzer/openvas-plugins
parentAdding kde useflag to enable/disable kde-4 support. Fixes bugs #225173 and #2... (diff)
downloadgentoo-2-f7e37a4a1c16b233339cbd929f1f6af33323b2e4.tar.gz
gentoo-2-f7e37a4a1c16b233339cbd929f1f6af33323b2e4.tar.bz2
gentoo-2-f7e37a4a1c16b233339cbd929f1f6af33323b2e4.zip
openvas-plugins bump
(Portage version: 2.1.5.4)
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.1.ebuild17
2 files changed, 23 insertions, 1 deletions
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 <hanno@gentoo.org> +openvas-plugins-1.0.1.ebuild:
+ Version bump.
08 Feb 2008; Hanno Boeck <hanno@gentoo.org> 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"
+}