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/yaml/
Date: Thu, 20 Aug 2020 07:03:18
Message-Id: 1597906990.581c96b0fb2caf904310ab499c2d4cf0d91ee3c2.slyfox@gentoo
1 commit: 581c96b0fb2caf904310ab499c2d4cf0d91ee3c2
2 Author: Jack Todaro <solpeth <AT> posteo <DOT> org>
3 AuthorDate: Thu Aug 20 06:27:39 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 20 07:03:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=581c96b0
7
8 dev-haskell/yaml: bump up to 0.11.5.0
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 dev-haskell/yaml/Manifest | 1 +
15 dev-haskell/yaml/yaml-0.11.5.0.ebuild | 47 +++++++++++++++++++++++++++++++++++
16 2 files changed, 48 insertions(+)
17
18 diff --git a/dev-haskell/yaml/Manifest b/dev-haskell/yaml/Manifest
19 index ee853abc685..fca976b501e 100644
20 --- a/dev-haskell/yaml/Manifest
21 +++ b/dev-haskell/yaml/Manifest
22 @@ -1,4 +1,5 @@
23 DIST yaml-0.11.2.0.tar.gz 29254 BLAKE2B ba9e0086fb4d93a9fd74ddf20dab71e3760af741476b13a1fe8d89944f5e5fc1aadce9a61a29a4a4607863378da98a5b5ead8bd7b4c7ffc3bae1e6b5695f977b SHA512 b90580ca37066401558c1a19148f70f6153a7f44f65ade99827adf20a4ba04edb8a9d6101b507014b92970d4bbe89c0fd89792a62206a2fbdc7ae5ff08915885
24 +DIST yaml-0.11.5.0.tar.gz 30049 BLAKE2B 96e7d8b39ac392ac927a61991a2c645dd564e36a7676984193e447ad591bddedb9029136aa6f71c65a0665a05516f907a0151b85d7e7f22169d7d5ddc98e6c5d SHA512 a4209cdbe75413191aed5a72f13a0cc4af04906a3e8ce629711689624f334b31681dcfc2fc89fdae20a874c5e6831e9663a30188d34d8067491ff8958912930b
25 DIST yaml-0.8.10.1.tar.gz 73448 BLAKE2B 1b4e8b50d8e4913dd772253a8a7481802afe3dbc91538da9ce06437a09d155d2711540a87d4592a9953f6f316915da20caaf85a49f3f1369b2d98a5d8d9004ca SHA512 59b26eaca99379ff84cda6b8972ec2ff1e777536a754b9bda248d350a0797ef6c24d9cb86590062f4e6c12a5453224619a656c306a0292fdd1fe46e459a286e7
26 DIST yaml-0.8.15.2.tar.gz 75540 BLAKE2B fc7b03cdb582221c0d8611bee0f38189a4e55cc78a10c12906e09e1b4820de00298096d43289cd7d01ad23cd5fb9a221d9d976f90b0ec966f15975a97779312e SHA512 214a8203ca13350268b285d7049110ce91c03d6c8b0bc59187048b9efed15374c97a4b91e464e86f719d3190c0bc534f9ca4b7436fc33a4748d0fa84bb747bb4
27 DIST yaml-0.8.17.1.tar.gz 78775 BLAKE2B 66ddd1bf1ccb1f7b1314cd5b56987cc6e29da23ccadbde0d62baa6a9f143167e619f83bdb2734b8d561be030ebffed62ae610c417c52a40375b395ba38fd9ee7 SHA512 7119651e209942d41a9f5a542d365b5fea77c56d9dab012e3bf77234e6c6d23e2cff65c9b6c16ca185ff33338fd75c6b3f7dacaf1ff56f96c5773fcea70687f3
28
29 diff --git a/dev-haskell/yaml/yaml-0.11.5.0.ebuild b/dev-haskell/yaml/yaml-0.11.5.0.ebuild
30 new file mode 100644
31 index 00000000000..675db69e8da
32 --- /dev/null
33 +++ b/dev-haskell/yaml/yaml-0.11.5.0.ebuild
34 @@ -0,0 +1,47 @@
35 +# Copyright 1999-2020 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=7
39 +
40 +# ebuild generated by hackport 0.6.6.9999
41 +
42 +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
43 +inherit haskell-cabal
44 +
45 +DESCRIPTION="Support for parsing and rendering YAML documents"
46 +HOMEPAGE="https://github.com/snoyberg/yaml#readme"
47 +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
48 +
49 +LICENSE="BSD"
50 +SLOT="0/${PV}"
51 +KEYWORDS="~amd64 ~x86"
52 +IUSE="+no-examples +no-exe"
53 +
54 +RDEPEND=">=dev-haskell/aeson-0.11:=[profile?]
55 + >=dev-haskell/attoparsec-0.11.3.0:=[profile?]
56 + >=dev-haskell/conduit-1.2.8:=[profile?] <dev-haskell/conduit-1.4:=[profile?]
57 + >=dev-haskell/libyaml-0.1:=[profile?] <dev-haskell/libyaml-0.2:=[profile?]
58 + dev-haskell/mtl:=[profile?]
59 + >=dev-haskell/resourcet-0.3:=[profile?] <dev-haskell/resourcet-1.3:=[profile?]
60 + >=dev-haskell/scientific-0.3:=[profile?]
61 + dev-haskell/text:=[profile?]
62 + dev-haskell/unordered-containers:=[profile?]
63 + dev-haskell/vector:=[profile?]
64 + >=dev-lang/ghc-8.0.2:=
65 + !no-examples? ( dev-haskell/raw-strings-qq:=[profile?] )
66 +"
67 +DEPEND="${RDEPEND}
68 + >=dev-haskell/cabal-1.24.2.0
69 + test? ( dev-haskell/base-compat
70 + >=dev-haskell/hspec-1.3
71 + dev-haskell/hunit
72 + dev-haskell/mockery
73 + dev-haskell/temporary
74 + no-examples? ( dev-haskell/raw-strings-qq ) )
75 +"
76 +
77 +src_configure() {
78 + haskell-cabal_src_configure \
79 + $(cabal_flag no-examples no-examples) \
80 + $(cabal_flag no-exe no-exe)
81 +}