summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEldad Zack <eldad@gentoo.org>2004-08-13 09:27:23 +0000
committerEldad Zack <eldad@gentoo.org>2004-08-13 09:27:23 +0000
commit5642dae668f37fa7710d26ae8a29513e94ccdbff (patch)
tree0bb83f2f1e38cf0e4841ac14de4c9b1de83686e5 /net-analyzer/libnasl
parentnew snapshot (Manifest recommit) (diff)
downloadgentoo-2-5642dae668f37fa7710d26ae8a29513e94ccdbff.tar.gz
gentoo-2-5642dae668f37fa7710d26ae8a29513e94ccdbff.tar.bz2
gentoo-2-5642dae668f37fa7710d26ae8a29513e94ccdbff.zip
alpha stable: purged 2.0.10a
Diffstat (limited to 'net-analyzer/libnasl')
-rw-r--r--net-analyzer/libnasl/files/digest-libnasl-2.0.10a1
-rw-r--r--net-analyzer/libnasl/libnasl-2.0.10a.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/net-analyzer/libnasl/files/digest-libnasl-2.0.10a b/net-analyzer/libnasl/files/digest-libnasl-2.0.10a
deleted file mode 100644
index 9ba21007764a..000000000000
--- a/net-analyzer/libnasl/files/digest-libnasl-2.0.10a
+++ /dev/null
@@ -1 +0,0 @@
-MD5 59e0c0ed0fbe1fcf35cdfe004e32b37f libnasl-2.0.10a.tar.gz 343047
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
-}