summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Todaro <solpeth@posteo.org>2020-08-01 11:10:56 +1000
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-01 09:04:08 +0100
commite68489965713c679aab12e24cb4c654c8db8876e (patch)
tree839f43a1737a4e524e6f8d0929b8dc63f072c02d /dev-haskell/x509-store/x509-store-1.6.7.ebuild
parentdev-haskell/juicypixels: bump up to 3.3.5 (diff)
downloadgentoo-e68489965713c679aab12e24cb4c654c8db8876e.tar.gz
gentoo-e68489965713c679aab12e24cb4c654c8db8876e.tar.bz2
gentoo-e68489965713c679aab12e24cb4c654c8db8876e.zip
dev-haskell/x509-store: bump up to 1.6.7
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/x509-store/x509-store-1.6.7.ebuild')
-rw-r--r--dev-haskell/x509-store/x509-store-1.6.7.ebuild32
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-haskell/x509-store/x509-store-1.6.7.ebuild b/dev-haskell/x509-store/x509-store-1.6.7.ebuild
new file mode 100644
index 000000000000..6bd29f8a9c29
--- /dev/null
+++ b/dev-haskell/x509-store/x509-store-1.6.7.ebuild
@@ -0,0 +1,32 @@
+# 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
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="X.509 collection accessing and storing methods"
+HOMEPAGE="https://github.com/vincenthz/hs-certificate"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/asn1-encoding-0.9:=[profile?] <dev-haskell/asn1-encoding-0.10:=[profile?]
+ >=dev-haskell/asn1-types-0.3:=[profile?] <dev-haskell/asn1-types-0.4:=[profile?]
+ dev-haskell/cryptonite:=[profile?]
+ dev-haskell/mtl:=[profile?]
+ >=dev-haskell/pem-0.1:=[profile?] <dev-haskell/pem-0.3:=[profile?]
+ >=dev-haskell/x509-1.7.5:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+ test? ( dev-haskell/tasty
+ dev-haskell/tasty-hunit )
+"