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 2E80A1382C5 for ; Tue, 23 Jan 2018 22:35:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59049E0959; Tue, 23 Jan 2018 22:35:34 +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 2794BE0959 for ; Tue, 23 Jan 2018 22:35:34 +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 CECEB335C0B for ; Tue, 23 Jan 2018 22:35:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76A8715D for ; Tue, 23 Jan 2018 22:35:30 +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: <1516746923.0f9e5984bc7557a70b2f7255971054ee77af2616.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.4.7.ebuild X-VCS-Directories: dev-util/shellcheck/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 0f9e5984bc7557a70b2f7255971054ee77af2616 X-VCS-Branch: master Date: Tue, 23 Jan 2018 22:35:30 +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-Archives-Salt: efd6d173-0a08-4c71-be46-65033383b7d8 X-Archives-Hash: 6b926f048f27874b9653df5cb50ec8de commit: 0f9e5984bc7557a70b2f7255971054ee77af2616 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Jan 23 22:34:06 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Jan 23 22:35:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f9e5984 dev-util/shellcheck: bump up to 0.4.7, bug #645460 Reported-by: Manuel RĂ¼ger Closes: https://bugs.gentoo.org/645460 Package-Manager: Portage-2.3.20, Repoman-2.3.6 dev-util/shellcheck/Manifest | 1 + dev-util/shellcheck/shellcheck-0.4.7.ebuild | 39 +++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/dev-util/shellcheck/Manifest b/dev-util/shellcheck/Manifest index 8d60660a336..4bee1e163d6 100644 --- a/dev-util/shellcheck/Manifest +++ b/dev-util/shellcheck/Manifest @@ -1,3 +1,4 @@ DIST ShellCheck-0.4.4.tar.gz 105979 BLAKE2B a2f875ae3642ffa6210533ad0c528242c190fc461f6bb19fcd68bb271c6066979083fbe1027a3fcd6db09871baea80f75db08fafa1d1a2db726cc18baca3964c SHA512 2b78f167932b2f7880ccb892fb89923a23eb5a885ba4d2ce892e14214ee4df0a86d4110af64ee49e45b39347dd140d6d6646ca34bc7bdb4ce3f6c9ec0e5960a8 DIST ShellCheck-0.4.5.tar.gz 109721 BLAKE2B 4a8034fad6ffb5fcaa90fe42605191695423c02687a67610a850269d8ff87c63e127a2b3ff0e0ce0ccad5ab2d5d43d9c8c6616e863a40b74ec0da7f989e1ea6f SHA512 eb6e286de762e73f1916add169176d3347bc489504be848859c88acba93e02c4bfc7e75725fe3fcf041a7c2082a31f26245831126c8c9fb1b91e3e1ecd959ebc DIST ShellCheck-0.4.6.tar.gz 116618 BLAKE2B 67cf8e882e95eaedfbb46e01656889e200b311e3701301da1df02add4c6f7446d275a1b132d6d7e1da0e4eb49205138fffce8d8cb0a2b91045f72cc7f006ca99 SHA512 b053a7f581d73f1e5be51046f2fd77f6e7452acecf841321ef363156a5f72d98c13a723885d1888ab366550625e05396ca207925539fec1d70a00212af920ca5 +DIST ShellCheck-0.4.7.tar.gz 126593 BLAKE2B cbb925c4760a3744381dbee293d5e28ce429a9c4244eb1fa5af71ad8ba2cbdd86a721bbc2b9202c7aecf4ad70025bacb13e696c4731cbfaba22511d773013d6b SHA512 bb9c79911701b3857d29fd63588115888f4d2b1d224066bb944ca00d29d973195ad1f4b1df8e2746fd0666f7438f46abc384f7f915c152f46fcd332163736792 diff --git a/dev-util/shellcheck/shellcheck-0.4.7.ebuild b/dev-util/shellcheck/shellcheck-0.4.7.ebuild new file mode 100644 index 00000000000..78dd5b5e1aa --- /dev/null +++ b/dev-util/shellcheck/shellcheck-0.4.7.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +# ebuild generated by hackport 0.5.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="http://www.shellcheck.net/" +SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/json:=[profile?] + >=dev-haskell/mtl-2.2.1:=[profile?] + dev-haskell/parsec:=[profile?] + >=dev-haskell/quickcheck-2.7.4:2=[template_haskell,profile?] + dev-haskell/regex-tdfa:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" + +S="${WORKDIR}/${MY_P}" + +src_install() { + cabal_src_install + doman "${PN}.1" +}