diff options
author | 2006-02-12 22:47:41 +0000 | |
---|---|---|
committer | 2006-02-12 22:47:41 +0000 | |
commit | 1dc329d97e083873e25f08b9312b936d5ec7553d (patch) | |
tree | e7307b0efd00866c081729193cfdee343d9f2fcc /net-analyzer/libnasl | |
parent | Fix building on 2.4 kernels #122565 by André Terpstra. (diff) | |
download | historical-1dc329d97e083873e25f08b9312b936d5ec7553d.tar.gz historical-1dc329d97e083873e25f08b9312b936d5ec7553d.tar.bz2 historical-1dc329d97e083873e25f08b9312b936d5ec7553d.zip |
Remove old ebuilds.
Package-Manager: portage-2.0.54
Diffstat (limited to 'net-analyzer/libnasl')
-rw-r--r-- | net-analyzer/libnasl/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/libnasl/files/digest-libnasl-2.2.5 | 1 | ||||
-rw-r--r-- | net-analyzer/libnasl/libnasl-2.2.5.ebuild | 30 |
3 files changed, 4 insertions, 32 deletions
diff --git a/net-analyzer/libnasl/ChangeLog b/net-analyzer/libnasl/ChangeLog index cbd0597b8979..707b5b4673b1 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.74 2006/02/10 06:42:47 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.75 2006/02/12 22:47:36 vanquirius Exp $ + + 12 Feb 2006; Marcelo Goes <vanquirius@gentoo.org> -libnasl-2.2.5.ebuild: + Remove old ebuilds. 07 Feb 2006; Simon Stelling <blubb@gentoo.org> libnasl-2.2.6.ebuild: stable on amd64 diff --git a/net-analyzer/libnasl/files/digest-libnasl-2.2.5 b/net-analyzer/libnasl/files/digest-libnasl-2.2.5 deleted file mode 100644 index 194faf68d8a0..000000000000 --- a/net-analyzer/libnasl/files/digest-libnasl-2.2.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 da1d96493714c34ae7ffbc1907b5bbcd libnasl-2.2.5.tar.gz 364395 diff --git a/net-analyzer/libnasl/libnasl-2.2.5.ebuild b/net-analyzer/libnasl/libnasl-2.2.5.ebuild deleted file mode 100644 index 644020ef882b..000000000000 --- a/net-analyzer/libnasl/libnasl-2.2.5.ebuild +++ /dev/null @@ -1,30 +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.5.ebuild,v 1.6 2005/12/04 20:33:33 tgall 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 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" -} |