mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
dev-ml/ca-certs-nss: add 3.77
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
parent
777661746d
commit
9cfe3b5a32
@ -1 +1,2 @@
|
||||
DIST ca-certs-nss-3.74.tbz 228309 BLAKE2B f90ba922b08c2fd22a527ef96f145b6e7ff108fe7d5cdfe877a962ad272fafb7761c9ed9e2364251d4f3e2f81d281bb2909551b95d69943eb57f121b4be6b2ad SHA512 42ae429ae32047959adc6d107e37e5608b4bca7484efc2b71ee9e319e639639f3f663f1d8528538aecf10584b1839f002e0e6c7602900b600a129ff56cf30fa5
|
||||
DIST ca-certs-nss-3.77.tbz 229743 BLAKE2B 130a5e0fec73275efd279633f7bfa9926ecf2947686bd71d159effe1ad3a81b2040b68eb458756366a21b06e5e19faad0e2c96c7c9d42b09ebc48f581e5261e2 SHA512 fdeadfd8decdb1441b9d41ab2a8a747c66cf4029031ab6528a7930d372b945d0a5d3ba1702ec076f6eb71659d788c7c0db5f685339e5ba09de4f52cf882c5764
|
||||
|
35
dev-ml/ca-certs-nss/ca-certs-nss-3.77.ebuild
Normal file
35
dev-ml/ca-certs-nss/ca-certs-nss-3.77.ebuild
Normal file
@ -0,0 +1,35 @@
|
||||
# Copyright 2020-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit dune
|
||||
|
||||
DESCRIPTION="X.509 trust anchors extracted from Mozilla's NSS"
|
||||
HOMEPAGE="
|
||||
https://github.com/mirage/ca-certs-nss
|
||||
https://opam.ocaml.org/packages/ca-certs-nss/
|
||||
"
|
||||
SRC_URI="https://github.com/mirage/${PN}/releases/download/v${PV}/${P}.tbz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="ocamlopt test"
|
||||
|
||||
RDEPEND="
|
||||
dev-ml/mirage-crypto:=
|
||||
>=dev-ml/mirage-clock-3.0.0:=
|
||||
>=dev-ml/x509-0.15.0:=
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
dev-ml/logs
|
||||
>=dev-ml/fmt-0.8.7
|
||||
dev-ml/bos
|
||||
dev-ml/astring
|
||||
>=dev-ml/cmdliner-1.1.0
|
||||
dev-ml/alcotest
|
||||
"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
Loading…
x
Reference in New Issue
Block a user