summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/libnasl/libnasl-2.0.10a.ebuild')
-rw-r--r--net-analyzer/libnasl/libnasl-2.0.10a.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/net-analyzer/libnasl/libnasl-2.0.10a.ebuild b/net-analyzer/libnasl/libnasl-2.0.10a.ebuild
deleted file mode 100644
index cf72b37712c9..000000000000
--- a/net-analyzer/libnasl/libnasl-2.0.10a.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.0.10a.ebuild,v 1.8 2004/08/12 20:21:17 eldad Exp $
-
-inherit eutils
-
-DESCRIPTION="A remote security scanner for Linux (libnasl)"
-HOMEPAGE="http://www.nessus.org/"
-SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* alpha"
-IUSE=""
-
-DEPEND="=net-analyzer/nessus-libraries-${PV}"
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
- econf || die "configuration failed"
- # emake fails for >= -j2. bug #16471.
- make || die "make failed"
-}
-
-src_install() {
- make \
- prefix=${D}/usr \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib \
- mandir=${D}/usr/share/man \
- install || die "Install failed libnasl"
- dodoc COPYING TODO
-}