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: Sun, 28 May 2017 17:54:21
Message-Id: 1495993995.feaf4692b297f9fc665e8b01c4be8d2981cb9458.slyfox@gentoo
1 commit: feaf4692b297f9fc665e8b01c4be8d2981cb9458
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 28 13:18:37 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun May 28 17:53:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feaf4692
7
8 dev-haskell/store: new package, a depend of dev-haskell/stack
9
10 Fast binary serialization
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.2
13
14 dev-haskell/store/Manifest | 1 +
15 dev-haskell/store/metadata.xml | 11 ++++++
16 dev-haskell/store/store-0.3.1.ebuild | 67 ++++++++++++++++++++++++++++++++++++
17 3 files changed, 79 insertions(+)
18
19 diff --git a/dev-haskell/store/Manifest b/dev-haskell/store/Manifest
20 new file mode 100644
21 index 00000000000..b9b17a2eedc
22 --- /dev/null
23 +++ b/dev-haskell/store/Manifest
24 @@ -0,0 +1 @@
25 +DIST store-0.3.1.tar.gz 41555 SHA256 ec1005ebaf7334f6e5166315f8406553c94cffa8e06bc1d60f372c0d46ceda90 SHA512 7e6064cbee01ce7357e5b7235d502ee9b5b323358ebd7e71b5b310830ae52595384bb143dbbbad8e28cdde2c9001f1ae9ea03b47f2dc5cf50ac18cb2c4e9d7cd WHIRLPOOL b308ea6abf2a3a8cb44bffb62ddd59012af9ba943a4043560feaf6cd37ad6521893f2572211b0b137769f55020f144589fb8aeb36799b87b224225e9208bfb49
26
27 diff --git a/dev-haskell/store/metadata.xml b/dev-haskell/store/metadata.xml
28 new file mode 100644
29 index 00000000000..61d4d499fa2
30 --- /dev/null
31 +++ b/dev-haskell/store/metadata.xml
32 @@ -0,0 +1,11 @@
33 +<?xml version="1.0" encoding="UTF-8"?>
34 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 +<pkgmetadata>
36 + <maintainer type="project">
37 + <email>haskell@g.o</email>
38 + <name>Gentoo Haskell</name>
39 + </maintainer>
40 + <longdescription>
41 + Fast binary serialization
42 + </longdescription>
43 +</pkgmetadata>
44
45 diff --git a/dev-haskell/store/store-0.3.1.ebuild b/dev-haskell/store/store-0.3.1.ebuild
46 new file mode 100644
47 index 00000000000..fd282876347
48 --- /dev/null
49 +++ b/dev-haskell/store/store-0.3.1.ebuild
50 @@ -0,0 +1,67 @@
51 +# Copyright 1999-2017 Gentoo Foundation
52 +# Distributed under the terms of the GNU General Public License v2
53 +
54 +EAPI=6
55 +
56 +# ebuild generated by hackport 0.5.1.9999
57 +#hackport: flags: -small-bench,-comparison-bench
58 +
59 +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
60 +inherit haskell-cabal
61 +
62 +DESCRIPTION="Fast binary serialization"
63 +HOMEPAGE="https://github.com/fpco/store#readme"
64 +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
65 +
66 +LICENSE="MIT"
67 +SLOT="0/${PV}"
68 +KEYWORDS="~amd64 ~x86"
69 +IUSE=""
70 +
71 +RDEPEND=">=dev-haskell/async-2.0.2:=[profile?]
72 + >=dev-haskell/base-orphans-0.4.3:=[profile?]
73 + >=dev-haskell/base64-bytestring-0.1.1:=[profile?]
74 + >=dev-haskell/conduit-1.2.3.1:=[profile?]
75 + >=dev-haskell/contravariant-1.3:=[profile?]
76 + >=dev-haskell/cryptohash-0.11.6:=[profile?]
77 + >=dev-haskell/free-4.11:=[profile?]
78 + >=dev-haskell/hashable-1.2.3.1:=[profile?]
79 + >=dev-haskell/hspec-2.1.2:=[profile?]
80 + >=dev-haskell/hspec-smallcheck-0.3.0:=[profile?]
81 + >=dev-haskell/lifted-base-0.2.3.3:=[profile?]
82 + >=dev-haskell/monad-control-0.3.3.0:=[profile?]
83 + >=dev-haskell/mono-traversable-0.7.0:=[profile?]
84 + >=dev-haskell/network-2.6.0.2:=[profile?]
85 + >=dev-haskell/primitive-0.6:=[profile?]
86 + >=dev-haskell/resourcet-1.1.3.3:=[profile?]
87 + >=dev-haskell/safe-0.3.8:=[profile?]
88 + >=dev-haskell/semigroups-0.8:=[profile?]
89 + >=dev-haskell/smallcheck-1.1.1:=[profile?]
90 + >=dev-haskell/store-core-0.3:=[profile?] <dev-haskell/store-core-0.4:=[profile?]
91 + >=dev-haskell/streaming-commons-0.1.10.0:=[profile?]
92 + >=dev-haskell/syb-0.4.4:=[profile?]
93 + >=dev-haskell/text-1.2.0.4:=[profile?]
94 + >=dev-haskell/th-lift-0.7.1:=[profile?]
95 + >=dev-haskell/th-lift-instances-0.1.4:=[profile?]
96 + >=dev-haskell/th-orphans-0.12.2:=[profile?]
97 + >=dev-haskell/th-reify-many-0.1.6:=[profile?]
98 + >=dev-haskell/th-utilities-0.2:=[profile?]
99 + >=dev-haskell/unordered-containers-0.2.5.1:=[profile?]
100 + >=dev-haskell/vector-0.10.12.3:=[profile?]
101 + >=dev-haskell/void-0.5.11:=[profile?]
102 + >=dev-lang/ghc-7.8.2:=
103 +"
104 +DEPEND="${RDEPEND}
105 + >=dev-haskell/cabal-1.18.1.3
106 + test? ( dev-haskell/cereal
107 + dev-haskell/cereal-vector
108 + dev-haskell/criterion
109 + dev-haskell/vector-binary-instances
110 + dev-haskell/weigh )
111 +"
112 +
113 +src_configure() {
114 + haskell-cabal_src_configure \
115 + --flag=-comparison-bench \
116 + --flag=-small-bench
117 +}