summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/openvas-cli/openvas-cli-1.4_beta3.ebuild')
-rw-r--r--net-analyzer/openvas-cli/openvas-cli-1.4_beta3.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/net-analyzer/openvas-cli/openvas-cli-1.4_beta3.ebuild b/net-analyzer/openvas-cli/openvas-cli-1.4_beta3.ebuild
deleted file mode 100644
index 67b02f1c1bc4..000000000000
--- a/net-analyzer/openvas-cli/openvas-cli-1.4_beta3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-cli/openvas-cli-1.4_beta3.ebuild,v 1.2 2014/10/22 08:20:59 jlec Exp $
-
-EAPI=5
-
-inherit cmake-utils
-
-DL_ID=1779
-
-DESCRIPTION="A remote security scanner for Linux (OpenVAS-cli)"
-HOMEPAGE="http://www.openvas.org/"
-SRC_URI="http://wald.intevation.org/frs/download.php/${DL_ID}/${P/_beta/+beta}.tar.gz"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="
- >=net-analyzer/openvas-libraries-8.0_beta3
- !net-analyzer/openvas-client"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S="${WORKDIR}"/${P/_beta/+beta}
-
-src_configure() {
- local mycmakeargs=(
- -DLOCALSTATEDIR="${EPREFIX}"/var
- -DSYSCONFDIR="${EPREFIX}"/etc
- )
- cmake-utils_src_configure
-}