summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2008-06-24 12:03:37 +0000
committerHanno Böck <hanno@gentoo.org>2008-06-24 12:03:37 +0000
commit3c83f0cab4f4f5721c0e2a070f0dd6d65290584e (patch)
treeb7a501fa25265ac13136e9624a88acfcabb14423 /net-analyzer/openvas-plugins
parentremove old openvas-plugins ebuilds (diff)
downloadgentoo-2-3c83f0cab4f4f5721c0e2a070f0dd6d65290584e.tar.gz
gentoo-2-3c83f0cab4f4f5721c0e2a070f0dd6d65290584e.tar.bz2
gentoo-2-3c83f0cab4f4f5721c0e2a070f0dd6d65290584e.zip
openvas-plugins bump
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
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.2.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/net-analyzer/openvas-plugins/ChangeLog b/net-analyzer/openvas-plugins/ChangeLog
index 3f0413438f56..dfe592d51476 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.3 2008/06/16 14:42:53 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-plugins/ChangeLog,v 1.4 2008/06/24 12:03:37 hanno Exp $
+
+*openvas-plugins-1.0.2 (24 Jun 2008)
+
+ 24 Jun 2008; Hanno Boeck <hanno@gentoo.org> +openvas-plugins-1.0.2.ebuild:
+ Version bump.
*openvas-plugins-1.0.1-r1 (16 Jun 2008)
diff --git a/net-analyzer/openvas-plugins/openvas-plugins-1.0.2.ebuild b/net-analyzer/openvas-plugins/openvas-plugins-1.0.2.ebuild
new file mode 100644
index 000000000000..4c70259d0e3b
--- /dev/null
+++ b/net-analyzer/openvas-plugins/openvas-plugins-1.0.2.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.2.ebuild,v 1.1 2008/06/24 12:03:37 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/464/${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"
+}