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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3917D158094 for ; Wed, 27 Jul 2022 04:14:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5141E0EFB; Wed, 27 Jul 2022 04:14:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C015E0EFB for ; Wed, 27 Jul 2022 04:14:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2170E341042 for ; Wed, 27 Jul 2022 04:14:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CCA555F for ; Wed, 27 Jul 2022 04:14:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1658894828.e781a3afb0b9917c49e2a47c518d6c2aba37f007.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/log4shelldetect/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/log4shelldetect/log4shelldetect-0.0.7.ebuild X-VCS-Directories: dev-util/log4shelldetect/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e781a3afb0b9917c49e2a47c518d6c2aba37f007 X-VCS-Branch: master Date: Wed, 27 Jul 2022 04:14:10 +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: 273c8d7f-e580-43c4-9472-a39138d16451 X-Archives-Hash: fe83e26c5dd88029200ad389e8ea1fc7 commit: e781a3afb0b9917c49e2a47c518d6c2aba37f007 Author: Sam James gentoo org> AuthorDate: Wed Jul 27 04:06:27 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 27 04:07:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e781a3af dev-util/log4shelldetect: fix DESCRIPTION, indentation Signed-off-by: Sam James gentoo.org> dev-util/log4shelldetect/log4shelldetect-0.0.7.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/log4shelldetect/log4shelldetect-0.0.7.ebuild b/dev-util/log4shelldetect/log4shelldetect-0.0.7.ebuild index 578352422417..46ed42367c0d 100644 --- a/dev-util/log4shelldetect/log4shelldetect-0.0.7.ebuild +++ b/dev-util/log4shelldetect/log4shelldetect-0.0.7.ebuild @@ -4,7 +4,7 @@ EAPI=8 inherit go-module -DESCRIPTION="check for java programs vulnerable to log4shell" +DESCRIPTION="Check for java programs vulnerable to log4shell" HOMEPAGE="https://github.com/1lann/log4shelldetect" SRC_URI="https://github.com/1lann/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz" @@ -18,6 +18,6 @@ src_compile() { } src_install() { -dobin log4shelldetect -dodoc README.md + dobin log4shelldetect + dodoc README.md }