diff options
author | Hanno Böck <hanno@gentoo.org> | 2009-09-18 14:39:04 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2009-09-18 14:39:04 +0000 |
commit | 7cbd6b9af0b2e40933c3dbaeb1b0293bc556ae4a (patch) | |
tree | 295099f4dba7f69132b1ebd5261d736d3972b65a /net-analyzer/openvas-client | |
parent | Improving suid behaviour, fixes #285108. Thanks to kiorky for the patch. (diff) | |
download | gentoo-2-7cbd6b9af0b2e40933c3dbaeb1b0293bc556ae4a.tar.gz gentoo-2-7cbd6b9af0b2e40933c3dbaeb1b0293bc556ae4a.tar.bz2 gentoo-2-7cbd6b9af0b2e40933c3dbaeb1b0293bc556ae4a.zip |
remove old openvas-client ebuild
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/openvas-client')
-rw-r--r-- | net-analyzer/openvas-client/openvas-client-2.0.2.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/net-analyzer/openvas-client/openvas-client-2.0.2.ebuild b/net-analyzer/openvas-client/openvas-client-2.0.2.ebuild deleted file mode 100644 index d9609a8288e9..000000000000 --- a/net-analyzer/openvas-client/openvas-client-2.0.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-client/openvas-client-2.0.2.ebuild,v 1.1 2009/03/08 19:36:56 hanno Exp $ - -inherit eutils - -DESCRIPTION="A client for the openvas vulnerability scanner" -HOMEPAGE="http://www.openvas.org/" -SRC_URI="http://wald.intevation.org/frs/download.php/570/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gtk" - -DEPEND="net-libs/gnutls - gtk? ( >=x11-libs/gtk+-2.8.8 )" -RDEPEND="${DEPEND}" - -src_compile() { - econf $(use_enable gtk) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "install failed" - dodoc AUTHORS CHANGES README TODO || die "dodoc failed" - - make_desktop_entry OpenVAS-Client "OpenVAS Client" /usr/share/pixmaps/openvas-client.png "Network" -} |