summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-analyzer/libnasl/files/digest-libnasl-2.0.10a1
-rw-r--r--net-analyzer/libnasl/libnasl-2.0.10a.ebuild34
-rw-r--r--net-analyzer/nessus-core/files/digest-nessus-core-2.0.10a2
-rw-r--r--net-analyzer/nessus-core/nessus-core-2.0.10a.ebuild70
-rw-r--r--net-analyzer/nessus-libraries/files/digest-nessus-libraries-2.0.10a1
-rw-r--r--net-analyzer/nessus-libraries/nessus-libraries-2.0.10a.ebuild26
-rw-r--r--net-analyzer/nessus-plugins/files/digest-nessus-plugins-2.0.10a1
-rw-r--r--net-analyzer/nessus-plugins/nessus-plugins-2.0.10a.ebuild29
8 files changed, 0 insertions, 164 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
-}
diff --git a/net-analyzer/nessus-core/files/digest-nessus-core-2.0.10a b/net-analyzer/nessus-core/files/digest-nessus-core-2.0.10a
deleted file mode 100644
index a6e0edc718ab..000000000000
--- a/net-analyzer/nessus-core/files/digest-nessus-core-2.0.10a
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 bd9d62375adc5d6b9e38879a8cee108d nessus-core-2.0.10a.tar.gz 649493
-MD5 67cebc91a36613efe6524cea3631290e patch_0.nessus-core.2.0.7 54443
diff --git a/net-analyzer/nessus-core/nessus-core-2.0.10a.ebuild b/net-analyzer/nessus-core/nessus-core-2.0.10a.ebuild
deleted file mode 100644
index 754b99924227..000000000000
--- a/net-analyzer/nessus-core/nessus-core-2.0.10a.ebuild
+++ /dev/null
@@ -1,70 +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/nessus-core/nessus-core-2.0.10a.ebuild,v 1.9 2004/08/12 20:23:04 eldad Exp $
-
-inherit eutils
-
-DESCRIPTION="A remote security scanner for Linux (nessus-core)"
-HOMEPAGE="http://www.nessus.org/"
-SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/${P}.tar.gz
- prelude? ( http://www.exaprobe.com/labs/downloads/Nessus_Patch/patch_0.nessus-core.2.0.7 )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* alpha"
-IUSE="X tcpd gtk2 debug prelude"
-
-DEPEND="=net-analyzer/libnasl-${PV}
- tcpd? ( sys-apps/tcp-wrappers )
- X? ( virtual/x11
- !gtk2? ( =x11-libs/gtk+-1.2* )
- gtk2? ( =x11-libs/gtk+-2* )
- )
- prelude? ( dev-libs/libprelude )"
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
- if use prelude; then
- epatch ${DISTDIR}/patch_0.nessus-core.2.0.7
- epatch ${FILESDIR}/patch_1.nessus-core.2.0.7
- fi
-}
-
-src_compile() {
- local myconf
- # no use_enable because of bug 31670
- if use tcpd; then
- myconf="${myconf} --enable-tcpwrappers"
- fi
- if use debug; then
- myconf="${myconf} --enable-debug"
- else
- myconf="${myconf} --disable-debug"
- fi
- if use prelude; then
- export LIBPRELUDE_CONFIG=/usr/bin/libprelude-config
- fi
- use X || myconf="${myconf} --disable-gtk"
- econf ${myconf} || die "configure failed"
- emake || die "emake failed"
-
-}
-
-src_install() {
- make \
- prefix=${D}/usr \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib \
- mandir=${D}/usr/share/man \
- install || die "Install failed nessus-core"
- cd ${S}
- dodoc README* UPGRADE_README CHANGES
- dodoc doc/*.txt doc/ntp/*
- insinto /etc/init.d
- insopts -m 755
- newins ${FILESDIR}/nessusd-r6 nessusd
- keepdir /var/lib/nessus/logs
- keepdir /var/lib/nessus/users
-}
diff --git a/net-analyzer/nessus-libraries/files/digest-nessus-libraries-2.0.10a b/net-analyzer/nessus-libraries/files/digest-nessus-libraries-2.0.10a
deleted file mode 100644
index a7af1087b224..000000000000
--- a/net-analyzer/nessus-libraries/files/digest-nessus-libraries-2.0.10a
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b0c1f429792b7517197bdeadb5f3ecb9 nessus-libraries-2.0.10a.tar.gz 418370
diff --git a/net-analyzer/nessus-libraries/nessus-libraries-2.0.10a.ebuild b/net-analyzer/nessus-libraries/nessus-libraries-2.0.10a.ebuild
deleted file mode 100644
index 65b3b5017a7b..000000000000
--- a/net-analyzer/nessus-libraries/nessus-libraries-2.0.10a.ebuild
+++ /dev/null
@@ -1,26 +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/nessus-libraries/nessus-libraries-2.0.10a.ebuild,v 1.8 2004/08/12 20:19:57 eldad Exp $
-
-DESCRIPTION="A remote security scanner for Linux (nessus-libraries)"
-HOMEPAGE="http://www.nessus.org/"
-SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/${P}.tar.gz"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="-* alpha"
-IUSE="ssl"
-DEPEND="ssl? ( >=dev-libs/openssl-0.9.6d )"
-S=${WORKDIR}/${PN}
-
-src_compile() {
- local myconf=""
- use ssl && myconf="--with-ssl=/usr/lib" \
- || myconf="--without-ssl"
- econf ${myconf} || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- einstall
- dodoc README*
-}
diff --git a/net-analyzer/nessus-plugins/files/digest-nessus-plugins-2.0.10a b/net-analyzer/nessus-plugins/files/digest-nessus-plugins-2.0.10a
deleted file mode 100644
index f4b988a9e48d..000000000000
--- a/net-analyzer/nessus-plugins/files/digest-nessus-plugins-2.0.10a
+++ /dev/null
@@ -1 +0,0 @@
-MD5 dda0829b6a70086edcec2c5000d06a21 nessus-plugins-2.0.10a.tar.gz 1443420
diff --git a/net-analyzer/nessus-plugins/nessus-plugins-2.0.10a.ebuild b/net-analyzer/nessus-plugins/nessus-plugins-2.0.10a.ebuild
deleted file mode 100644
index bd45d999af1e..000000000000
--- a/net-analyzer/nessus-plugins/nessus-plugins-2.0.10a.ebuild
+++ /dev/null
@@ -1,29 +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/nessus-plugins/nessus-plugins-2.0.10a.ebuild,v 1.8 2004/08/12 20:24:16 eldad Exp $
-
-S=${WORKDIR}/${PN}
-DESCRIPTION="A remote security scanner for Linux (nessus-plugins)"
-HOMEPAGE="http://www.nessus.org/"
-SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/${P}.tar.gz"
-DEPEND=">=net-analyzer/nessus-core-${PV}"
-SLOT="0"
-IUSE=""
-LICENSE="GPL-2"
-KEYWORDS="-* alpha"
-
-src_compile() {
- econf || die "configure failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make \
- prefix=${D}/usr \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib \
- mandir=${D}/usr/share/man \
- install || die "make install failed"
- cd ${S}
- dodoc docs/*.txt plugins/accounts/accounts.txt
-}