dev-haskell/crypton-connection: new package, add 0.3.1

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap 2023-10-02 23:04:46 -06:00 committed by Sam James
parent 78bf8c7316
commit 02a259902f
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
3 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST crypton-connection-0.3.1.tar.gz 9112 BLAKE2B c8915815d2ae6b7e1c24010d44851a13323cc4211d8e35bcbaa71cb7f07af5ca2b041d90586b243af45a20d56753f361231015bffb2f82c42abe73c6caa13717 SHA512 5ec88d45be285398493aff416be1e40f7a1fff989d472f860ffe05671c2cc2261e244a15a30f79851a4c2a38509a2ecb2959af1e8ae2cf66aee5958c817245a0

View File

@ -0,0 +1,31 @@
# 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"
inherit haskell-cabal
DESCRIPTION="Simple and easy network connections API"
HOMEPAGE="https://github.com/kazu-yamamoto/crypton-connection"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND="dev-haskell/basement:=[profile?]
>=dev-haskell/crypton-x509-1.5:=[profile?]
>=dev-haskell/crypton-x509-store-1.5:=[profile?]
>=dev-haskell/crypton-x509-system-1.5:=[profile?]
>=dev-haskell/crypton-x509-validation-1.5:=[profile?]
dev-haskell/data-default-class:=[profile?]
>=dev-haskell/network-2.6.3:=[profile?]
>=dev-haskell/socks-0.6:=[profile?]
>=dev-haskell/tls-1.7:=[profile?]
>=dev-lang/ghc-8.8.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.0.0.0
"

View File

@ -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-connection</remote-id>
<remote-id type="github">kazu-yamamoto/crypton-connection</remote-id>
</upstream>
</pkgmetadata>