From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- dev-haskell/http-common/Manifest | 3 ++ dev-haskell/http-common/http-common-0.8.2.0.ebuild | 32 ++++++++++++++++++++++ dev-haskell/http-common/metadata.xml | 16 +++++++++++ 3 files changed, 51 insertions(+) create mode 100644 dev-haskell/http-common/Manifest create mode 100644 dev-haskell/http-common/http-common-0.8.2.0.ebuild create mode 100644 dev-haskell/http-common/metadata.xml (limited to 'dev-haskell/http-common') diff --git a/dev-haskell/http-common/Manifest b/dev-haskell/http-common/Manifest new file mode 100644 index 000000000000..04ad5cacb6ba --- /dev/null +++ b/dev-haskell/http-common/Manifest @@ -0,0 +1,3 @@ +DIST http-common-0.8.2.0.tar.gz 9473 SHA256 2915e77b0d000a617d4c1304fdc46f45b70acc0942670066a95b2c8d4e504593 SHA512 e02e9b08235483220856ed1cacebea1910ec41451d7ec68b86a2193f5c050f74ef3747a4a2c35c560795727d9f62ee6485cfd1ed5597fb7645ce6339f969851a WHIRLPOOL a30b8cd009f4e20a63a9c041e1779f3d7aa4b0d5ce18770a8b2c513e22de0107daba09c3f8d008f67bbf394b7d513d10d031baadb5948d5428eb25c08d312cf5 +EBUILD http-common-0.8.2.0.ebuild 874 SHA256 e4691fa60319a277d2b9af7ab55f4534f56619f779eadb7e9bd0919f5ff7980f SHA512 b0a07b2e6cce484a005b56d341b2bc390253b6bfe6e000d7b1d75871731a0d2c35699e9b8b5dc39b773f716bfae0cded6623a85bdb8c62569b15d2a9451d5bc0 WHIRLPOOL 00adee109fa9ea28df41a4851aefbc24052b035e525b74bc2d92e4330e8587feeb77637d2f04cb1033e38aed08a6fbe9de47cd380d594f924cecb31c8c5417c1 +MISC metadata.xml 599 SHA256 8d9c06b64cd81487050155cc2a2c749c7b7689e4f8fbe2387b5bd366a9539b0c SHA512 4feaa9c2215dd5d320a3c4dcd520487c0d5df34b0a1a3cd1fc0b5a8bd9333f6c5fcdcae385f854c0baaa058f3ab88a0a844f670bd8d339285e41d5f89016217b WHIRLPOOL ad00c220c5bd3f839a77c021da15b81bac387e1b0f7c894afd42f422ef0f8942339879f2ca2c796e9f949774b7b16ab232a8c9ff48164670a253eb0759de66bc diff --git a/dev-haskell/http-common/http-common-0.8.2.0.ebuild b/dev-haskell/http-common/http-common-0.8.2.0.ebuild new file mode 100644 index 000000000000..08ba581d8b47 --- /dev/null +++ b/dev-haskell/http-common/http-common-0.8.2.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +# ebuild generated by hackport 0.4.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Common types for HTTP clients and servers" +HOMEPAGE="http://research.operationaldynamics.com/projects/http-streams/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="dev-haskell/base64-bytestring:=[profile?] + dev-haskell/blaze-builder:=[profile?] + dev-haskell/case-insensitive:=[profile?] + dev-haskell/mtl:=[profile?] + dev-haskell/network:=[profile?] + dev-haskell/text:=[profile?] + dev-haskell/transformers:=[profile?] + dev-haskell/unordered-containers:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 +" diff --git a/dev-haskell/http-common/metadata.xml b/dev-haskell/http-common/metadata.xml new file mode 100644 index 000000000000..9b125c84e713 --- /dev/null +++ b/dev-haskell/http-common/metadata.xml @@ -0,0 +1,16 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + + + /Overview/ + + Base types used by a variety of HTTP clients and servers. See http-streams + "Network.Http.Client" or pipes-http "Pipes.Http.Client" for full + documentation. You can import @Network.Http.Types@ if you like, but both + http-streams and pipes-http re-export this package's types and functions. + + -- cgit v1.2.3