From f4fc10428424904caf2035cffc442195cb088b2c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Jul 2021 10:27:13 +0100 Subject: gentoo resync : 28.07.2021 --- dev-haskell/http-reverse-proxy/Manifest | 4 +- .../http-reverse-proxy-0.4.3.2.ebuild | 44 ------------------- .../http-reverse-proxy-0.6.0.ebuild | 51 ++++++++++++++++++++++ 3 files changed, 53 insertions(+), 46 deletions(-) delete mode 100644 dev-haskell/http-reverse-proxy/http-reverse-proxy-0.4.3.2.ebuild create mode 100644 dev-haskell/http-reverse-proxy/http-reverse-proxy-0.6.0.ebuild (limited to 'dev-haskell/http-reverse-proxy') diff --git a/dev-haskell/http-reverse-proxy/Manifest b/dev-haskell/http-reverse-proxy/Manifest index ec15e3197211..924ab62662e7 100644 --- a/dev-haskell/http-reverse-proxy/Manifest +++ b/dev-haskell/http-reverse-proxy/Manifest @@ -1,3 +1,3 @@ -DIST http-reverse-proxy-0.4.3.2.tar.gz 9870 BLAKE2B a08031110810950f769c0706cb3c4875403c9de9c9427715e9cefc4dc0856b753e0000b6a0c6340126e3687a1efc1369e988e04d0a8f61453fe6732ee61ddafb SHA512 303b826b1be5a5f34703eaf865dd238973f2ff59a97a4f0810d6551f2db339d5b37a60eab75f091347e9269812d09fe3026bd8f1bfe71660ada19b3ade8865b6 -EBUILD http-reverse-proxy-0.4.3.2.ebuild 1346 BLAKE2B 56c4678738f94d4e5344d6d2cc589a7cf36590783909668e1c1e0f84731dfd0867e86559a4196b327ff425ad3234d29dbd6b2ba3595df32aa91de7cf4b8e38d5 SHA512 5403154bed1633dbff04b85ad52ed9d4d5bd911e1c85b446615032f136b11fce0c8cad2a90cb047741ac2de7c086b87a6925915c9b086ab1d7a80a4013dcb263 +DIST http-reverse-proxy-0.6.0.tar.gz 10538 BLAKE2B 39fb4e7ed1ce3e413f44926b875152a01cd062d7f7435712075c190f16547f370f6f52e1ec93c35d942fb2a1c55d262a8573fca4a40f39c6e9b27c3ccecc15b1 SHA512 4b294ab670abf922392aeed372c948d52a5ea8c8faafbcb16fb7ee2fda740fe01c25addefffbe7848c06e4117b8c159e7dbfcc9bff2857088cf15b3a73e57d28 +EBUILD http-reverse-proxy-0.6.0.ebuild 1519 BLAKE2B eec50d157a9fc12656373bf91c6c9395ea2375fa1b19eca6cd3d8ae7ea81bec95326f322263f85c018afef064adec3e2de9e66d54fd864d5731a7652c41e423d SHA512 0c1dfaa0ca16915dd67c392eba38f6b36871e97259778cdf31be475eb735454ee82c64dbfb4e6d1e6081b756181cf1183a2c5ca33bb7b598bb508b027f72e627 MISC metadata.xml 591 BLAKE2B e8fa90680dc7f814397f5f58dbc7231d5de3db8caaff5d2c2b72555401dbc8d02dec22e1cc052389af500f9a1dc1a565bf38a38ae40c87997cac09d1bf42d351 SHA512 55ca51b46acb7a09bb50876fdcf295635d92d5faea267d33f116f776898c9dac623fd51f200e3c5699a92cacd7eae6783aa8f9bf476628d13198a8ce5a725889 diff --git a/dev-haskell/http-reverse-proxy/http-reverse-proxy-0.4.3.2.ebuild b/dev-haskell/http-reverse-proxy/http-reverse-proxy-0.4.3.2.ebuild deleted file mode 100644 index 5fa832e2660e..000000000000 --- a/dev-haskell/http-reverse-proxy/http-reverse-proxy-0.4.3.2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# ebuild generated by hackport 0.5.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Reverse proxy HTTP requests, either over raw sockets or with WAI" -HOMEPAGE="https://github.com/fpco/http-reverse-proxy" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-haskell/async:=[profile?] - >=dev-haskell/blaze-builder-0.3:=[profile?] - >=dev-haskell/case-insensitive-0.4:=[profile?] - >=dev-haskell/conduit-1.1:=[profile?] - dev-haskell/conduit-extra:=[profile?] - dev-haskell/data-default-class:=[profile?] - >=dev-haskell/http-client-0.3:=[profile?] - >=dev-haskell/http-types-0.6:=[profile?] - >=dev-haskell/lifted-base-0.1:=[profile?] - >=dev-haskell/monad-control-0.3:=[profile?] - dev-haskell/network:=[profile?] - dev-haskell/resourcet:=[profile?] - dev-haskell/streaming-commons:=[profile?] - >=dev-haskell/text-0.11:=[profile?] - >=dev-haskell/wai-3.0:=[profile?] - dev-haskell/wai-logger:=[profile?] - >=dev-haskell/word8-0.0:=[profile?] - >=dev-lang/ghc-7.8.2:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.18.1.3 - test? ( >=dev-haskell/hspec-1.3 - dev-haskell/http-conduit - >=dev-haskell/warp-2.1 ) -" diff --git a/dev-haskell/http-reverse-proxy/http-reverse-proxy-0.6.0.ebuild b/dev-haskell/http-reverse-proxy/http-reverse-proxy-0.6.0.ebuild new file mode 100644 index 000000000000..9d3e00694bd5 --- /dev/null +++ b/dev-haskell/http-reverse-proxy/http-reverse-proxy-0.6.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.5.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Reverse proxy HTTP requests, either over raw sockets or with WAI" +HOMEPAGE="https://github.com/fpco/http-reverse-proxy" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= + >=dev-haskell/blaze-builder-0.3:=[profile?] + >=dev-haskell/case-insensitive-0.4:=[profile?] + >=dev-haskell/conduit-1.3:=[profile?] + dev-haskell/conduit-extra:=[profile?] + >=dev-haskell/http-client-0.3:=[profile?] + dev-haskell/network:=[profile?] + dev-haskell/resourcet:=[profile?] + dev-haskell/streaming-commons:=[profile?] + >=dev-haskell/text-0.11:=[profile?] + dev-haskell/transformers:=[profile?] + >=dev-haskell/unliftio-0.2:=[profile?] + >=dev-haskell/wai-3.0:=[profile?] + dev-haskell/wai-logger:=[profile?] + >=dev-haskell/word8-0.0:=[profile?] +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( dev-haskell/blaze-builder + >=dev-haskell/conduit-1.1 + dev-haskell/conduit-extra + >=dev-haskell/hspec-1.3 + >=dev-haskell/http-conduit-2.3 + dev-haskell/http-types + dev-haskell/network + dev-haskell/resourcet + dev-haskell/streaming-commons + dev-haskell/transformers + dev-haskell/unliftio + dev-haskell/wai + >=dev-haskell/warp-2.1 ) +" -- cgit v1.2.3