summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/warp-tls')
-rw-r--r--dev-haskell/warp-tls/Manifest5
-rw-r--r--dev-haskell/warp-tls/metadata.xml11
-rw-r--r--dev-haskell/warp-tls/warp-tls-2.0.3.1.ebuild40
-rw-r--r--dev-haskell/warp-tls/warp-tls-3.0.0.ebuild38
-rw-r--r--dev-haskell/warp-tls/warp-tls-3.0.1.1.ebuild38
-rw-r--r--dev-haskell/warp-tls/warp-tls-3.0.3.ebuild38
-rw-r--r--dev-haskell/warp-tls/warp-tls-3.0.4.2.ebuild38
7 files changed, 208 insertions, 0 deletions
diff --git a/dev-haskell/warp-tls/Manifest b/dev-haskell/warp-tls/Manifest
new file mode 100644
index 000000000000..dd7682818918
--- /dev/null
+++ b/dev-haskell/warp-tls/Manifest
@@ -0,0 +1,5 @@
+DIST warp-tls-2.0.3.1.tar.gz 3719 SHA256 bcd0746ec4f4d95184c0d2acb101b15466efc579021e65152c5147babc26ceb3 SHA512 6f003bc922f382880843cf89de12388fa724bc3e17418a53eb9da872369bb3d38ddcfeb262d7e147dc2f1f5388ce939f14e0217549e1fd242fcf203c9e1875f2 WHIRLPOOL 845f8a67a135daeb8dbdc3f5e72edef20a0f11b5b5344de16a61008c359a454cb39014d3c8f7fb6dc6d678379b9b74de2aa7b059ad9e1580f58fabb9a94d739a
+DIST warp-tls-3.0.0.tar.gz 3905 SHA256 dce9d46532440c2429d72f21ee07ded929eb67f26909150f82698780d420f591 SHA512 a96f55254fa946d4f1d7e0311b442b70e6d9518079ea64f853ed881182cd45b555b4eb520c6c3f165c3a9a552713dd58bb91c9532968f48d3056f41962d30466 WHIRLPOOL 65f459007591a7f96fbad30f14e37199c73f5e195827f6e0ae624ef303c9f65d3c449dafc156e3c66f55aa67bd23d2805b3819e29005355cc8e6a4c7d82935ab
+DIST warp-tls-3.0.1.1.tar.gz 4723 SHA256 351731d0a00c5db1627ac88d4cce17e8f7efe4c3b5314e868b6c355f854b7281 SHA512 7720503b12c9271d4f3eb7237655456f28b84b53786ccc0838e80bd12025d0d51787911a2da916ba864c6bc158ac85b1fc077f2cee5bba6057a238cfc36d2a95 WHIRLPOOL 700d7e134192b643fcb143bdb74f57bd73a2cdacf3ecd4a5c8ab395aba740972def350611b04953ec172c4f3901359ce5b78db721fd59dc13be00bc16745d108
+DIST warp-tls-3.0.3.tar.gz 5741 SHA256 b5260c5fd5f51048448347a2acc72b60fbadfa05e57cc1a70328a2e22accf7d9 SHA512 3f57df94ace8fe071706b83942160547d7e2277d736104aaefc28680d714fbbdbe58b32b5bfb9b0eca67c19d4ff0b649caea165775b0fed1eb3288c3eb1115e9 WHIRLPOOL 7d6876cfd81207b135d8d49dff733c81e8ab9d687e7c2f0ae04500c7c0dae9a7dfbb4cdd40047a086964f961a973bd6191d63dbbe71548459750130ad22a5c1c
+DIST warp-tls-3.0.4.2.tar.gz 5870 SHA256 610fe047af34a28bc44f9d95e581edb82a72d63852247b78e13e895791c00b1c SHA512 3334d8923b720ed4b79f9489364824170df276bcf3ac530719d26999d0899e4ae46c2758856819b440ee937d8c411bbfff2a446984a3b7d5c61177582517e467 WHIRLPOOL 81e38d9cc83939ea7a8b6f88b2edf7155aed793812516978df7e1ae1bc307e75be9be8ca89f73c83ceba39d85b3fb516d86a329610f785e9afb3ffe18b65e854
diff --git a/dev-haskell/warp-tls/metadata.xml b/dev-haskell/warp-tls/metadata.xml
new file mode 100644
index 000000000000..545bfc6a8d96
--- /dev/null
+++ b/dev-haskell/warp-tls/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <longdescription>
+ HTTP over SSL/TLS support for Warp via the TLS package.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">yesodweb/wai</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-haskell/warp-tls/warp-tls-2.0.3.1.ebuild b/dev-haskell/warp-tls/warp-tls-2.0.3.1.ebuild
new file mode 100644
index 000000000000..b3492a46a837
--- /dev/null
+++ b/dev-haskell/warp-tls/warp-tls-2.0.3.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.6.9999
+#hackport: flags: +tls_1_1_3
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="HTTP over SSL/TLS support for Warp via the TLS package"
+HOMEPAGE="http://github.com/yesodweb/wai"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/conduit-0.5:=[profile?] <dev-haskell/conduit-1.1:=[profile?]
+ >=dev-haskell/cprng-aes-0.5.0:=[profile?]
+ >=dev-haskell/data-default-class-0.0.1:=[profile?]
+ >=dev-haskell/network-2.2.1:=[profile?]
+ >=dev-haskell/network-conduit-0.6:=[profile?] <dev-haskell/network-conduit-1.1:=[profile?]
+ >=dev-haskell/tls-1.2.1:=[profile?]
+ >=dev-haskell/transformers-0.2:=[profile?]
+ >=dev-haskell/wai-2.0:=[profile?] <dev-haskell/wai-2.2:=[profile?]
+ >=dev-haskell/warp-2.0.2:=[profile?] <dev-haskell/warp-2.2:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6.0.3
+"
+
+src_configure() {
+ haskell-cabal_src_configure \
+ --flag=tls_1_1_3
+}
diff --git a/dev-haskell/warp-tls/warp-tls-3.0.0.ebuild b/dev-haskell/warp-tls/warp-tls-3.0.0.ebuild
new file mode 100644
index 000000000000..44a3aa34ee79
--- /dev/null
+++ b/dev-haskell/warp-tls/warp-tls-3.0.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.2.9999
+#hackport: flags: +tls_1_1_3
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="HTTP over SSL/TLS support for Warp via the TLS package"
+HOMEPAGE="http://github.com/yesodweb/wai"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/cprng-aes-0.5.0:=[profile?]
+ >=dev-haskell/data-default-class-0.0.1:=[profile?]
+ >=dev-haskell/network-2.2.1:=[profile?]
+ dev-haskell/streaming-commons:=[profile?]
+ >=dev-haskell/tls-1.2.1:=[profile?]
+ >=dev-haskell/wai-3.0:=[profile?] <dev-haskell/wai-3.1:=[profile?]
+ >=dev-haskell/warp-3.0:=[profile?] <dev-haskell/warp-3.1:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"
+
+src_configure() {
+ haskell-cabal_src_configure \
+ --flag=tls_1_1_3
+}
diff --git a/dev-haskell/warp-tls/warp-tls-3.0.1.1.ebuild b/dev-haskell/warp-tls/warp-tls-3.0.1.1.ebuild
new file mode 100644
index 000000000000..28a8294e673e
--- /dev/null
+++ b/dev-haskell/warp-tls/warp-tls-3.0.1.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.4.9999
+#hackport: flags: +tls_1_1_3
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="HTTP over SSL/TLS support for Warp via the TLS package"
+HOMEPAGE="http://github.com/yesodweb/wai"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/cprng-aes-0.5.0:=[profile?]
+ >=dev-haskell/data-default-class-0.0.1:=[profile?]
+ >=dev-haskell/network-2.2.1:=[profile?]
+ dev-haskell/streaming-commons:=[profile?]
+ >=dev-haskell/tls-1.2.1:=[profile?]
+ >=dev-haskell/wai-3.0:=[profile?] <dev-haskell/wai-3.1:=[profile?]
+ >=dev-haskell/warp-3.0:=[profile?] <dev-haskell/warp-3.1:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"
+
+src_configure() {
+ haskell-cabal_src_configure \
+ --flag=tls_1_1_3
+}
diff --git a/dev-haskell/warp-tls/warp-tls-3.0.3.ebuild b/dev-haskell/warp-tls/warp-tls-3.0.3.ebuild
new file mode 100644
index 000000000000..e31d5257a8ab
--- /dev/null
+++ b/dev-haskell/warp-tls/warp-tls-3.0.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.4.9999
+#hackport: flags: +tls_1_1_3
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="HTTP over SSL/TLS support for Warp via the TLS package"
+HOMEPAGE="http://github.com/yesodweb/wai"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/cprng-aes-0.5.0:=[profile?]
+ >=dev-haskell/data-default-class-0.0.1:=[profile?]
+ >=dev-haskell/network-2.2.1:=[profile?]
+ dev-haskell/streaming-commons:=[profile?]
+ >=dev-haskell/tls-1.2.16:=[profile?]
+ >=dev-haskell/wai-3.0:=[profile?] <dev-haskell/wai-3.1:=[profile?]
+ >=dev-haskell/warp-3.0.8:=[profile?] <dev-haskell/warp-3.1:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"
+
+src_configure() {
+ haskell-cabal_src_configure \
+ --flag=tls_1_1_3
+}
diff --git a/dev-haskell/warp-tls/warp-tls-3.0.4.2.ebuild b/dev-haskell/warp-tls/warp-tls-3.0.4.2.ebuild
new file mode 100644
index 000000000000..35158d52d074
--- /dev/null
+++ b/dev-haskell/warp-tls/warp-tls-3.0.4.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.5.9999
+#hackport: flags: +tls_1_1_3
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="HTTP over SSL/TLS support for Warp via the TLS package"
+HOMEPAGE="http://github.com/yesodweb/wai"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/cprng-aes-0.5.0:=[profile?]
+ >=dev-haskell/data-default-class-0.0.1:=[profile?]
+ >=dev-haskell/network-2.2.1:=[profile?]
+ dev-haskell/streaming-commons:=[profile?]
+ >=dev-haskell/tls-1.2.16:=[profile?]
+ >=dev-haskell/wai-3.0:=[profile?] <dev-haskell/wai-3.1:=[profile?]
+ >=dev-haskell/warp-3.0.8:=[profile?] <dev-haskell/warp-3.1:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"
+
+src_configure() {
+ haskell-cabal_src_configure \
+ --flag=tls_1_1_3
+}