summaryrefslogtreecommitdiff
path: root/dev-haskell/crypton-x509-validation
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-23 08:35:49 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-23 08:35:49 +0100
commit386855c4d1ef509c1fd32abd721589c81669613b (patch)
tree35dc984118f0a7dc2df88313d83bb5779fd12514 /dev-haskell/crypton-x509-validation
parent0118ac4510d7b85ca62da20e4abd1286dd8bd752 (diff)
gentoo auto-resync : 23:10:2023 - 08:35:49
Diffstat (limited to 'dev-haskell/crypton-x509-validation')
-rw-r--r--dev-haskell/crypton-x509-validation/Manifest3
-rw-r--r--dev-haskell/crypton-x509-validation/crypton-x509-validation-1.6.12.ebuild33
-rw-r--r--dev-haskell/crypton-x509-validation/metadata.xml12
3 files changed, 48 insertions, 0 deletions
diff --git a/dev-haskell/crypton-x509-validation/Manifest b/dev-haskell/crypton-x509-validation/Manifest
new file mode 100644
index 000000000000..73d2fc72c047
--- /dev/null
+++ b/dev-haskell/crypton-x509-validation/Manifest
@@ -0,0 +1,3 @@
+DIST crypton-x509-validation-1.6.12.tar.gz 19573 BLAKE2B 1eb5ebc9405e865e49f94aa7d44ed3d0d6773fccd60808f57e1e79e14c36edeb8dfd5d2261b97b956cd528467e4c4c1c8a53d9ce2ec2f8a36d7c1fdc7393726d SHA512 3f6e24f4c3c0ebe2a6dd6371d3abf6739fbb571a47d6918a380fe18f68fb33aec4503f826fd1b1a8bda484d91fe5c8cef2ec3d21fbbf3394eb6f77059a7094c2
+EBUILD crypton-x509-validation-1.6.12.ebuild 1027 BLAKE2B 72668c00c1779a9df363caf71d59d88a58cd1166efd6b350c04f635863da3fa34014cd49fca19302fb3b48849605b11809927519f6a9ba5e81d8c1a76867de05 SHA512 ca611439dd8710688c7653fcbc30e56df9440979e052151fd14b9fed45243237220603b21d005674accb6ef696207ee420b14ab74d0a095d4d55a55632bdb22e
+MISC metadata.xml 412 BLAKE2B 0412c749bb0b5c2abe7594e1e1857762e86ffb6dbb647e1ea7a7c2a26a82ba4e69a3e9ed84ac820e50af821604911a8e17fd33eca984502df8732a2a35b90e76 SHA512 525d09431651f2bc01bb8ff3bafe0698ad478c7cf09e283af016c3677a1b95c0f9d8a390cb64ee773d25cbe677395a97ed052e4f20d3444a99333694badbc3f4
diff --git a/dev-haskell/crypton-x509-validation/crypton-x509-validation-1.6.12.ebuild b/dev-haskell/crypton-x509-validation/crypton-x509-validation-1.6.12.ebuild
new file mode 100644
index 000000000000..9e005ad7c92b
--- /dev/null
+++ b/dev-haskell/crypton-x509-validation/crypton-x509-validation-1.6.12.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# ebuild generated by hackport 0.8.4.0.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="X.509 Certificate and CRL validation"
+HOMEPAGE="https://github.com/kazu-yamamoto/crypton-certificate"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+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/crypton-0.24:=[profile?]
+ >=dev-haskell/crypton-x509-1.7.5:=[profile?]
+ >=dev-haskell/crypton-x509-store-1.6:=[profile?]
+ dev-haskell/data-default-class:=[profile?]
+ dev-haskell/hourglass:=[profile?]
+ dev-haskell/memory:=[profile?]
+ >=dev-haskell/pem-0.1:=[profile?]
+ >=dev-lang/ghc-8.8.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-3.0.0.0
+ test? ( dev-haskell/tasty
+ dev-haskell/tasty-hunit )
+"
diff --git a/dev-haskell/crypton-x509-validation/metadata.xml b/dev-haskell/crypton-x509-validation/metadata.xml
new file mode 100644
index 000000000000..264c7cf3bf35
--- /dev/null
+++ b/dev-haskell/crypton-x509-validation/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="hackage">crypton-x509-validation</remote-id>
+ <remote-id type="github">kazu-yamamoto/crypton-certificate</remote-id>
+ </upstream>
+</pkgmetadata>