public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mark Wright" <gienah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/shellcheck/
Date: Thu, 15 Aug 2019 07:45:08 +0000 (UTC)	[thread overview]
Message-ID: <1565854303.bb84380c2ca2c966448936891f7b2e82101e7880.gienah@gentoo> (raw)

commit:     bb84380c2ca2c966448936891f7b2e82101e7880
Author:     Mark Wright <gienah <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 14 06:19:33 2019 +0000
Commit:     Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Thu Aug 15 07:31:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb84380c

dev-util/shellcheck: Bump to 0.7.0

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Mark Wright <gienah <AT> gentoo.org>

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

diff --git a/dev-util/shellcheck/Manifest b/dev-util/shellcheck/Manifest
index 9d8cdd12d8a..e4f28790c88 100644
--- a/dev-util/shellcheck/Manifest
+++ b/dev-util/shellcheck/Manifest
@@ -2,3 +2,4 @@ DIST ShellCheck-0.4.6.tar.gz 116618 BLAKE2B 67cf8e882e95eaedfbb46e01656889e200b3
 DIST ShellCheck-0.4.7.tar.gz 126593 BLAKE2B cbb925c4760a3744381dbee293d5e28ce429a9c4244eb1fa5af71ad8ba2cbdd86a721bbc2b9202c7aecf4ad70025bacb13e696c4731cbfaba22511d773013d6b SHA512 bb9c79911701b3857d29fd63588115888f4d2b1d224066bb944ca00d29d973195ad1f4b1df8e2746fd0666f7438f46abc384f7f915c152f46fcd332163736792
 DIST ShellCheck-0.5.0.tar.gz 133265 BLAKE2B 703e3d994e6302d7bc6124ae064cbc5893c5119918a9a9b6cbda2c0415600b95545146061230b2e6ab07b6b2383a86b9bd3f153643c30c3f765a3424a1cd4bc0 SHA512 3b4b097f507c8910f5da1a739138511b9c30c156667c0887447043a7d0c3c371768953d7039803356f28e863266d3a34b5b1689889f3e524a3768e4d3223ce7c
 DIST ShellCheck-0.6.0.tar.gz 140211 BLAKE2B 5a103bd74e76905b64a882542d1f2bf5cac6b2ec94e9b0f55fdd052f5fd1fe17f9efc02ef9182e7e5965765b428b974bf94fa50d701396fef77bcbfe6185402e SHA512 51c2cc9cfd2f8a145095873f9b19d4fdd67a21eedab4ac2dbe5f43789fd0937a44bdc8480b2d0cceb5bc3802a8243dd3b701a07f1f6b5460291272ee453c7c5f
+DIST ShellCheck-0.7.0.tar.gz 163027 BLAKE2B 2d6348f21cb9598c0133cc1548f43727d56155883db83c38483b581b3565c67d5bf9d5333b6c39569dac1f07b19b21db1d62d83e675bb4aa9735725879aaf6e2 SHA512 88a0cb2a2879f597b832979fd934ee63e0f1ca256e5f9e7c51667744d09848817fdbe3988898f49226fc52ec27d92c314a9075995c3110ee10b24468cb60c657

diff --git a/dev-util/shellcheck/shellcheck-0.7.0.ebuild b/dev-util/shellcheck/shellcheck-0.7.0.ebuild
new file mode 100644
index 00000000000..cafe13dbaa6
--- /dev/null
+++ b/dev-util/shellcheck/shellcheck-0.7.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.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="mirror://hackage/packages/archive/${MY_PN}/${PV}/${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 <dev-haskell/cabal-2.5
+"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+	cabal_src_install
+	doman "${PN}.1"
+}


             reply	other threads:[~2019-08-15  7:45 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-15  7:45 Mark Wright [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-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-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=1565854303.bb84380c2ca2c966448936891f7b2e82101e7880.gienah@gentoo \
    --to=gienah@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