summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-04-20 11:24:56 +0000
committerJustin Lecher <jlec@gentoo.org>2011-04-20 11:24:56 +0000
commit8f44637123d40ab5d544745e1772175a4423cebf (patch)
tree49d8417caf9db7bf6f3e0832623a6f52be0b670a /net-analyzer
parentMigrate live ebuild to git-2 eclass and update to eapi4. (diff)
downloadgentoo-2-8f44637123d40ab5d544745e1772175a4423cebf.tar.gz
gentoo-2-8f44637123d40ab5d544745e1772175a4423cebf.tar.bz2
gentoo-2-8f44637123d40ab5d544745e1772175a4423cebf.zip
Dropped due to pending removal request, #169466
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/libnasl/ChangeLog5
-rw-r--r--net-analyzer/libnasl/libnasl-2.3.1.ebuild30
2 files changed, 4 insertions, 31 deletions
diff --git a/net-analyzer/libnasl/ChangeLog b/net-analyzer/libnasl/ChangeLog
index 09fcbe65df7d..8a6784ee7e73 100644
--- a/net-analyzer/libnasl/ChangeLog
+++ b/net-analyzer/libnasl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/libnasl
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.88 2011/04/20 07:52:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.89 2011/04/20 11:24:56 jlec Exp $
+
+ 20 Apr 2011; Justin Lecher <jlec@gentoo.org> -libnasl-2.3.1.ebuild:
+ Dropped due to pending removal request, #169466
*libnasl-2.2.9-r1 (20 Apr 2011)
diff --git a/net-analyzer/libnasl/libnasl-2.3.1.ebuild b/net-analyzer/libnasl/libnasl-2.3.1.ebuild
deleted file mode 100644
index 6195d71a96ac..000000000000
--- a/net-analyzer/libnasl/libnasl-2.3.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.3.1.ebuild,v 1.7 2010/07/11 03:46:26 ssuominen Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="A remote security scanner for Linux (libnasl)"
-HOMEPAGE="http://www.nessus.org/"
-SRC_URI="ftp://ftp.nessus.org/pub/nessus/experimental/nessus-${PV}/src/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-DEPEND="~net-analyzer/nessus-libraries-${PV}"
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
- export CC=$(tc-getCC)
- econf || die "configuration failed"
- # emake fails for >= -j2. bug #16471.
- emake -C nasl cflags
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-}