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/store/
Date: Thu, 06 Aug 2020 07:42:18
Message-Id: 1596699712.f1386d1b95ad46e15358660e4874ebcb87dcf406.slyfox@gentoo
1 commit: f1386d1b95ad46e15358660e4874ebcb87dcf406
2 Author: Jack Todaro <solpeth <AT> posteo <DOT> org>
3 AuthorDate: Wed Aug 5 21:22:02 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 6 07:41:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1386d1b
7
8 dev-haskell/store: bump up to 0.7.6
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 dev-haskell/store/Manifest | 1 +
15 dev-haskell/store/store-0.7.6.ebuild | 64 ++++++++++++++++++++++++++++++++++++
16 2 files changed, 65 insertions(+)
17
18 diff --git a/dev-haskell/store/Manifest b/dev-haskell/store/Manifest
19 index 420b0918793..1e865b72bf0 100644
20 --- a/dev-haskell/store/Manifest
21 +++ b/dev-haskell/store/Manifest
22 @@ -1 +1,2 @@
23 DIST store-0.7.5.tar.gz 43180 BLAKE2B 990907bb8135f82a6ee4bf7b4e0389ef036e9c5334d3c26606723788ee04d35d86ff1d7ab1b2d8a48c61b299933f5c285d8846e79806196b68b99a9b6b7e0200 SHA512 14b8e36cfc04eec80a6a37d27dbac08887a3bebd226941f368076ea39b09a5c432c4d38ce860776a677b8829ecbabd3f2448cc2437e00ebcf2fb3a36d1715af0
24 +DIST store-0.7.6.tar.gz 43198 BLAKE2B 9246dabb2222c42096b001db327e60821d8d7142e4f7cc6818b3ef8e8743ea0185ae5fa68beaf02eeb1ec3254d95010625f56714b639730ca29fc4269c1cec2d SHA512 c1bf63b76e300aabce656e06899de9b95fa5a3d9b08be47b6ed640f5ae2a63d5dbb08e8058bb334af6a771a2dc8eeb700bf7162b806481e47e08d22bbb83b674
25
26 diff --git a/dev-haskell/store/store-0.7.6.ebuild b/dev-haskell/store/store-0.7.6.ebuild
27 new file mode 100644
28 index 00000000000..69fa5368d78
29 --- /dev/null
30 +++ b/dev-haskell/store/store-0.7.6.ebuild
31 @@ -0,0 +1,64 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +# ebuild generated by hackport 0.6.6
38 +#hackport: flags: -small-bench,-comparison-bench,-integer-simple
39 +
40 +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
41 +inherit haskell-cabal
42 +
43 +DESCRIPTION="Fast binary serialization"
44 +HOMEPAGE="https://github.com/fpco/store#readme"
45 +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
46 +
47 +LICENSE="MIT"
48 +SLOT="0/${PV}"
49 +KEYWORDS="~amd64 ~x86"
50 +IUSE=""
51 +
52 +RDEPEND=">=dev-haskell/async-2.0.2:=[profile?]
53 + >=dev-haskell/base-orphans-0.4.3:=[profile?]
54 + >=dev-haskell/base64-bytestring-0.1.1:=[profile?]
55 + >=dev-haskell/bifunctors-4.0:=[profile?]
56 + >=dev-haskell/contravariant-1.3:=[profile?]
57 + >=dev-haskell/cryptohash-0.11.6:=[profile?]
58 + >=dev-haskell/fail-4.9:=[profile?]
59 + >=dev-haskell/free-4.11:=[profile?]
60 + >=dev-haskell/hashable-1.2.3.1:=[profile?]
61 + >=dev-haskell/hspec-2.1.2:=[profile?]
62 + >=dev-haskell/hspec-smallcheck-0.3.0:=[profile?]
63 + >=dev-haskell/lifted-base-0.2.3.3:=[profile?]
64 + >=dev-haskell/monad-control-0.3.3.0:=[profile?]
65 + >=dev-haskell/mono-traversable-0.7.0:=[profile?]
66 + >=dev-haskell/network-2.6.0.2:=[profile?]
67 + >=dev-haskell/primitive-0.6:=[profile?]
68 + >=dev-haskell/resourcet-1.1.3.3:=[profile?]
69 + >=dev-haskell/safe-0.3.8:=[profile?]
70 + >=dev-haskell/semigroups-0.8:=[profile?]
71 + >=dev-haskell/smallcheck-1.1.1:=[profile?]
72 + >=dev-haskell/store-core-0.4:=[profile?] <dev-haskell/store-core-0.5:=[profile?]
73 + >=dev-haskell/syb-0.4.4:=[profile?]
74 + >=dev-haskell/text-1.2.0.4:=[profile?]
75 + >=dev-haskell/th-lift-0.7.1:=[profile?]
76 + >=dev-haskell/th-lift-instances-0.1.4:=[profile?]
77 + >=dev-haskell/th-orphans-0.13.2:=[profile?]
78 + >=dev-haskell/th-reify-many-0.1.6:=[profile?]
79 + >=dev-haskell/th-utilities-0.2:=[profile?]
80 + >=dev-haskell/unordered-containers-0.2.5.1:=[profile?]
81 + >=dev-haskell/vector-0.10.12.3:=[profile?]
82 + >=dev-haskell/void-0.5.11:=[profile?]
83 + >=dev-lang/ghc-7.8.2:=
84 +"
85 +DEPEND="${RDEPEND}
86 + >=dev-haskell/cabal-1.18.1.3
87 + test? ( >=dev-haskell/clock-0.3 )
88 +"
89 +
90 +src_configure() {
91 + haskell-cabal_src_configure \
92 + --flag=-comparison-bench \
93 + --flag=-integer-simple \
94 + --flag=-small-bench
95 +}