commit:     1a45d46a2fd735e5e9c05b59a93f5f0abae30a72
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 21 08:57:17 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Jan 21 08:57:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a45d46a

dev-haskell/cryptonite: bump up to 0.26.0

Reported-by: Andrea Postiglione
Closes: https://bugs.gentoo.org/705844
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/cryptonite/Manifest                  |  1 +
 dev-haskell/cryptonite/cryptonite-0.26-r1.ebuild | 45 ++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/dev-haskell/cryptonite/Manifest b/dev-haskell/cryptonite/Manifest
index d72d3a2bd54..1a2a293a5d4 100644
--- a/dev-haskell/cryptonite/Manifest
+++ b/dev-haskell/cryptonite/Manifest
@@ -1 +1,2 @@
 DIST cryptonite-0.21.tar.gz 615850 BLAKE2B 
df5f0273fa40b5401e4bb5df7c4cd5839ab87fdff3d2cef6be80c977433a1adbcdbf1c9d42f79987e4a7a590f8179fd998f93017af396116e10554108566b028
 SHA512 
7f04ad5f7411bf90f343c13b71438fdd0e1e40cc5c9a5f1553c1f396a278f81cbe3a548ee8bc03b3b63bc66485ce36dc9a93c3dc3e5884f601bbae49efa98cc3
+DIST cryptonite-0.26.tar.gz 581153 BLAKE2B 
2becdd3d0c6f1e037fd4d38143a2a8644e38e9826faa271c971d4feff8a4ab1e4c0a04df338c99a8454cff626f79f3334a0a37b19cc136f33e7c8f53e66bd33a
 SHA512 
4236d411542fd104e5cace61fbdeda615f7d13e442594d7fa12acc682d917b0494b10b242a88fef19e91e93489797206fee07497bff92e43d3849ebac8ee11b0

diff --git a/dev-haskell/cryptonite/cryptonite-0.26-r1.ebuild 
b/dev-haskell/cryptonite/cryptonite-0.26-r1.ebuild
new file mode 100644
index 00000000000..8d097bb5cfa
--- /dev/null
+++ b/dev-haskell/cryptonite/cryptonite-0.26-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.1.9999
+#hackport: flags: 
-check_alignment,-old_toolchain_inliner,+support_deepseq,support_aesni:cpu_flags_x86_aes,support_pclmuldq:cpu_flags_x86_sse4_1,support_sse:cpu_flags_x86_sse,support_rdrand:cpu-flags-x86-rdrand
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Cryptography Primitives sink"
+HOMEPAGE="https://github.com/haskell-crypto/cryptonite";
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+cpu-flags-x86-rdrand +cpu_flags_x86_aes cpu_flags_x86_sse 
cpu_flags_x86_sse4_1 +integer-gmp"
+
+RDEPEND=">=dev-haskell/basement-0.0.6:=[profile?]
+       >=dev-haskell/memory-0.14.18:=[profile?]
+       >=dev-lang/ghc-7.4.1:=
+       virtual/libc
+"
+DEPEND="${RDEPEND}
+       >=dev-haskell/cabal-1.18
+       test? ( dev-haskell/memory
+               dev-haskell/tasty
+               dev-haskell/tasty-hunit
+               dev-haskell/tasty-kat
+               dev-haskell/tasty-quickcheck )
+"
+
+src_configure() {
+       haskell-cabal_src_configure \
+               --flag=-check_alignment \
+               $(cabal_flag integer-gmp integer-gmp) \
+               --flag=-old_toolchain_inliner \
+               $(cabal_flag cpu_flags_x86_aes support_aesni) \
+               --flag=support_deepseq \
+               $(cabal_flag cpu_flags_x86_sse4_1 support_pclmuldq) \
+               $(cabal_flag cpu-flags-x86-rdrand support_rdrand) \
+               $(cabal_flag cpu_flags_x86_sse support_sse)
+}

Reply via email to