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/binary-orphans/
Date: Mon, 03 Aug 2020 23:10:52
Message-Id: 1596496210.d582aa19207744c8c211b2f6dcec2d86a56c0a02.slyfox@gentoo
1 commit: d582aa19207744c8c211b2f6dcec2d86a56c0a02
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 23:10:10 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 3 23:10:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d582aa19
7
8 dev-haskell/binary-orphans: bump up to 1.0.1
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/binary-orphans/Manifest | 1 +
14 .../binary-orphans/binary-orphans-1.0.1.ebuild | 42 ++++++++++++++++++++++
15 2 files changed, 43 insertions(+)
16
17 diff --git a/dev-haskell/binary-orphans/Manifest b/dev-haskell/binary-orphans/Manifest
18 index 22d2f261ac3..98559dfdcea 100644
19 --- a/dev-haskell/binary-orphans/Manifest
20 +++ b/dev-haskell/binary-orphans/Manifest
21 @@ -1 +1,2 @@
22 DIST binary-orphans-0.1.6.0.tar.gz 5320 BLAKE2B 3e8393e64ee737316457ee7f36f740404b0f4adaac2134701c935608ac90714473148d8844c167262a058de607f86a2d8d0b2527e6cb07f50f054b77629df97d SHA512 646410b79d92a20ef7b6d6583fca38da672e7fe072d2d5a7a9d50bacd1fb3da20efd9ab42e74029279dcd5a2c4b80218b860ae8e45bef348a692b23bcc8ea351
23 +DIST binary-orphans-1.0.1.tar.gz 4425 BLAKE2B 2f94e8e2fa70578b0feaa338ea5148f2f373cabdf4fcfaa3092ff7f92484fc7708da09bba8ea51de626c70c74de3051a6eae6c0a2280d125504d168c730e0f14 SHA512 067df608ec5fee2907c1648c19116a4de7a237c41101e811ba02789fbe22c5726443d4950b03bd156ad8ea336acc6c71da3efe7a6cf1127519ec5eb9778ec11d
24
25 diff --git a/dev-haskell/binary-orphans/binary-orphans-1.0.1.ebuild b/dev-haskell/binary-orphans/binary-orphans-1.0.1.ebuild
26 new file mode 100644
27 index 00000000000..bd12ad35157
28 --- /dev/null
29 +++ b/dev-haskell/binary-orphans/binary-orphans-1.0.1.ebuild
30 @@ -0,0 +1,42 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +# ebuild generated by hackport 0.6.1.9999
37 +
38 +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
39 +inherit haskell-cabal
40 +
41 +DESCRIPTION="Orphan instances for binary"
42 +HOMEPAGE="http://hackage.haskell.org/package/binary-orphans"
43 +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
44 +
45 +LICENSE="BSD"
46 +SLOT="0/${PV}"
47 +KEYWORDS="~amd64 ~x86"
48 +IUSE=""
49 +
50 +RDEPEND=">=dev-haskell/fail-4.9:=[profile?] <dev-haskell/fail-4.10:=[profile?]
51 + >=dev-haskell/nats-1.1.2:=[profile?] <dev-haskell/nats-1.2:=[profile?]
52 + >=dev-haskell/semigroups-0.18.5:=[profile?]
53 + >=dev-haskell/void-0.7.3:=[profile?] <dev-haskell/void-0.8:=[profile?]
54 + >=dev-lang/ghc-7.8.2:=
55 +"
56 +DEPEND="${RDEPEND}
57 + >=dev-haskell/cabal-1.18.1.3
58 + test? ( >=dev-haskell/quickcheck-2.13.1 <dev-haskell/quickcheck-2.14
59 + >=dev-haskell/quickcheck-instances-0.3.21 <dev-haskell/quickcheck-instances-0.4
60 + >=dev-haskell/tagged-0.8.6 <dev-haskell/tagged-0.8.7
61 + >=dev-haskell/tasty-0.10.1.2 <dev-haskell/tasty-1.3
62 + >=dev-haskell/tasty-quickcheck-0.8.3.2 <dev-haskell/tasty-quickcheck-0.11 )
63 +"
64 +
65 +src_prepare() {
66 + default
67 +
68 + cabal_chdeps \
69 + 'base >=4.5 && <4.14' 'base >=4.5' \
70 + 'binary >=0.5.1.0 && <0.6 || >=0.7.1.0 && <0.8 || >=0.8.3.0 && <0.8.7' 'binary >=0.5.1.0 && <0.6 || >=0.7.1.0 && <0.8 || >=0.8.3.0 && <0.8.9' \
71 + 'semigroups >=0.18.5 && <0.19.1' 'semigroups >=0.18.5'
72 +}