summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-02-14 14:22:53 +0000
committerJustin Lecher <jlec@gentoo.org>2015-02-14 14:22:53 +0000
commit270de0294dd93009ad4b608287846e500a18fe01 (patch)
treebe6827da46d8ff2a2cf8f46a164cf51474daa9af /net-analyzer/openvas-cli
parentDrop old; sort dependencies; drop unnecessary depend on cmake (diff)
downloadgentoo-2-270de0294dd93009ad4b608287846e500a18fe01.tar.gz
gentoo-2-270de0294dd93009ad4b608287846e500a18fe01.tar.bz2
gentoo-2-270de0294dd93009ad4b608287846e500a18fe01.zip
Drop old; fix dependencies versions, #540020
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'net-analyzer/openvas-cli')
-rw-r--r--net-analyzer/openvas-cli/ChangeLog8
-rw-r--r--net-analyzer/openvas-cli/openvas-cli-1.3.1.ebuild6
-rw-r--r--net-analyzer/openvas-cli/openvas-cli-1.4_beta3.ebuild33
-rw-r--r--net-analyzer/openvas-cli/openvas-cli-1.4_beta4.ebuild33
-rw-r--r--net-analyzer/openvas-cli/openvas-cli-1.4_beta5.ebuild4
5 files changed, 11 insertions, 73 deletions
diff --git a/net-analyzer/openvas-cli/ChangeLog b/net-analyzer/openvas-cli/ChangeLog
index 1c1c577e1def..7ac70f19efa7 100644
--- a/net-analyzer/openvas-cli/ChangeLog
+++ b/net-analyzer/openvas-cli/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/openvas-cli
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-cli/ChangeLog,v 1.12 2015/02/03 10:26:07 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-cli/ChangeLog,v 1.13 2015/02/14 14:22:53 jlec Exp $
+
+ 14 Feb 2015; Justin Lecher <jlec@gentoo.org> -openvas-cli-1.4_beta3.ebuild,
+ -openvas-cli-1.4_beta4.ebuild, openvas-cli-1.3.1.ebuild,
+ openvas-cli-1.4_beta5.ebuild:
+ Drop old; fix dependencies versions, #540020
*openvas-cli-1.4_beta5 (03 Feb 2015)
@@ -57,4 +62,3 @@
09 Oct 2011; Hanno Boeck <hanno@gentoo.org> +openvas-cli-1.1.2.ebuild,
+metadata.xml:
Initial commit of openvas-cli, part of openvas 4.
-
diff --git a/net-analyzer/openvas-cli/openvas-cli-1.3.1.ebuild b/net-analyzer/openvas-cli/openvas-cli-1.3.1.ebuild
index a2a89b3bf33c..b160e3fd0f4d 100644
--- a/net-analyzer/openvas-cli/openvas-cli-1.3.1.ebuild
+++ b/net-analyzer/openvas-cli/openvas-cli-1.3.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.3.1.ebuild,v 1.1 2014/11/04 12:36:37 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-cli/openvas-cli-1.3.1.ebuild,v 1.2 2015/02/14 14:22:53 jlec Exp $
EAPI=5
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE=""
RDEPEND="
- ~net-analyzer/openvas-libraries-7.0.5
+ >=net-analyzer/openvas-libraries-7.0.6
!net-analyzer/openvas-client"
DEPEND="${RDEPEND}
virtual/pkgconfig"
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
-}
diff --git a/net-analyzer/openvas-cli/openvas-cli-1.4_beta4.ebuild b/net-analyzer/openvas-cli/openvas-cli-1.4_beta4.ebuild
deleted file mode 100644
index aab69f7ae62d..000000000000
--- a/net-analyzer/openvas-cli/openvas-cli-1.4_beta4.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_beta4.ebuild,v 1.1 2014/12/01 16:54:36 jlec Exp $
-
-EAPI=5
-
-inherit cmake-utils
-
-DL_ID=1827
-
-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_beta4
- !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
-}
diff --git a/net-analyzer/openvas-cli/openvas-cli-1.4_beta5.ebuild b/net-analyzer/openvas-cli/openvas-cli-1.4_beta5.ebuild
index 359b886c4db3..5922bba4a66e 100644
--- a/net-analyzer/openvas-cli/openvas-cli-1.4_beta5.ebuild
+++ b/net-analyzer/openvas-cli/openvas-cli-1.4_beta5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 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_beta5.ebuild,v 1.1 2015/02/03 10:26:07 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-cli/openvas-cli-1.4_beta5.ebuild,v 1.2 2015/02/14 14:22:53 jlec Exp $
EAPI=5
@@ -17,7 +17,7 @@ KEYWORDS=""
IUSE=""
RDEPEND="
- >=net-analyzer/openvas-libraries-8.0_beta4
+ >=net-analyzer/openvas-libraries-8.0_beta5
!net-analyzer/openvas-client"
DEPEND="${RDEPEND}
virtual/pkgconfig"