From: "Austin English" <wizardedit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/shellcheck/
Date: Tue, 28 Mar 2017 03:34:16 +0000 (UTC) [thread overview]
Message-ID: <1490672003.2fc28f0db77a43d55bbd844082c80f2c7860da71.wizardedit@gentoo> (raw)
commit: 2fc28f0db77a43d55bbd844082c80f2c7860da71
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 28 03:32:30 2017 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue Mar 28 03:33:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fc28f0d
dev-util/shellcheck: version bump to 0.4.6
Package-Manager: Portage-2.3.5, Repoman-2.3.1
dev-util/shellcheck/Manifest | 1 +
dev-util/shellcheck/shellcheck-0.4.6.ebuild | 39 +++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/dev-util/shellcheck/Manifest b/dev-util/shellcheck/Manifest
index 8792bc2fddb..527319d825c 100644
--- a/dev-util/shellcheck/Manifest
+++ b/dev-util/shellcheck/Manifest
@@ -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
diff --git a/dev-util/shellcheck/shellcheck-0.4.6.ebuild b/dev-util/shellcheck/shellcheck-0.4.6.ebuild
new file mode 100644
index 00000000000..0d6b3a6027c
--- /dev/null
+++ b/dev-util/shellcheck/shellcheck-0.4.6.ebuild
@@ -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"
+}
next reply other threads:[~2017-03-28 3:34 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-28 3:34 Austin English [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-03-17 18:23 [gentoo-commits] repo/gentoo:master commit in: dev-util/shellcheck/ Sam James
2023-02-12 2:12 Sam James
2023-02-12 2:12 Sam James
2022-07-22 22:16 Sam James
2022-02-06 7:29 Florian Schmaus
2021-05-09 11:53 Sergei Trofimovich
2021-05-07 20:42 Sergei Trofimovich
2020-06-28 22:43 Sergei Trofimovich
2020-04-05 10:07 Sergei Trofimovich
2019-12-14 11:00 Sergei Trofimovich
2019-10-02 21:41 Sergei Trofimovich
2019-09-13 6:36 Agostino Sarubbo
2019-09-13 0:00 Thomas Deutschmann
2019-08-15 7:45 Mark Wright
2019-02-15 18:58 Mikle Kolyada
2019-02-15 15:46 Thomas Deutschmann
2018-12-07 1:30 Patrick McLean
2018-08-30 8:52 Mikle Kolyada
2018-08-29 1:07 Thomas Deutschmann
2018-08-21 20:36 Sergei Trofimovich
2018-06-08 13:45 Manuel Rüger
2018-01-23 22:35 Sergei Trofimovich
2018-01-23 22:35 Sergei Trofimovich
2016-11-05 13:57 Sergei Trofimovich
2016-05-31 20:22 Sergei Trofimovich
2016-05-31 20:22 Sergei Trofimovich
2016-03-02 13:01 Jason Donenfeld
2015-09-07 15:58 Justin Lecher
2015-09-07 13:09 Justin Lecher
2015-09-07 6:33 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1490672003.2fc28f0db77a43d55bbd844082c80f2c7860da71.wizardedit@gentoo \
--to=wizardedit@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox