From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD21C138335 for ; Mon, 31 Dec 2018 23:43:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A174DE0BAD; Mon, 31 Dec 2018 23:43:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7FF9AE0BAD for ; Mon, 31 Dec 2018 23:43:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03F6B335CF5 for ; Mon, 31 Dec 2018 23:43:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B230516 for ; Mon, 31 Dec 2018 23:43:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1546299786.6a66475292c5b70e8e308b6fba4024d1e9a79414.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/openvas-scanner/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/openvas-scanner/openvas-scanner-5.0.4-r1.ebuild X-VCS-Directories: net-analyzer/openvas-scanner/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6a66475292c5b70e8e308b6fba4024d1e9a79414 X-VCS-Branch: master Date: Mon, 31 Dec 2018 23:43:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 44c68258-55a2-447e-82b1-96c81ee7bf49 X-Archives-Hash: cd1b4a923a926fee01635ff24f915f80 commit: 6a66475292c5b70e8e308b6fba4024d1e9a79414 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 31 23:43:06 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 31 23:43:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a664752 net-analyzer/openvas-scanner: EAPI-7 bump Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> .../openvas-scanner-5.0.4-r1.ebuild | 28 ++++++++++++---------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/net-analyzer/openvas-scanner/openvas-scanner-5.0.4-r1.ebuild b/net-analyzer/openvas-scanner/openvas-scanner-5.0.4-r1.ebuild index 4d550d82f4f..ac7d2ea314e 100644 --- a/net-analyzer/openvas-scanner/openvas-scanner-5.0.4-r1.ebuild +++ b/net-analyzer/openvas-scanner/openvas-scanner-5.0.4-r1.ebuild @@ -1,13 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -inherit cmake-utils systemd - -MY_PN=openvassd +EAPI=7 DL_ID=2129 +MY_PN=openvassd +inherit cmake-utils systemd DESCRIPTION="A remote security scanner for Linux (OpenVAS-scanner)" HOMEPAGE="http://www.openvas.org/" @@ -15,18 +13,22 @@ SRC_URI="http://wald.intevation.org/frs/download.php/${DL_ID}/${P/_beta/+beta}.t SLOT="0" LICENSE="GPL-2" -KEYWORDS=" ~amd64 ~arm ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="" -RDEPEND=" +DEPEND=" app-crypt/gpgme >=dev-libs/glib-2.16:2 dev-libs/libgcrypt:0 >=net-analyzer/openvas-libraries-8.0.2 +" +RDEPEND="${DEPEND} !net-analyzer/openvas-plugins - !net-analyzer/openvas-server" -DEPEND="${RDEPEND} - virtual/pkgconfig" + !net-analyzer/openvas-server +" +BDEPEND=" + virtual/pkgconfig +" S="${WORKDIR}"/${P/_beta/+beta} @@ -34,13 +36,13 @@ PATCHES=( "${FILESDIR}"/${PN}-4.0.3-mkcertclient.patch "${FILESDIR}"/${PN}-4.0.3-rulesdir.patch "${FILESDIR}"/${PN}-4.0.3-run.patch - ) +) src_prepare() { + cmake-utils_src_prepare sed \ -e '/^install.*OPENVAS_CACHE_DIR.*/d' \ -i CMakeLists.txt || die - cmake-utils_src_prepare } src_configure() {