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 BE735138334 for ; Mon, 3 Dec 2018 05:56:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81326E0809; Mon, 3 Dec 2018 05:56:16 +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 561D7E0809 for ; Mon, 3 Dec 2018 05:56:15 +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 4DF70335C5A for ; Mon, 3 Dec 2018 05:56:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E033463 for ; Mon, 3 Dec 2018 05:56:04 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1543816463.04f53402a0bbdc43c6b50cc60876cdab8f3e1ae3.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/shellcheck-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/shellcheck-bin/Manifest dev-util/shellcheck-bin/shellcheck-bin-0.6.0.ebuild X-VCS-Directories: dev-util/shellcheck-bin/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 04f53402a0bbdc43c6b50cc60876cdab8f3e1ae3 X-VCS-Branch: master Date: Mon, 3 Dec 2018 05:56:04 +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: 489d5aa3-fc1b-4d72-8147-6385108d320d X-Archives-Hash: c1c4ae429984a4a1b5a51646be324804 commit: 04f53402a0bbdc43c6b50cc60876cdab8f3e1ae3 Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Dec 3 05:54:23 2018 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Dec 3 05:54:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04f53402 dev-util/shellcheck-bin: version bump to 0.6.0 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev gentoo.org> dev-util/shellcheck-bin/Manifest | 1 + .../shellcheck-bin/shellcheck-bin-0.6.0.ebuild | 25 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-util/shellcheck-bin/Manifest b/dev-util/shellcheck-bin/Manifest index 7b41931c63f..329d14b2083 100644 --- a/dev-util/shellcheck-bin/Manifest +++ b/dev-util/shellcheck-bin/Manifest @@ -1 +1,2 @@ DIST shellcheck-v0.5.0.linux.x86_64.tar.xz 3231336 BLAKE2B 5d94ed2e61fd363f645259eac94905cc4eed839b523c4392dd6a775f466e85a2164036c34cf0e1d993a43486fbbe0c7e64df2943d0748bee6e7bb25a5e3d0500 SHA512 475e14bf2705ad4a16d405fa64b94c2eb151a914d5a165ce13e8f9344e6145893f685a650cd32d45a7ab236dedf55f76b31db82e2ef76ad6175a87dd89109790 +DIST shellcheck-v0.6.0.linux.x86_64.tar.xz 1484496 BLAKE2B 2f0d40b53a59dea15ae6bd972387071aea4e1d0f44bc1b7f74180d8744befd539a2e7e7aa4d5b78b65c82f8b94dc224b0730a9351a4fb1db1988c024fd85feac SHA512 6335d8888848a6fd351867c4f9732446b33c6b5e46343aebdbf1efa14ae99804d1e5af5b186b6ceba161d23b221b53d2a12e3a695231f8ac8f9ef46e2db9182b diff --git a/dev-util/shellcheck-bin/shellcheck-bin-0.6.0.ebuild b/dev-util/shellcheck-bin/shellcheck-bin-0.6.0.ebuild new file mode 100644 index 00000000000..633eb010765 --- /dev/null +++ b/dev-util/shellcheck-bin/shellcheck-bin-0.6.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PN=${PN/-bin/} + +DESCRIPTION="Shell script analysis tool (binary package)" +HOMEPAGE="https://www.shellcheck.net/" +SRC_URI="https://storage.googleapis.com/${MY_PN}/${MY_PN}-v${PV}.linux.x86_64.tar.xz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="!dev-util/shellcheck" +RDEPEND="${DEPEND}" + +QA_PREBUILT="/usr/bin/shellcheck" +S="${WORKDIR}/${MY_PN}-v${PV}" + +src_install() { + dobin shellcheck + einstalldocs +}