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/cryptohash-cryptoapi/
Date: Sat, 03 Jun 2017 12:08:12
Message-Id: 1496491669.30ec50fd701ecdf93cdaa876c9bc79d640b3da26.slyfox@gentoo
1 commit: 30ec50fd701ecdf93cdaa876c9bc79d640b3da26
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 3 12:07:33 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 3 12:07:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ec50fd
7
8 dev-haskell/cryptohash-cryptoapi: bump up to 0.1.4, bug #620360
9
10 Reported-by: Toralf Förster
11 Bug: https://bugs.gentoo.org/620360
12 Package-Manager: Portage-2.3.6, Repoman-2.3.2
13
14 dev-haskell/cryptohash-cryptoapi/Manifest | 1 +
15 .../cryptohash-cryptoapi-0.1.4.ebuild | 29 ++++++++++++++++++++++
16 2 files changed, 30 insertions(+)
17
18 diff --git a/dev-haskell/cryptohash-cryptoapi/Manifest b/dev-haskell/cryptohash-cryptoapi/Manifest
19 index d362612d56c..48ce932aaba 100644
20 --- a/dev-haskell/cryptohash-cryptoapi/Manifest
21 +++ b/dev-haskell/cryptohash-cryptoapi/Manifest
22 @@ -1 +1,2 @@
23 DIST cryptohash-cryptoapi-0.1.3.tar.gz 2922 SHA256 56f080ba13b891b664bd986db17d6c1240adaea4792a14c173146929c61d4572 SHA512 c33af37d4d1d8f3b13ad1ed93db4ec138ea3bef315006ee8117ccacb5c36e2afeb92ae903d46de537f0fbea2a262c5c487eb32d3e1d7099de27b53cc4f17889a WHIRLPOOL d3c21859f9c2fb376440022657d2d44541339933c12c294d12288fc63b8de46f8a57ffbfec84288011cdc901429ad6e6089adb0db13cb15ec96f972871778e0e
24 +DIST cryptohash-cryptoapi-0.1.4.tar.gz 3094 SHA256 717a8664ebfaa1c31aaec1d78c9b7c776a5adcfdfc50ad88e21a34566f72058e SHA512 f5add1c8922e682d5d08073d0a3d03c6d5545f38edd90821bad7a92f354203ca380ca7e302b4b259bb9e2ce6ae09b1a2428e981e2d745a4a1b1a5cff696621e2 WHIRLPOOL ea81121d872ba4cfab50d41266bc72bc1169eb3c07c32fb8102a5bf79d44fdeefa752eeb408a18c0ef9e0f32c8c776c92d3a476411ed38772701282132d3f2ec
25
26 diff --git a/dev-haskell/cryptohash-cryptoapi/cryptohash-cryptoapi-0.1.4.ebuild b/dev-haskell/cryptohash-cryptoapi/cryptohash-cryptoapi-0.1.4.ebuild
27 new file mode 100644
28 index 00000000000..27bc99ad3a7
29 --- /dev/null
30 +++ b/dev-haskell/cryptohash-cryptoapi/cryptohash-cryptoapi-0.1.4.ebuild
31 @@ -0,0 +1,29 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=5
36 +
37 +# ebuild generated by hackport 0.4.7.9999
38 +
39 +CABAL_FEATURES="lib profile haddock hoogle hscolour"
40 +inherit haskell-cabal
41 +
42 +DESCRIPTION="Crypto-api interfaces for cryptohash"
43 +HOMEPAGE="https://github.com/vincenthz/hs-cryptohash-cryptoapi"
44 +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
45 +
46 +LICENSE="BSD"
47 +SLOT="0/${PV}"
48 +KEYWORDS="~amd64 ~x86"
49 +IUSE=""
50 +
51 +RDEPEND=">=dev-haskell/cereal-0.2:=[profile?]
52 + >=dev-haskell/crypto-api-0.11:=[profile?]
53 + >=dev-haskell/cryptonite-0.13:=[profile?]
54 + dev-haskell/memory:=[profile?]
55 + >=dev-haskell/tagged-0.1:=[profile?]
56 + >=dev-lang/ghc-7.4.1:=
57 +"
58 +DEPEND="${RDEPEND}
59 + >=dev-haskell/cabal-1.6
60 +"