From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-haskell/http-streams/Manifest | 3 -- .../http-streams/http-streams-0.8.4.0.ebuild | 58 ---------------------- dev-haskell/http-streams/metadata.xml | 22 -------- 3 files changed, 83 deletions(-) delete mode 100644 dev-haskell/http-streams/Manifest delete mode 100644 dev-haskell/http-streams/http-streams-0.8.4.0.ebuild delete mode 100644 dev-haskell/http-streams/metadata.xml (limited to 'dev-haskell/http-streams') diff --git a/dev-haskell/http-streams/Manifest b/dev-haskell/http-streams/Manifest deleted file mode 100644 index 6a6d0a64eab6..000000000000 --- a/dev-haskell/http-streams/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST http-streams-0.8.4.0.tar.gz 35330 BLAKE2B 6e6c0fbd9a61c6ea587d7140fb0219c5a415c798ee55b47f45642c19cc67f67a6c1098d74c8451bb6285fdc001d6cac389459a3dbd5ba9409a59e47e4bf4c9a5 SHA512 763287042b37eca43941369dd2b7a7693f545ef37d87bdadb0b5ee686648bc0c3e7d2a8edee37648bb61ebc1dfefb029ca3ce22a44519a16775eab98de0b0a1a -EBUILD http-streams-0.8.4.0.ebuild 1974 BLAKE2B 6a9c124c4a1eea4331fdff3f107bfb698fe6e5d28bc1254c72bcdbc4b7cb517dc6f631659c69e7f331a8cc53c7a457fe961eb6557fdb78ecc6abab1663af6ec5 SHA512 4955a867406f757a4986f6e1ba93770dd60cf7dd15046d781786594d33564b5ebaaaecc838b101197a6483ac012f55526a332a61673fce8b0fc229873f7f15e7 -MISC metadata.xml 727 BLAKE2B 8fcc9f3a679e00960165b0ffe29c0a7a2f3cd17876593de0bf58ba767b3d8190e5a01d1a0132c4d1328ef4d753d908bbf448b95a5b05de5faf98e311138b594b SHA512 d3f4b4bd4d4e5e60ad7044fc662ac3577dd4e7bdfc95ac3b5b6bb16ae8cf5626e3e1c2aecdcfa1a3de4920eebac18f0a75894469cf04d72eb1f6970aff12bc5d diff --git a/dev-haskell/http-streams/http-streams-0.8.4.0.ebuild b/dev-haskell/http-streams/http-streams-0.8.4.0.ebuild deleted file mode 100644 index ddd5fd36a4d1..000000000000 --- a/dev-haskell/http-streams/http-streams-0.8.4.0.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# 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="An HTTP client using io-streams" -HOMEPAGE="https://github.com/afcowie/http-streams/" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="amd64 x86" -IUSE="+network-uri" - -RESTRICT=test # cyclic dep: http-streams[test]->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.10.3.5:=[profile?] - >=dev-haskell/http-common-0.8.2:=[profile?] - >=dev-haskell/io-streams-1.3:=[profile?] =dev-haskell/openssl-streams-1.1:=[profile?] =dev-lang/ghc-7.8.2:= - network-uri? ( >=dev-haskell/network-2.6:=[profile?] - >=dev-haskell/network-uri-2.6:=[profile?] ) - !network-uri? ( - - - - 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