public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/shellcheck/
Date: Tue, 31 May 2016 20:22:31 +0000 (UTC)	[thread overview]
Message-ID: <1464726096.83e8898f1e874866ded95f4704d90d2aac1f51fd.slyfox@gentoo> (raw)

commit:     83e8898f1e874866ded95f4704d90d2aac1f51fd
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 20:21:36 2016 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue May 31 20:21:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83e8898f

dev-util/shellcheck: bump up to 0.4.4

Package-Manager: portage-2.3.0_rc1

 dev-util/shellcheck/Manifest                |  1 +
 dev-util/shellcheck/shellcheck-0.4.4.ebuild | 40 +++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-util/shellcheck/Manifest b/dev-util/shellcheck/Manifest
index 0e95c43..a460ba5 100644
--- a/dev-util/shellcheck/Manifest
+++ b/dev-util/shellcheck/Manifest
@@ -4,4 +4,5 @@ DIST ShellCheck-0.3.7.tar.gz 84069 SHA256 417c90eb4e84da67b66f444ae56eab6c6674f8
 DIST ShellCheck-0.3.8.tar.gz 86202 SHA256 c185b77166724c06531b3e07b7a8353c0451809a1f60e9f6756d29247853651a SHA512 d131225a9854e7a7d8de030a7267cd21c15a048c75c5fb14edca2aae957d019eb3cf0bbee0ed27ea2449928c0ee64b39e61924501a0243cfac3b20239b62d148 WHIRLPOOL 808718f336be4c16dad9112bba37fb658bb46f06a9af24bfe9e0b1888a24a2936684d7ebba8d0469cc14d8a64ae267bb7380e4ebae6fee0db2f784364a6c8acd
 DIST ShellCheck-0.4.1.tar.gz 94751 SHA256 531af7608dea3f84b14a0d795fb9322c89850235992584d4b7a7b73dc47a3905 SHA512 ebf0b6bc4900a4881de9394a51367eb5639e909e68801885cfa545a26ebdb4c2d6b86d826b9d81306894315a148a0552769b4fb157feae24af9b7040f0e07a57 WHIRLPOOL 66f6b57b277552e7707d891275f61a40015c8abb501187788b8406bf20e51b1ace134c7fbcd6a7d40935651ba8b4969813cac367db7aba2272c8acd1a6452cd7
 DIST ShellCheck-0.4.3.tar.gz 102155 SHA256 df71c303c43ae79846c9f9198a4d4ba2c4c2ee4c06974491d7130fcea0b8efdf SHA512 f27e6644a568949748aabb5718e68c9897d9e898484991ff6e2ac47161d945fc9936edf002452001bf04c8ac2e11e190f33035a66a67e513ea0119507f237b5e WHIRLPOOL 1b8ea026d24b59863edf478ea4b4d4a0d5172d616719e390c6d62ea8a581c4dfb4955d64745eb90d932cda9299f087b57555ed91d1d6f13a498a73bf23b156b7
+DIST ShellCheck-0.4.4.tar.gz 105979 SHA256 6cc50790d25b6f330037c3612c21460aa75839cc32c65e10ea6b35f9f4488768 SHA512 2b78f167932b2f7880ccb892fb89923a23eb5a885ba4d2ce892e14214ee4df0a86d4110af64ee49e45b39347dd140d6d6646ca34bc7bdb4ce3f6c9ec0e5960a8 WHIRLPOOL 0ea00dcddc9a710a79df2e5cc2fb322ede95b608fc311a64279fc18afe404897e99f562a03b8f8c6c35e5d91339f1bddc828a256e5f4e9befd118936a7c7579f
 DIST shellcheck-man-0.3.5.tar.xz 1876 SHA256 5b3f940fd8760676c40787b25b7c950a5ae7fa25e882dea6b11dfeabb1b712ee SHA512 974b7bae0a927151819a14eef2be40d76c2eb50fadfd966bef79908b7faab958ecd42a1584cbe1fb25e2e59f1593d89b8632684d655490c83e246502d9680d26 WHIRLPOOL 622968777ce5387abe6e5f068bff5eb9879d8a990d7680fe2acba1ee89114ec5aca3cf402e579222af2941b0d99b1df95415ad17e9ef973a7b7e74fcd6acbee5

diff --git a/dev-util/shellcheck/shellcheck-0.4.4.ebuild b/dev-util/shellcheck/shellcheck-0.4.4.ebuild
new file mode 100644
index 0000000..f30ea70
--- /dev/null
+++ b/dev-util/shellcheck/shellcheck-0.4.4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.9999
+
+CABAL_FEATURES="bin 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"
+}


             reply	other threads:[~2016-05-31 20:22 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-31 20:22 Sergei Trofimovich [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
2017-03-28  3:34 Austin English
2016-11-05 13:57 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=1464726096.83e8898f1e874866ded95f4704d90d2aac1f51fd.slyfox@gentoo \
    --to=slyfox@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