diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-06 18:35:14 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-06 18:35:14 +0000 |
commit | 6a358333e33b3e9926546e2e47240b37933c74a1 (patch) | |
tree | 77dac7318dab037225b3340f110063652a3d73ee /net-analyzer/libnasl | |
parent | Automated update of use.local.desc (diff) | |
download | historical-6a358333e33b3e9926546e2e47240b37933c74a1.tar.gz historical-6a358333e33b3e9926546e2e47240b37933c74a1.tar.bz2 historical-6a358333e33b3e9926546e2e47240b37933c74a1.zip |
Revert back to ~arch wrt #330455.
Package-Manager: portage-2.2_rc75/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer/libnasl')
-rw-r--r-- | net-analyzer/libnasl/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/libnasl/libnasl-2.2.6.ebuild | 30 |
2 files changed, 4 insertions, 31 deletions
diff --git a/net-analyzer/libnasl/ChangeLog b/net-analyzer/libnasl/ChangeLog index f829fb600bdc..7d095c3ffd6f 100644 --- a/net-analyzer/libnasl/ChangeLog +++ b/net-analyzer/libnasl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/libnasl # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.86 2010/07/11 03:43:28 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.87 2010/09/06 18:32:56 ssuominen Exp $ + + 06 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> -libnasl-2.2.6.ebuild: + Revert back to ~arch wrt #330455. 11 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> libnasl-2.2.9.ebuild, +files/libnasl-2.2.9-openssl-1.patch: diff --git a/net-analyzer/libnasl/libnasl-2.2.6.ebuild b/net-analyzer/libnasl/libnasl-2.2.6.ebuild deleted file mode 100644 index dcb6235836b6..000000000000 --- a/net-analyzer/libnasl/libnasl-2.2.6.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.6.ebuild,v 1.7 2006/02/07 20:46:13 blubb 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" -} |