summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-03 03:17:14 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-03 03:17:14 +0000
commit137237ccd60b5e86142697a6c8b1a7ca4e8f6fe4 (patch)
tree891b28987c261e388e2b05005cc5f2bfffe5b13e /net-analyzer
parentremove $DEBUG and fix KEYWORDS (diff)
downloadgentoo-2-137237ccd60b5e86142697a6c8b1a7ca4e8f6fe4.tar.gz
gentoo-2-137237ccd60b5e86142697a6c8b1a7ca4e8f6fe4.tar.bz2
gentoo-2-137237ccd60b5e86142697a6c8b1a7ca4e8f6fe4.zip
remove $DEBUG stuff
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/libnasl/files/digest-libnasl-1.2.41
-rw-r--r--net-analyzer/libnasl/files/digest-libnasl-1.2.71
-rw-r--r--net-analyzer/libnasl/files/nasl.diff11
-rw-r--r--net-analyzer/libnasl/libnasl-1.2.4.ebuild48
-rw-r--r--net-analyzer/libnasl/libnasl-1.2.7.ebuild46
-rw-r--r--net-analyzer/libnasl/libnasl-2.0.6a.ebuild20
-rw-r--r--net-analyzer/libnasl/libnasl-2.0.7.ebuild20
7 files changed, 10 insertions, 137 deletions
diff --git a/net-analyzer/libnasl/files/digest-libnasl-1.2.4 b/net-analyzer/libnasl/files/digest-libnasl-1.2.4
deleted file mode 100644
index 5e319d519ba7..000000000000
--- a/net-analyzer/libnasl/files/digest-libnasl-1.2.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 84d7fae1936675eefe1eb6e211ed3e79 libnasl-1.2.4.tar.gz 278423
diff --git a/net-analyzer/libnasl/files/digest-libnasl-1.2.7 b/net-analyzer/libnasl/files/digest-libnasl-1.2.7
deleted file mode 100644
index e43e05a4dbd3..000000000000
--- a/net-analyzer/libnasl/files/digest-libnasl-1.2.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7cbe6ba0a2243e4cdddee186da499153 libnasl-1.2.7.tar.gz 278796
diff --git a/net-analyzer/libnasl/files/nasl.diff b/net-analyzer/libnasl/files/nasl.diff
deleted file mode 100644
index a1b0120da105..000000000000
--- a/net-analyzer/libnasl/files/nasl.diff
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -urN libnasl/nasl/Makefile libnasl-modified/nasl/Makefile
---- libnasl/nasl/Makefile Mon Oct 15 12:58:07 2001
-+++ libnasl-modified/nasl/Makefile Fri Jul 26 12:56:36 2002
-@@ -41,6 +41,7 @@
-
- install : libnasl.la nasl
- test -d ${libdir} || $(INSTALL_DIR) -m 755 ${libdir}
-+ test -d ${bindir} || $(INSTALL_DIR) -m 755 ${bindir}
- $(LIBTOOL) --mode install $(INSTALL) libnasl.la ${libdir}/libnasl.la
- $(LIBTOOL) --finish ${libdir}
- $(INSTALL) nasl ${bindir}/
diff --git a/net-analyzer/libnasl/libnasl-1.2.4.ebuild b/net-analyzer/libnasl/libnasl-1.2.4.ebuild
deleted file mode 100644
index 20709d6a86d3..000000000000
--- a/net-analyzer/libnasl/libnasl-1.2.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-1.2.4.ebuild,v 1.6 2003/02/13 13:42:35 vapier Exp $
-
-S=${WORKDIR}/${PN}
-
-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"
-
-DEPEND="=net-analyzer/nessus-libraries-${PV}"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc -sparc "
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- patch -p1 < ${FILESDIR}/nasl.diff
-}
-
-src_compile() {
- if [ ! -z ${DEBUG} ]; then
- OLD_DEBUG=${DEBUG}
- unset DEBUG
- econf || die "configuration failed"
- DEBUG=${OLD_DEBUG}
- unset OLD_DEBUG
- else
- econf || die "configuration failed"
- fi
-
- 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 libnasl"
-
- cd ${S}
- docinto libnasl
- dodoc COPYING TODO
-}
diff --git a/net-analyzer/libnasl/libnasl-1.2.7.ebuild b/net-analyzer/libnasl/libnasl-1.2.7.ebuild
deleted file mode 100644
index ff483f616b34..000000000000
--- a/net-analyzer/libnasl/libnasl-1.2.7.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-1.2.7.ebuild,v 1.4 2003/02/14 09:05:15 vapier 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"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc -sparc "
-
-DEPEND="=net-analyzer/nessus-libraries-${PV}"
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/nasl.diff || die
-}
-
-src_compile() {
- if [ ! -z ${DEBUGBUILD} ]; then
- OLD_DEBUG=${DEBUG}
- unset DEBUG
- econf || die "configuration failed"
- DEBUG=${OLD_DEBUG}
- unset OLD_DEBUG
- else
- econf || die "configuration failed"
- fi
- 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 libnasl"
- dodoc COPYING TODO
-}
diff --git a/net-analyzer/libnasl/libnasl-2.0.6a.ebuild b/net-analyzer/libnasl/libnasl-2.0.6a.ebuild
index e9e0290ceb50..d497b6360adc 100644
--- a/net-analyzer/libnasl/libnasl-2.0.6a.ebuild
+++ b/net-analyzer/libnasl/libnasl-2.0.6a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.0.6a.ebuild,v 1.2 2003/05/27 08:04:19 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.0.6a.ebuild,v 1.3 2003/08/03 03:17:14 vapier Exp $
inherit eutils
@@ -8,8 +8,8 @@ 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"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 ppc -sparc alpha"
DEPEND="=net-analyzer/nessus-libraries-${PV}"
@@ -19,23 +19,13 @@ S=${WORKDIR}/${PN}
src_unpack() {
unpack ${A}
cd ${S}
- epatch ${FILESDIR}/${P}-gentoo.patch || die
+ epatch ${FILESDIR}/${P}-gentoo.patch
}
src_compile() {
- if [ ! -z ${DEBUGBUILD} ]; then
- OLD_DEBUG=${DEBUG}
- unset DEBUG
- econf || die "configuration failed"
- DEBUG=${OLD_DEBUG}
- unset OLD_DEBUG
- else
- econf || die "configuration failed"
- fi
-
+ econf || die "configuration failed"
+ # emake fails for >= -j2. bug #16471.
make || die "make failed"
- # fails for >= -j2. bug #16471.
- # emake || die "emake failed"
}
src_install() {
diff --git a/net-analyzer/libnasl/libnasl-2.0.7.ebuild b/net-analyzer/libnasl/libnasl-2.0.7.ebuild
index 733b369db8c6..0d3b7e86e4d3 100644
--- a/net-analyzer/libnasl/libnasl-2.0.7.ebuild
+++ b/net-analyzer/libnasl/libnasl-2.0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.0.7.ebuild,v 1.1 2003/07/10 12:38:16 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.0.7.ebuild,v 1.2 2003/08/03 03:17:14 vapier Exp $
inherit eutils
@@ -8,8 +8,8 @@ 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"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="~x86 ~ppc -sparc ~alpha"
DEPEND="=net-analyzer/nessus-libraries-${PV}"
@@ -19,23 +19,13 @@ S=${WORKDIR}/${PN}
src_unpack() {
unpack ${A}
cd ${S}
- epatch ${FILESDIR}/${P}-gentoo.patch || die
+ epatch ${FILESDIR}/${P}-gentoo.patch
}
src_compile() {
- if [ ! -z ${DEBUGBUILD} ]; then
- OLD_DEBUG=${DEBUG}
- unset DEBUG
- econf || die "configuration failed"
- DEBUG=${OLD_DEBUG}
- unset OLD_DEBUG
- else
- econf || die "configuration failed"
- fi
-
+ econf || die "configuration failed"
+ # emake fails for >= -j2. bug #16471.
make || die "make failed"
- # fails for >= -j2. bug #16471.
- # emake || die "emake failed"
}
src_install() {