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 45D75138350 for ; Sat, 7 Mar 2020 23:30:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0775AE0885; Sat, 7 Mar 2020 23:30:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B4967E0885 for ; Sat, 7 Mar 2020 23:30:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8184034F1CF for ; Sat, 7 Mar 2020 23:30:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70A50103 for ; Sat, 7 Mar 2020 23:30:29 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1583623806.bc67a8865f00c49bbb4547d2146943d2accdeebe.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/kube-bench/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/kube-bench/kube-bench-0.2.3-r1.ebuild X-VCS-Directories: app-admin/kube-bench/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: bc67a8865f00c49bbb4547d2146943d2accdeebe X-VCS-Branch: master Date: Sat, 7 Mar 2020 23:30:29 +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: ce428a6c-b7fa-4fb2-8e94-378763eb723d X-Archives-Hash: 73eaecf29eeed8ce70f448abca675734 commit: bc67a8865f00c49bbb4547d2146943d2accdeebe Author: William Hubbs gentoo org> AuthorDate: Sat Mar 7 23:29:43 2020 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat Mar 7 23:30:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc67a886 app-admin/kube-bench: style Signed-off-by: William Hubbs gentoo.org> app-admin/kube-bench/kube-bench-0.2.3-r1.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app-admin/kube-bench/kube-bench-0.2.3-r1.ebuild b/app-admin/kube-bench/kube-bench-0.2.3-r1.ebuild index 58894d16c6c..ad63bbd5ccd 100644 --- a/app-admin/kube-bench/kube-bench-0.2.3-r1.ebuild +++ b/app-admin/kube-bench/kube-bench-0.2.3-r1.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 +inherit go-module EGO_PN=github.com/aquasecurity/kube-bench DESCRIPTION="Kubernetes Bench for Security runs the CIS Kubernetes Benchmark" @@ -359,11 +360,8 @@ EGO_SUM=( "sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod" "sigs.k8s.io/yaml v1.1.0" "sigs.k8s.io/yaml v1.1.0/go.mod" -) -inherit go-module - + ) go-module_set_globals - SRC_URI="https://github.com/aquasecurity/kube-bench/archive/v${PV}.tar.gz -> ${P}.tar.gz ${EGO_SUM_SRC_URI}"