diff options
author | Hanno Böck <hanno@gentoo.org> | 2009-02-13 22:44:40 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2009-02-13 22:44:40 +0000 |
commit | 14a5d30622b7a1946c6ff732acf3e31eac275142 (patch) | |
tree | 02f009061f2b9240386dc3c26afd7e05e7909d67 /net-analyzer/openvas-libnasl | |
parent | EAPI=2 (diff) | |
download | gentoo-2-14a5d30622b7a1946c6ff732acf3e31eac275142.tar.gz gentoo-2-14a5d30622b7a1946c6ff732acf3e31eac275142.tar.bz2 gentoo-2-14a5d30622b7a1946c6ff732acf3e31eac275142.zip |
openvas-libnasl: bump
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/openvas-libnasl')
-rw-r--r-- | net-analyzer/openvas-libnasl/ChangeLog | 9 | ||||
-rw-r--r-- | net-analyzer/openvas-libnasl/openvas-libnasl-2.0.1.ebuild | 21 |
2 files changed, 28 insertions, 2 deletions
diff --git a/net-analyzer/openvas-libnasl/ChangeLog b/net-analyzer/openvas-libnasl/ChangeLog index b6aa0fc5fd96..28f0fccc936d 100644 --- a/net-analyzer/openvas-libnasl/ChangeLog +++ b/net-analyzer/openvas-libnasl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/openvas-libnasl -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libnasl/ChangeLog,v 1.5 2008/12/20 23:46:55 hanno Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libnasl/ChangeLog,v 1.6 2009/02/13 22:44:40 hanno Exp $ + +*openvas-libnasl-2.0.1 (13 Feb 2009) + + 13 Feb 2009; Hanno Boeck <hanno@gentoo.org> +openvas-libnasl-2.0.1.ebuild: + Version bump. *openvas-libnasl-2.0.0 (20 Dec 2008) diff --git a/net-analyzer/openvas-libnasl/openvas-libnasl-2.0.1.ebuild b/net-analyzer/openvas-libnasl/openvas-libnasl-2.0.1.ebuild new file mode 100644 index 000000000000..c3a3893096c9 --- /dev/null +++ b/net-analyzer/openvas-libnasl/openvas-libnasl-2.0.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libnasl/openvas-libnasl-2.0.1.ebuild,v 1.1 2009/02/13 22:44:40 hanno Exp $ + +DESCRIPTION="A remote security scanner for Linux (openvas-libnasl)" +HOMEPAGE="http://www.openvas.org/" +SRC_URI="http://wald.intevation.org/frs/download.php/561/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=net-analyzer/openvas-libraries-2.0.0 + app-crypt/gpgme" +RDEPEND="${DEPEND}" + +src_install() { + einstall || die "einstall failed" + find "${D}" -name '*.la' -delete + dodoc ChangeLog || die "dodoc failed" +} |