Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/language-bash/
Date: Mon, 03 Aug 2020 07:46:45
Message-Id: 1596440791.935e4e45af49d0e9925fe6d1bddff318c8156c0a.slyfox@gentoo
1 commit: 935e4e45af49d0e9925fe6d1bddff318c8156c0a
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 07:46:31 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 3 07:46:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=935e4e45
7
8 dev-haskell/language-bash: bump up to 0.9.0
9
10 Reported-by: Toralf Förster
11 Closes: https://bugs.gentoo.org/735646
12 Package-Manager: Portage-3.0.1, Repoman-2.3.23
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-haskell/language-bash/Manifest | 1 +
16 .../language-bash/language-bash-0.9.0.ebuild | 34 ++++++++++++++++++++++
17 2 files changed, 35 insertions(+)
18
19 diff --git a/dev-haskell/language-bash/Manifest b/dev-haskell/language-bash/Manifest
20 index b50df16a11a..1cbbc76d58d 100644
21 --- a/dev-haskell/language-bash/Manifest
22 +++ b/dev-haskell/language-bash/Manifest
23 @@ -1 +1,2 @@
24 DIST language-bash-0.6.1.tar.gz 20224 BLAKE2B 28f3fc67bf9df96bd22be997ee6cb3ece85651ca332b57f28f1212625517171dc8cccaaf3a31bfcf40d19a840e37d0d26bf432cdf08fb68bc772544c63248430 SHA512 2dfb3344a0bd15051f2d3f8bdb7185154b019141473e7f56b0decc1b840880bcccf69a910b16ef1958f149c5df5e90a4e7b6035b75b52c21d5829b018f66c143
25 +DIST language-bash-0.9.0.tar.gz 23660 BLAKE2B de074d6c397200514357838c621157c28c4610c7f5eab0920f99dd9c2bb1648420829822e589cde66774b8a3467fb66fe6bb1363994182d4a219ca8119ca1391 SHA512 cf14e6353b1afa487515a85b99f5cc2d93d614f3e6d653bacf55328921f5966ce5083fe19f51c0e952513c539101541c14664858315288d96b23d12d6b587fc8
26
27 diff --git a/dev-haskell/language-bash/language-bash-0.9.0.ebuild b/dev-haskell/language-bash/language-bash-0.9.0.ebuild
28 new file mode 100644
29 index 00000000000..442f6094633
30 --- /dev/null
31 +++ b/dev-haskell/language-bash/language-bash-0.9.0.ebuild
32 @@ -0,0 +1,34 @@
33 +# Copyright 1999-2020 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +# ebuild generated by hackport 0.6.2
39 +
40 +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
41 +inherit haskell-cabal
42 +
43 +DESCRIPTION="Parsing and pretty-printing Bash shell scripts"
44 +HOMEPAGE="https://github.com/knrafto/language-bash/"
45 +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
46 +
47 +LICENSE="BSD"
48 +SLOT="0/${PV}"
49 +KEYWORDS="~amd64 ~x86"
50 +IUSE=""
51 +
52 +RESTRICT=test # fails, "getDirectoryContents:openDirStream: does not exist"
53 +
54 +RDEPEND=">=dev-haskell/parsec-3.0:=[profile?] <dev-haskell/parsec-4.0:=[profile?]
55 + >=dev-haskell/prettyprinter-1.2:=[profile?] <dev-haskell/prettyprinter-2.0:=[profile?]
56 + >=dev-lang/ghc-7.8.2:=
57 +"
58 +DEPEND="${RDEPEND}
59 + >=dev-haskell/cabal-1.18.1.3
60 + test? ( dev-haskell/quickcheck
61 + dev-haskell/tasty
62 + dev-haskell/tasty-expected-failure
63 + dev-haskell/tasty-golden
64 + dev-haskell/tasty-hunit
65 + dev-haskell/tasty-quickcheck )
66 +"