forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-util/shellcheck: version bump to 0.4.6
Package-Manager: Portage-2.3.5, Repoman-2.3.1
- Loading branch information
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST ShellCheck-0.4.4.tar.gz 105979 SHA256 6cc50790d25b6f330037c3612c21460aa75839cc32c65e10ea6b35f9f4488768 SHA512 2b78f167932b2f7880ccb892fb89923a23eb5a885ba4d2ce892e14214ee4df0a86d4110af64ee49e45b39347dd140d6d6646ca34bc7bdb4ce3f6c9ec0e5960a8 WHIRLPOOL 0ea00dcddc9a710a79df2e5cc2fb322ede95b608fc311a64279fc18afe404897e99f562a03b8f8c6c35e5d91339f1bddc828a256e5f4e9befd118936a7c7579f | ||
DIST ShellCheck-0.4.5.tar.gz 109721 SHA256 53039ac314b99af691a99aec111572ee51b0579280c7fa5795ac48d0c4e02fa7 SHA512 eb6e286de762e73f1916add169176d3347bc489504be848859c88acba93e02c4bfc7e75725fe3fcf041a7c2082a31f26245831126c8c9fb1b91e3e1ecd959ebc WHIRLPOOL 74fb725b1b829fda5e75265ee364134cb3612a8de2970544d715e87178a5b7cc394ed26092ab0a57515c07ff36ca6cb0ec1c13e11c9e8b4952c2a93e0d33c04d | ||
DIST ShellCheck-0.4.6.tar.gz 116618 SHA256 11eb9b2794363fbccc6fbd18601db49680e2c439440a9b103eebfda1aa86b1bc SHA512 b053a7f581d73f1e5be51046f2fd77f6e7452acecf841321ef363156a5f72d98c13a723885d1888ab366550625e05396ca207925539fec1d70a00212af920ca5 WHIRLPOOL a4d2a01a52a17b9033ac3cc7bd96bd18ee9b260a895f4237bc03e44a7b9821e863c6d73834997deb44a9aea294b4a7d50cd61f5a0fe377ddf59870a4ae2509e5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
# ebuild generated by hackport 0.5.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" | ||
} |