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 E9E2F138350 for ; Sun, 5 Apr 2020 10:07:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A25FE0A8B; Sun, 5 Apr 2020 10:07:06 +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 422EFE0A8B for ; Sun, 5 Apr 2020 10:07:06 +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 5126634EF4F for ; Sun, 5 Apr 2020 10:07:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DD241CF for ; Sun, 5 Apr 2020 10:07:01 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1586081214.c6160d02b42924b16d73da35e9296f4ec2da6887.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/shellcheck/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/shellcheck/Manifest dev-util/shellcheck/shellcheck-0.7.1.ebuild X-VCS-Directories: dev-util/shellcheck/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c6160d02b42924b16d73da35e9296f4ec2da6887 X-VCS-Branch: master Date: Sun, 5 Apr 2020 10:07:01 +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: 5be4c2fe-a349-41a0-b19e-228fa952f8ec X-Archives-Hash: de6db756e4d2fcd1c57841f67c1de6d5 commit: c6160d02b42924b16d73da35e9296f4ec2da6887 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Apr 5 10:04:37 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Apr 5 10:06:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6160d02 dev-util/shellcheck: bump up to 3.7.1 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich gentoo.org> dev-util/shellcheck/Manifest | 1 + dev-util/shellcheck/shellcheck-0.7.1.ebuild | 35 +++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/dev-util/shellcheck/Manifest b/dev-util/shellcheck/Manifest index b21510d7bef..486d282de02 100644 --- a/dev-util/shellcheck/Manifest +++ b/dev-util/shellcheck/Manifest @@ -1 +1,2 @@ DIST ShellCheck-0.7.0.tar.gz 163027 BLAKE2B 2d6348f21cb9598c0133cc1548f43727d56155883db83c38483b581b3565c67d5bf9d5333b6c39569dac1f07b19b21db1d62d83e675bb4aa9735725879aaf6e2 SHA512 88a0cb2a2879f597b832979fd934ee63e0f1ca256e5f9e7c51667744d09848817fdbe3988898f49226fc52ec27d92c314a9075995c3110ee10b24468cb60c657 +DIST ShellCheck-0.7.1.tar.gz 163288 BLAKE2B efc8c56348ba924baf660ae16d84e023cdd1a5ef8b355b492844ca41aeb3242eb1e5862bea7f12c69fa43cce285a44afaf95125816f62fbe316d9bdca467b1ae SHA512 fc84bd67e30af1378a92c1e378693a2c181e9567d53f2590e76aedb9f607276b90abd2ac83818c36524bd77a480df347af5a0879a925a846f35440ab207fad8a diff --git a/dev-util/shellcheck/shellcheck-0.7.1.ebuild b/dev-util/shellcheck/shellcheck-0.7.1.ebuild new file mode 100644 index 00000000000..357bb0ecd57 --- /dev/null +++ b/dev-util/shellcheck/shellcheck-0.7.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +MY_PN="ShellCheck" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Shell script analysis tool" +HOMEPAGE="https://www.shellcheck.net/" +SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/aeson:=[profile?] + >=dev-haskell/diff-0.2.0:=[profile?] + >=dev-haskell/mtl-2.2.1:=[profile?] + >=dev-haskell/parsec-3.0:=[profile?] + >=dev-haskell/quickcheck-2.7.4:2=[template-haskell,profile?] + dev-haskell/regex-tdfa:=[profile?] + >=dev-lang/ghc-8.0.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.24.0.0 +" + +S="${WORKDIR}/${MY_P}"