dev-haskell/cryptonite: bump up to 0.26.0
authorSergei Trofimovich <slyfox@gentoo.org>
Tue, 21 Jan 2020 08:57:17 +0000 (08:57 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Tue, 21 Jan 2020 08:57:28 +0000 (08:57 +0000)
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@gentoo.org>
dev-haskell/cryptonite/Manifest
dev-haskell/cryptonite/cryptonite-0.26-r1.ebuild [new file with mode: 0644]

index d72d3a2bd548b1169ea7e3ea05b2c99592b62492..1a2a293a5d46c5a18501df13f6d030f8df44d536 100644 (file)
@@ -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 (file)
index 0000000..8d097bb
--- /dev/null
@@ -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)
+}