dev-haskell/crypton-x509-system: add 1.6.8

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
hololeap
2026-01-24 01:04:17 -07:00
committed by Mark Wright
parent 6e30fb50f2
commit d935b0148e
2 changed files with 26 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST crypton-x509-system-1.6.7.tar.gz 3496 BLAKE2B 340d45433de35f292112ffd27ec54042895d24143f6f92e037c902c09c69ed0ff7bb6e8b26d389d9818baf8733aa8578d7bb3132080738831b3fce554d121e2b SHA512 fc6edbea995df5d56228413452157fac2349cafdb5cb85a38625cb3e43f46aa519d5a0fe47c1b25a9eb6fbba7b498538e173d276224dab331a8a19193df80f75
DIST crypton-x509-system-1.6.8.tar.gz 3956 BLAKE2B 371c7ec75a2bea0ff8fb6ac4bbfc2979e70cb9390a7219ea37254d011161a1e279795306ca9f7a5eef58c2da684b65450abb39aaf4e377647ee651ec021e720f SHA512 abb732a313669569d04b69e91957d64454180d0c8e65d8b70e90a49856be23657c99bbf193353c74be5d76e4ddc72b231c11ea84643c43b0b42ea3e2316eb306

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.9.1.0
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Handle per-operating-system X.509 accessors and storage"
HOMEPAGE="https://github.com/kazu-yamamoto/crypton-certificate"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND=">=dev-haskell/crypton-x509-1.6:=[profile?]
>=dev-haskell/crypton-x509-store-1.6.2:=[profile?]
>=dev-haskell/pem-0.1:=[profile?] <dev-haskell/pem-0.3:=[profile?]
>=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.4.1.0
"