summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-02-16 21:12:43 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2017-02-16 21:57:01 +0000
commit60ec808ce9fb9d9fc56090082ce175549d90d301 (patch)
tree0a9c0e5942e7899938199e7542636c803ddc88e2 /dev-haskell
parentdev-haskell/clock: bump up to 0.7.2 (diff)
downloadgentoo-60ec808ce9fb9d9fc56090082ce175549d90d301.tar.gz
gentoo-60ec808ce9fb9d9fc56090082ce175549d90d301.tar.bz2
gentoo-60ec808ce9fb9d9fc56090082ce175549d90d301.zip
dev-haskell/openssl-streams: new package, a depend of snap-server-1
OpenSSL network support for io-streams Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/openssl-streams/Manifest1
-rw-r--r--dev-haskell/openssl-streams/metadata.xml16
-rw-r--r--dev-haskell/openssl-streams/openssl-streams-1.2.1.0.ebuild31
3 files changed, 48 insertions, 0 deletions
diff --git a/dev-haskell/openssl-streams/Manifest b/dev-haskell/openssl-streams/Manifest
new file mode 100644
index 000000000000..ef3cafa5f414
--- /dev/null
+++ b/dev-haskell/openssl-streams/Manifest
@@ -0,0 +1 @@
+DIST openssl-streams-1.2.1.0.tar.gz 6266 SHA256 a9965909dc67261f9328ac4bb364181a37ba53fceac2c5de3629f0dd796219cb SHA512 c429bdcbb4ce893d79941eccb849f7064fb88073423b4395e0f50795ddef699934c148549f800b551914c7983cb2b8fc988dccfb4e0363f422726c0cdeaa5018 WHIRLPOOL b544c36241926116a0e0156e630ff08c44e5507edeaf9b585acf9f0283da5f90caed7eed30cffaaafeee8eee5369159cee8874e3ae96eb6dfd909082b916671e
diff --git a/dev-haskell/openssl-streams/metadata.xml b/dev-haskell/openssl-streams/metadata.xml
new file mode 100644
index 000000000000..55c1e4ed829e
--- /dev/null
+++ b/dev-haskell/openssl-streams/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+ <longdescription>
+ The openssl-streams library contains io-streams routines for secure
+ networking using OpenSSL (by way of HsOpenSSL).
+
+ /ChangeLog/
+
+ [@1.1.0.0@] Updated @openssl-streams@ to work with @io-streams@ 1.1.0.0.
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-haskell/openssl-streams/openssl-streams-1.2.1.0.ebuild b/dev-haskell/openssl-streams/openssl-streams-1.2.1.0.ebuild
new file mode 100644
index 000000000000..64c8e13e1d5a
--- /dev/null
+++ b/dev-haskell/openssl-streams/openssl-streams-1.2.1.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="OpenSSL network support for io-streams"
+HOMEPAGE="http://hackage.haskell.org/package/openssl-streams"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/hsopenssl-0.10.3:=[profile?] <dev-haskell/hsopenssl-0.12:=[profile?]
+ >=dev-haskell/io-streams-1.0:=[profile?] <dev-haskell/io-streams-1.4:=[profile?]
+ >=dev-haskell/network-2.4:=[profile?] <dev-haskell/network-2.7:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+ test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-2
+ >=dev-haskell/test-framework-0.8.0.3 <dev-haskell/test-framework-0.9
+ >=dev-haskell/test-framework-hunit-0.3 <dev-haskell/test-framework-hunit-0.4 )
+"