commit: 63b75eb4aa6a7b2ccb14f1b0ca686373c0dc0b63
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 29 07:53:26 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Sep 29 07:53:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63b75eb4
dev-haskell/hsopenssl: Remove last-rited pkg
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-haskell/hsopenssl/Manifest | 1 -
.../hsopenssl/hsopenssl-0.11.4.17-r1.ebuild | 40 ----------------------
dev-haskell/hsopenssl/metadata.xml | 30 ----------------
profiles/package.mask | 1 -
4 files changed, 72 deletions(-)
diff --git a/dev-haskell/hsopenssl/Manifest b/dev-haskell/hsopenssl/Manifest
deleted file mode 100644
index 61f575eda5cf..000000000000
--- a/dev-haskell/hsopenssl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST HsOpenSSL-0.11.4.17.tar.gz 80235 BLAKE2B
c8229b96e5d079a46255010dd44ca9caed292c974dfe5d815130696d798263c493bc8825be9ff1e360a2e0c86919842883d9125f26166184d002c619fab03649
SHA512
fe7be85a6e9690f4c7a5d79c0bab56efd42e183415c5b92b589c5bd380f2646877e0d4b1208f5583d3223a602118c9a3d74688e02f9d24a1ea20aea64a625eb6
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>[email protected]</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>
diff --git a/profiles/package.mask b/profiles/package.mask
index c44253915d64..9a166765cb73 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -297,7 +297,6 @@ dev-haskell/hdbc-odbc
dev-haskell/hi-file-parser
dev-haskell/hlint
dev-haskell/hpack
-dev-haskell/hsopenssl
# hololeap <[email protected]> (2022-08-21)
# doctest-parallel does not currently work with Setup.hs (used internally by