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: Sat,  5 Nov 2016 13:57:11 +0000 (UTC)	[thread overview]
Message-ID: <1478354193.5b9e6f9758a1e3250907528c42604c393edddf06.slyfox@gentoo> (raw)

commit:     5b9e6f9758a1e3250907528c42604c393edddf06
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  5 13:56:33 2016 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Nov  5 13:56:33 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b9e6f97

dev-util/shellcheck: bump up to 0.4.5

Package-Manager: portage-2.3.2

 dev-util/shellcheck/Manifest                |  1 +
 dev-util/shellcheck/metadata.xml            | 12 ++++++---
 dev-util/shellcheck/shellcheck-0.4.5.ebuild | 40 +++++++++++++++++++++++++++++
 3 files changed, 49 insertions(+), 4 deletions(-)

diff --git a/dev-util/shellcheck/Manifest b/dev-util/shellcheck/Manifest
index 7df1d1f..8792bc2 100644
--- a/dev-util/shellcheck/Manifest
+++ b/dev-util/shellcheck/Manifest
@@ -1 +1,2 @@
 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

diff --git a/dev-util/shellcheck/metadata.xml b/dev-util/shellcheck/metadata.xml
index 7c5a822..c120a64 100644
--- a/dev-util/shellcheck/metadata.xml
+++ b/dev-util/shellcheck/metadata.xml
@@ -1,8 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>jlec@gentoo.org</email>
-    <name>Justin Lecher</name>
-  </maintainer>
+	<maintainer type="person">
+		<email>jlec@gentoo.org</email>
+		<name>Justin Lecher</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>haskell@gentoo.org</email>
+		<name>Gentoo Haskell</name>
+	</maintainer>
 </pkgmetadata>

diff --git a/dev-util/shellcheck/shellcheck-0.4.5.ebuild b/dev-util/shellcheck/shellcheck-0.4.5.ebuild
new file mode 100644
index 00000000..e254a45
--- /dev/null
+++ b/dev-util/shellcheck/shellcheck-0.4.5.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="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-11-05 13:57 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-05 13:57 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-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=1478354193.5b9e6f9758a1e3250907528c42604c393edddf06.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