Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/openvas-cli/
Date: Mon, 31 Dec 2018 23:43:41
Message-Id: 1546299137.a3a114d11530dc0001b601e99eb11b4ee584d1db.asturm@gentoo
1 commit: a3a114d11530dc0001b601e99eb11b4ee584d1db
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 31 23:32:17 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 31 23:32:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3a114d1
7
8 net-analyzer/openvas-cli: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-analyzer/openvas-cli/openvas-cli-1.4.3.ebuild | 19 ++++++++++---------
14 1 file changed, 10 insertions(+), 9 deletions(-)
15
16 diff --git a/net-analyzer/openvas-cli/openvas-cli-1.4.3.ebuild b/net-analyzer/openvas-cli/openvas-cli-1.4.3.ebuild
17 index 726bf0767d7..4d74bab6503 100644
18 --- a/net-analyzer/openvas-cli/openvas-cli-1.4.3.ebuild
19 +++ b/net-analyzer/openvas-cli/openvas-cli-1.4.3.ebuild
20 @@ -1,25 +1,26 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 -
27 -inherit cmake-utils
28 +EAPI=7
29
30 DL_ID=2209
31 +inherit cmake-utils
32
33 DESCRIPTION="A remote security scanner for Linux (OpenVAS-cli)"
34 HOMEPAGE="http://www.openvas.org/"
35 SRC_URI="http://wald.intevation.org/frs/download.php/${DL_ID}/${P/_beta/+beta}.tar.gz"
36 SLOT="0"
37 LICENSE="GPL-2"
38 -KEYWORDS=" ~amd64 ~arm ~ppc ~x86"
39 +KEYWORDS="~amd64 ~arm ~ppc ~x86"
40 IUSE=""
41
42 -RDEPEND="
43 +DEPEND="
44 >=net-analyzer/openvas-libraries-8.0.4
45 - !net-analyzer/openvas-client"
46 -DEPEND="${RDEPEND}
47 - virtual/pkgconfig"
48 +"
49 +RDEPEND="${DEPEND}
50 + !net-analyzer/openvas-client
51 +"
52 +BDEPEND="virtual/pkgconfig"
53
54 S="${WORKDIR}"/${P/_beta/+beta}