diff options
author | Hanno Böck <hanno@gentoo.org> | 2009-09-18 14:36:11 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2009-09-18 14:36:11 +0000 |
commit | 6c52d09a3189513e2f76270f1b0ad6c2de11ea49 (patch) | |
tree | 46617f4391e927adad376196a0ac6fefbb39d476 /net-analyzer/openvas-libraries | |
parent | Remove built_with_use and use proper DEPEND atoms that work properly for both... (diff) | |
download | gentoo-2-6c52d09a3189513e2f76270f1b0ad6c2de11ea49.tar.gz gentoo-2-6c52d09a3189513e2f76270f1b0ad6c2de11ea49.tar.bz2 gentoo-2-6c52d09a3189513e2f76270f1b0ad6c2de11ea49.zip |
remove old openvas-libraries ebuilds
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/openvas-libraries')
-rw-r--r-- | net-analyzer/openvas-libraries/openvas-libraries-2.0.1.ebuild | 21 | ||||
-rw-r--r-- | net-analyzer/openvas-libraries/openvas-libraries-2.0.2.ebuild | 21 |
2 files changed, 0 insertions, 42 deletions
diff --git a/net-analyzer/openvas-libraries/openvas-libraries-2.0.1.ebuild b/net-analyzer/openvas-libraries/openvas-libraries-2.0.1.ebuild deleted file mode 100644 index 30b289dd7541..000000000000 --- a/net-analyzer/openvas-libraries/openvas-libraries-2.0.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/openvas-libraries-2.0.1.ebuild,v 1.1 2009/02/09 10:56:31 hanno Exp $ - -DESCRIPTION="A remote security scanner for Linux (openvas-libraries)" -HOMEPAGE="http://www.openvas.org/" -SRC_URI="http://wald.intevation.org/frs/download.php/560/${P}.tar.gz" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="net-libs/gnutls - net-libs/libpcap" -RDEPEND="${DEPEND}" - -src_install() { - einstall || die "failed to install" - find "${D}" -name '*.la' -delete - dodoc ChangeLog CHANGES TODO || die -} diff --git a/net-analyzer/openvas-libraries/openvas-libraries-2.0.2.ebuild b/net-analyzer/openvas-libraries/openvas-libraries-2.0.2.ebuild deleted file mode 100644 index e97ec1fe11e2..000000000000 --- a/net-analyzer/openvas-libraries/openvas-libraries-2.0.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/openvas-libraries-2.0.2.ebuild,v 1.2 2009/03/19 13:34:23 ranger Exp $ - -DESCRIPTION="A remote security scanner for Linux (openvas-libraries)" -HOMEPAGE="http://www.openvas.org/" -SRC_URI="http://wald.intevation.org/frs/download.php/572/${P}.tar.gz" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="net-libs/gnutls - net-libs/libpcap" -RDEPEND="${DEPEND}" - -src_install() { - einstall || die "failed to install" - find "${D}" -name '*.la' -delete - dodoc ChangeLog CHANGES TODO || die -} |