From ad0412d0cafb8c04ce98024155cf99a4cc27db44 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 30 Jul 2022 09:09:34 +0100 Subject: gentoo auto-resync : 30:07:2022 - 09:09:33 --- dev-haskell/http-streams/Manifest | 6 +-- .../http-streams/http-streams-0.8.7.2.ebuild | 47 ------------------ .../http-streams/http-streams-0.8.9.4.ebuild | 56 ++++++++++++++++++++++ dev-haskell/http-streams/metadata.xml | 14 ------ 4 files changed, 59 insertions(+), 64 deletions(-) delete mode 100644 dev-haskell/http-streams/http-streams-0.8.7.2.ebuild create mode 100644 dev-haskell/http-streams/http-streams-0.8.9.4.ebuild (limited to 'dev-haskell/http-streams') diff --git a/dev-haskell/http-streams/Manifest b/dev-haskell/http-streams/Manifest index b20872c37eb1..344169498ffe 100644 --- a/dev-haskell/http-streams/Manifest +++ b/dev-haskell/http-streams/Manifest @@ -1,3 +1,3 @@ -DIST http-streams-0.8.7.2.tar.gz 35163 BLAKE2B 80b5a12bd95379009993efe1eb3f484c54e143d2d132a9b7a4faa64fd59fcacdade0b388138de7357692c49bffbdf508ccf05dc2e919e56c59e52191bf1b7f8c SHA512 1028e7a102fc189ddd20d353492306d506f24f0408a234e0ec2b01c11737bc9ffec76a5609e18e355ef838663ec412ce3b358d8223deea7dd4c35ada5223f3ea -EBUILD http-streams-0.8.7.2.ebuild 1546 BLAKE2B e2ed198e2f57cbdb80d7dc02fa639f4c0981cf9af9d42cdde6aeb2f24d02e209b496cf6115e99d15933eb6089a7120e795b86d6519bdeb3ca4b6e78a44e1f274 SHA512 8dec19601bc58ecbf0770fa28fdbe2ad498dc06f90741a8016963fa2fb1773c9fc56ec5f897b2097ad9ab68c32da6c9e0a169a9cacbf619dc3be46bad003ad29 -MISC metadata.xml 728 BLAKE2B d69372a0a2cd2167b07ef24be006522e2ed769026152dace3cc8ef279007a59b5f9e1246996bb8ea4c629bc5b143a2d1621dd1c16a3f5f071f8412e01bc2046a SHA512 1b8ce4745d766b9bd93f9f62a9fe8a133f7ddc2dae79602c32db13419111e7a14e813e0e66126c1c67a494397baf5f876e348498ecda5acf9083039d232c9ff2 +DIST http-streams-0.8.9.4.tar.gz 37090 BLAKE2B 4e81ce6fffd8132d8a74c210c70a786c37fd09493c9806b8e15d570922c8e792d6244e1b3e80ef5dbf607291161c01a53617fc030f0c0088a70f9b6ad531eba9 SHA512 8448fba398ae323f1bdd44c8cbb02ba678ffc9d06f26d4e46c8c1f1de849a83a9fef697ffa5650ef58730ad81714775046a9b0857e760112ef25b418e2b5d0fe +EBUILD http-streams-0.8.9.4.ebuild 1932 BLAKE2B b687ba966262a1b3ca46c8cfdfa1cf6c148814448e03678fa06fcf75fec5ad8da18606bb3657f68f20535c4f7924937af75d9f7454b8df9f30e36e0c25d839d2 SHA512 54dba1930558fe193f207f22203dec26755c3a7a57d2b019e5b4421b74334329036860bc0c0a6412de4b329ca87b6fb636acc9816414cdd630b9e921ed2c43ea +MISC metadata.xml 250 BLAKE2B 3adf9597d5114c480b4cc9fb5c3e231d8475b795cd6dce77986e13583ab6e59b43857cf2328570490abef0062a8b8a6b73d231867f9b62124855515cdc044d6d SHA512 5ef2c1d34a3438b39a38c041d45bb06bd0f1ae8a3f8b971bd5aaf36dee560f380e9abefab0c2a4cd7b518e151f5c6a0d0c7cd53caee9a384818f1bdc7deeadc4 diff --git a/dev-haskell/http-streams/http-streams-0.8.7.2.ebuild b/dev-haskell/http-streams/http-streams-0.8.7.2.ebuild deleted file mode 100644 index e2e1e9367992..000000000000 --- a/dev-haskell/http-streams/http-streams-0.8.7.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.6.7.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" # Drop 'test-suite' to avoid circular depend -inherit haskell-cabal - -DESCRIPTION="An HTTP client using io-streams" -HOMEPAGE="https://github.com/afcowie/http-streams/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="+network-uri" - -RESTRICT=test #circular test depend: http-streams -> snap-server -> http-streams - -RDEPEND="dev-haskell/aeson:=[profile?] - dev-haskell/attoparsec:=[profile?] - dev-haskell/base64-bytestring:=[profile?] - >=dev-haskell/blaze-builder-0.4:=[profile?] - dev-haskell/case-insensitive:=[profile?] - >=dev-haskell/hsopenssl-0.11.2:=[profile?] - >=dev-haskell/http-common-0.8.2:=[profile?] - >=dev-haskell/io-streams-1.3:=[zlib,profile?] =dev-haskell/openssl-streams-1.1:=[profile?] =dev-lang/ghc-8.4.3:= - network-uri? ( >=dev-haskell/network-2.6:=[profile?] - >=dev-haskell/network-uri-2.6:=[profile?] ) - !network-uri? ( snap-server -> http-streams + +RDEPEND="dev-haskell/aeson:=[profile?] + dev-haskell/attoparsec:=[profile?] + dev-haskell/base64-bytestring:=[profile?] + >=dev-haskell/blaze-builder-0.4:=[profile?] + dev-haskell/case-insensitive:=[profile?] + >=dev-haskell/hsopenssl-0.11.2:=[profile?] + >=dev-haskell/http-common-0.8.3.4:=[profile?] + >=dev-haskell/io-streams-1.3:=[zlib,profile?] =dev-haskell/openssl-streams-1.1:=[profile?] =dev-lang/ghc-8.4.3:= + >=dev-haskell/network-2.6:=[profile?] + >=dev-haskell/network-uri-2.6:=[profile?] +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.2.0.1" +# test? ( dev-haskell/aeson-pretty +# dev-haskell/hspec +# dev-haskell/hspec-expectations +# dev-haskell/hunit +# dev-haskell/lifted-base +# dev-haskell/random +# >=dev-haskell/snap-core-1.0 =dev-haskell/snap-server-1.1 =dev-haskell/system-fileio-0.3.10 =dev-haskell/system-filepath-0.4.1 =dev-haskell/network-2.6 +# >=dev-haskell/network-uri-2.6 ) ) +# " + +src_configure() { + haskell-cabal_src_configure \ + --flag=network-uri +} diff --git a/dev-haskell/http-streams/metadata.xml b/dev-haskell/http-streams/metadata.xml index 72f0ed5fab0e..937381521944 100644 --- a/dev-haskell/http-streams/metadata.xml +++ b/dev-haskell/http-streams/metadata.xml @@ -5,18 +5,4 @@ haskell@gentoo.org Gentoo Haskell - - /Overview/ - - An HTTP client, using the Snap Framework's 'io-streams' library to - hande the streaming IO. The API is optimized for ease of use for the - rather common case of code needing to query web services and deal with - the result. - - The library is exported in a single module; see "Network.Http.Client" - for full documentation. - - - Get Network.URI from the network-uri package. - -- cgit v1.2.3