diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-09-29 15:22:55 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-09-29 15:22:55 +0100 |
commit | 3a2444aaf0bafd5c58c0dc8dda102352f20c76d8 (patch) | |
tree | 055720c0e02ac3f8bc4255b6740f18ba32db1c54 /dev-haskell/hsopenssl | |
parent | b94ab464dd0d948b7e7eac833b9bb51c03515918 (diff) |
gentoo auto-resync : 29:09:2022 - 15:22:54
Diffstat (limited to 'dev-haskell/hsopenssl')
-rw-r--r-- | dev-haskell/hsopenssl/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/hsopenssl/hsopenssl-0.11.4.17-r1.ebuild | 40 | ||||
-rw-r--r-- | dev-haskell/hsopenssl/metadata.xml | 30 |
3 files changed, 0 insertions, 73 deletions
diff --git a/dev-haskell/hsopenssl/Manifest b/dev-haskell/hsopenssl/Manifest deleted file mode 100644 index 3005990fa7d4..000000000000 --- a/dev-haskell/hsopenssl/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST HsOpenSSL-0.11.4.17.tar.gz 80235 BLAKE2B c8229b96e5d079a46255010dd44ca9caed292c974dfe5d815130696d798263c493bc8825be9ff1e360a2e0c86919842883d9125f26166184d002c619fab03649 SHA512 fe7be85a6e9690f4c7a5d79c0bab56efd42e183415c5b92b589c5bd380f2646877e0d4b1208f5583d3223a602118c9a3d74688e02f9d24a1ea20aea64a625eb6 -EBUILD hsopenssl-0.11.4.17-r1.ebuild 1032 BLAKE2B 00c180f384df5c674ca7e03f8ac963e6cdd9f51effa95c5acab31954042be28303c26696347daac0dd934cef42fa1f9009248e0ad11d050412fb4007a54c9a36 SHA512 a3ef0be87af4f5312264a193a3aac73c1f05aba24a51ff1042416d95bf384974b1627e36ae315bc29f1f105c1987ba40815f3826dd8361710cc6b4a48e59f7a1 -MISC metadata.xml 1175 BLAKE2B d289b5cb7795c468df64faeee310f55a6b9f29cbda10fea6cddfc12a20e052762cf8fc1a38f63245b5fcd1d84046a3f04edf20a4c893881959c64224b7b20423 SHA512 cee36fe4f12fdf09e5f8ec05c9d7988992d203bae6bda1494626ce9207190a64b777e0b39cfc604dcfd5692f7df0d058ef191551b04578e721a7f6921992e996 diff --git a/dev-haskell/hsopenssl/hsopenssl-0.11.4.17-r1.ebuild b/dev-haskell/hsopenssl/hsopenssl-0.11.4.17-r1.ebuild deleted file mode 100644 index 01d4ec7912e8..000000000000 --- a/dev-haskell/hsopenssl/hsopenssl-0.11.4.17-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.6.9999 -#hackport: flags: -homebrew-openssl,-macports-openssl - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -MY_PN="HsOpenSSL" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Partial OpenSSL binding for Haskell" -HOMEPAGE="https://github.com/vshabanov/HsOpenSSL" -SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" - -LICENSE="public-domain" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="fast-bignum" - -RDEPEND=">=dev-haskell/network-2.1:=[profile?] <dev-haskell/network-3.2:=[profile?] - >=dev-haskell/old-locale-1.0.0.2:=[profile?] <dev-haskell/old-locale-1.1:=[profile?] - >=dev-lang/ghc-7.4.1:= - dev-libs/openssl:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.12 -" - -S="${WORKDIR}/${MY_P}" - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag fast-bignum fast-bignum) \ - --flag=-homebrew-openssl \ - --flag=-macports-openssl -} diff --git a/dev-haskell/hsopenssl/metadata.xml b/dev-haskell/hsopenssl/metadata.xml deleted file mode 100644 index a89a19102712..000000000000 --- a/dev-haskell/hsopenssl/metadata.xml +++ /dev/null @@ -1,30 +0,0 @@ -<?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> - <use> - <flag name="fast-bignum">Enable fast moving of bignums between OpenSSL and GMP (GHC Only)</flag> - </use> - <longdescription> - - HsOpenSSL is an OpenSSL binding for Haskell. It can generate RSA - and DSA keys, read and write PEM files, generate message digests, - sign and verify messages, encrypt and decrypt messages. It has - also some capabilities of creating SSL clients and servers. - - Please note that this project has started at the time when there - were no pure-Haskell implementations of TLS. Now there is tls - package (<http://hackage.haskell.org/package/tls>), which looks - pretty saner than HsOpenSSL especially for initialisation and - error handlings. So PHO (the initial author of HsOpenSSL) highly - encourages you to use and improve the tls package instead as long - as possible. - - </longdescription> - <upstream> - <remote-id type="github">phonohawk/HsOpenSSL</remote-id> - </upstream> -</pkgmetadata> |