diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-02-01 22:03:54 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-02-01 22:03:54 +0000 |
commit | 0d3ce29c67df18872ae487caa336640b89c5d8e9 (patch) | |
tree | aa14e6a4a3baddd47bd3f9a0931c663ec34c0557 /net-analyzer | |
parent | no sed dep needed here (diff) | |
download | gentoo-2-0d3ce29c67df18872ae487caa336640b89c5d8e9.tar.gz gentoo-2-0d3ce29c67df18872ae487caa336640b89c5d8e9.tar.bz2 gentoo-2-0d3ce29c67df18872ae487caa336640b89c5d8e9.zip |
cleanup
(Portage version: 2.1.2-r1)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/libnasl/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/libnasl/files/digest-libnasl-2.2.7 | 3 | ||||
-rw-r--r-- | net-analyzer/libnasl/files/digest-libnasl-2.2.8 | 3 | ||||
-rw-r--r-- | net-analyzer/libnasl/libnasl-2.2.7.ebuild | 30 | ||||
-rw-r--r-- | net-analyzer/libnasl/libnasl-2.2.8.ebuild | 30 | ||||
-rw-r--r-- | net-analyzer/libnasl/libnasl-2.3.1.ebuild | 6 |
6 files changed, 9 insertions, 71 deletions
diff --git a/net-analyzer/libnasl/ChangeLog b/net-analyzer/libnasl/ChangeLog index 1e50d2210ed6..2c99d39a0607 100644 --- a/net-analyzer/libnasl/ChangeLog +++ b/net-analyzer/libnasl/ChangeLog @@ -1,6 +1,10 @@ # 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.80 2006/06/01 21:37:52 jokey Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.81 2007/02/01 22:03:54 jokey Exp $ + + 01 Feb 2007; Markus Ullmann <jokey@gentoo.org> -libnasl-2.2.7.ebuild, + -libnasl-2.2.8.ebuild: + cleanup *libnasl-2.2.8 (01 Jun 2006) diff --git a/net-analyzer/libnasl/files/digest-libnasl-2.2.7 b/net-analyzer/libnasl/files/digest-libnasl-2.2.7 deleted file mode 100644 index 2f590a4f2afe..000000000000 --- a/net-analyzer/libnasl/files/digest-libnasl-2.2.7 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 37f6f0db022dad1e218371909de3e8af libnasl-2.2.7.tar.gz 364755 -RMD160 281c6ea87e8eba25152f6f81bdf7186b2ceb9e43 libnasl-2.2.7.tar.gz 364755 -SHA256 6e40f246bc4ff3a7adb48fa417692df02e087c72c372374d88e1175941a5cd00 libnasl-2.2.7.tar.gz 364755 diff --git a/net-analyzer/libnasl/files/digest-libnasl-2.2.8 b/net-analyzer/libnasl/files/digest-libnasl-2.2.8 deleted file mode 100644 index 66554ac99e0c..000000000000 --- a/net-analyzer/libnasl/files/digest-libnasl-2.2.8 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 07e8d9f06862cb240ede348713cfe31b libnasl-2.2.8.tar.gz 366779 -RMD160 42bb5cfe9e1974b036c54530721f785344cacdff libnasl-2.2.8.tar.gz 366779 -SHA256 bf9552443b9d016f6f5861a713f9167efcd9f979fcb6112e6c638541d4e20a1d libnasl-2.2.8.tar.gz 366779 diff --git a/net-analyzer/libnasl/libnasl-2.2.7.ebuild b/net-analyzer/libnasl/libnasl-2.2.7.ebuild deleted file mode 100644 index 2cbc3081068d..000000000000 --- a/net-analyzer/libnasl/libnasl-2.2.7.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.7.ebuild,v 1.1 2006/03/09 17:47:48 vanquirius 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" -} diff --git a/net-analyzer/libnasl/libnasl-2.2.8.ebuild b/net-analyzer/libnasl/libnasl-2.2.8.ebuild deleted file mode 100644 index 5ff68d70eff5..000000000000 --- a/net-analyzer/libnasl/libnasl-2.2.8.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.8.ebuild,v 1.1 2006/06/01 21:37:52 jokey 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" -} diff --git a/net-analyzer/libnasl/libnasl-2.3.1.ebuild b/net-analyzer/libnasl/libnasl-2.3.1.ebuild index 8d61c7363bba..aa98302695f2 100644 --- a/net-analyzer/libnasl/libnasl-2.3.1.ebuild +++ b/net-analyzer/libnasl/libnasl-2.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.3 2006/03/05 21:13:54 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.3.1.ebuild,v 1.4 2007/02/01 22:03:54 jokey Exp $ inherit toolchain-funcs @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86" IUSE="" -DEPEND="=net-analyzer/nessus-libraries-${PV}" +DEPEND="~net-analyzer/nessus-libraries-${PV}" S="${WORKDIR}/${PN}" |