summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/openvas-plugins/openvas-plugins-1.0.3.ebuild')
-rw-r--r--net-analyzer/openvas-plugins/openvas-plugins-1.0.3.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/net-analyzer/openvas-plugins/openvas-plugins-1.0.3.ebuild b/net-analyzer/openvas-plugins/openvas-plugins-1.0.3.ebuild
deleted file mode 100644
index f84b4c1af075..000000000000
--- a/net-analyzer/openvas-plugins/openvas-plugins-1.0.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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.3.ebuild,v 1.1 2008/09/18 07:34:11 hanno Exp $
-
-inherit eutils
-
-DESCRIPTION="A remote security scanner for Linux (openvas-plugins)"
-HOMEPAGE="http://www.openvas.org/"
-SRC_URI="http://wald.intevation.org/frs/download.php/496/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND="net-analyzer/openvas-server"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PN}-respect-ldflags.diff" || die "epatch failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc docs/*.txt || die "dodoc failed"
-}