summaryrefslogtreecommitdiff
path: root/dev-haskell/cryptonite/cryptonite-0.26-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-31 09:12:05 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-31 09:12:05 +0100
commit100ce16c6fb75a4911f388aa77f860324607c869 (patch)
treede54fe6a6fd7ceb7a41fdf2b03b666c479794055 /dev-haskell/cryptonite/cryptonite-0.26-r1.ebuild
parent6262f7e48882f381dea4a0751717f65e6abd212f (diff)
gentoo auto-resync : 31:07:2022 - 09:12:04
Diffstat (limited to 'dev-haskell/cryptonite/cryptonite-0.26-r1.ebuild')
-rw-r--r--dev-haskell/cryptonite/cryptonite-0.26-r1.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/dev-haskell/cryptonite/cryptonite-0.26-r1.ebuild b/dev-haskell/cryptonite/cryptonite-0.26-r1.ebuild
deleted file mode 100644
index 8728bac1d522..000000000000
--- a/dev-haskell/cryptonite/cryptonite-0.26-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 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)
-}