summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-09-29 09:53:26 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-09-29 09:53:26 +0200
commit63b75eb4aa6a7b2ccb14f1b0ca686373c0dc0b63 (patch)
tree997664b7867351ee760f35f2337efffbfd428f09 /dev-haskell
parentdev-haskell/hsyaml-aeson: Remove last-rited pkg (diff)
downloadgentoo-63b75eb4aa6a7b2ccb14f1b0ca686373c0dc0b63.tar.gz
gentoo-63b75eb4aa6a7b2ccb14f1b0ca686373c0dc0b63.tar.bz2
gentoo-63b75eb4aa6a7b2ccb14f1b0ca686373c0dc0b63.zip
dev-haskell/hsopenssl: Remove last-rited pkg
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/hsopenssl/Manifest1
-rw-r--r--dev-haskell/hsopenssl/hsopenssl-0.11.4.17-r1.ebuild40
-rw-r--r--dev-haskell/hsopenssl/metadata.xml30
3 files changed, 0 insertions, 71 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>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 (&lt;http://hackage.haskell.org/package/tls&gt;), 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>