diff options
author | 2008-02-08 13:19:34 +0000 | |
---|---|---|
committer | 2008-02-08 13:19:34 +0000 | |
commit | 4c17f98c409a88d9387a48aa44140f554372457c (patch) | |
tree | 90920df92d62259995ee801bd62ecab14ecbd81e /net-analyzer | |
parent | initial commit of openvas-client (diff) | |
download | historical-4c17f98c409a88d9387a48aa44140f554372457c.tar.gz historical-4c17f98c409a88d9387a48aa44140f554372457c.tar.bz2 historical-4c17f98c409a88d9387a48aa44140f554372457c.zip |
fix manifest
Package-Manager: portage-2.1.4.1
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/openvas-plugins/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/openvas-plugins/metadata.xml | 6 | ||||
-rw-r--r-- | net-analyzer/openvas-plugins/openvas-plugins-1.0.0.ebuild | 17 |
3 files changed, 30 insertions, 0 deletions
diff --git a/net-analyzer/openvas-plugins/ChangeLog b/net-analyzer/openvas-plugins/ChangeLog new file mode 100644 index 000000000000..b5b8aff0c027 --- /dev/null +++ b/net-analyzer/openvas-plugins/ChangeLog @@ -0,0 +1,7 @@ +# 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 $ + + 08 Feb 2008; Hanno Boeck <hanno@gentoo.org> ChangeLog: + Initial commit of openvas. + diff --git a/net-analyzer/openvas-plugins/metadata.xml b/net-analyzer/openvas-plugins/metadata.xml new file mode 100644 index 000000000000..efa54454de71 --- /dev/null +++ b/net-analyzer/openvas-plugins/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer><email>hanno@gentoo.org</email></maintainer> +</pkgmetadata> diff --git a/net-analyzer/openvas-plugins/openvas-plugins-1.0.0.ebuild b/net-analyzer/openvas-plugins/openvas-plugins-1.0.0.ebuild new file mode 100644 index 000000000000..890582770322 --- /dev/null +++ b/net-analyzer/openvas-plugins/openvas-plugins-1.0.0.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.0.ebuild,v 1.1 2008/02/08 13:19:34 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/412/${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" +} |