summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2006-02-19 01:46:10 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2006-02-19 01:46:10 +0000
commit8efc6cf24f23800b5675e4ffc8f93487d590d47b (patch)
treef01edfa9a9b68ff32da8f96d3af8264f82342bef /net-analyzer/libnasl
parentRename pscan to printf-scan to avoid file collision (see bug #116236) (diff)
downloadhistorical-8efc6cf24f23800b5675e4ffc8f93487d590d47b.tar.gz
historical-8efc6cf24f23800b5675e4ffc8f93487d590d47b.tar.bz2
historical-8efc6cf24f23800b5675e4ffc8f93487d590d47b.zip
Remove 2.2.4 ebuild.
Package-Manager: portage-2.0.54 vanquish yourself edition
Diffstat (limited to 'net-analyzer/libnasl')
-rw-r--r--net-analyzer/libnasl/ChangeLog5
-rw-r--r--net-analyzer/libnasl/files/digest-libnasl-2.2.41
-rw-r--r--net-analyzer/libnasl/libnasl-2.2.4.ebuild31
3 files changed, 4 insertions, 33 deletions
diff --git a/net-analyzer/libnasl/ChangeLog b/net-analyzer/libnasl/ChangeLog
index 6d66c9061e18..7c340dacb10f 100644
--- a/net-analyzer/libnasl/ChangeLog
+++ b/net-analyzer/libnasl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/libnasl
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.76 2006/02/18 19:44:46 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.77 2006/02/19 01:44:10 vanquirius Exp $
+
+ 19 Feb 2006; Marcelo Goes <vanquirius@gentoo.org> -libnasl-2.2.4.ebuild:
+ Remove 2.2.4 ebuild.
18 Feb 2006; Fabian Groffen <grobian@gentoo.org> libnasl-2.3.1.ebuild:
Marked ~ppc-macos (bug #123308)
diff --git a/net-analyzer/libnasl/files/digest-libnasl-2.2.4 b/net-analyzer/libnasl/files/digest-libnasl-2.2.4
deleted file mode 100644
index f6302e073b51..000000000000
--- a/net-analyzer/libnasl/files/digest-libnasl-2.2.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 47de3e86725b5f54f5752233a4bc1ea8 libnasl-2.2.4.tar.gz 361551
diff --git a/net-analyzer/libnasl/libnasl-2.2.4.ebuild b/net-analyzer/libnasl/libnasl-2.2.4.ebuild
deleted file mode 100644
index c330ebbc242e..000000000000
--- a/net-analyzer/libnasl/libnasl-2.2.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.4.ebuild,v 1.9 2005/08/04 19:18:43 grobian 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/nessus-${PV}/src/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc ~ppc-macos ppc64 sparc x86"
-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() {
- make DESTDIR=${D} install || die "Install failed libnasl"
- dodoc COPYING
-}