Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/http-common/
Date: Thu, 16 Feb 2017 21:57:34
Message-Id: 1487282222.bf8ef920d054761329ee2b05920c46d3e3924230.slyfox@gentoo
1 commit: bf8ef920d054761329ee2b05920c46d3e3924230
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 16 21:14:15 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 16 21:57:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf8ef920
7
8 dev-haskell/http-common: new package, a depend of snap-server-1
9
10 Common types for HTTP clients and servers
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 dev-haskell/http-common/Manifest | 1 +
15 dev-haskell/http-common/http-common-0.8.2.0.ebuild | 33 ++++++++++++++++++++++
16 dev-haskell/http-common/metadata.xml | 16 +++++++++++
17 3 files changed, 50 insertions(+)
18
19 diff --git a/dev-haskell/http-common/Manifest b/dev-haskell/http-common/Manifest
20 new file mode 100644
21 index 0000000000..d33b0350f5
22 --- /dev/null
23 +++ b/dev-haskell/http-common/Manifest
24 @@ -0,0 +1 @@
25 +DIST http-common-0.8.2.0.tar.gz 9473 SHA256 2915e77b0d000a617d4c1304fdc46f45b70acc0942670066a95b2c8d4e504593 SHA512 e02e9b08235483220856ed1cacebea1910ec41451d7ec68b86a2193f5c050f74ef3747a4a2c35c560795727d9f62ee6485cfd1ed5597fb7645ce6339f969851a WHIRLPOOL a30b8cd009f4e20a63a9c041e1779f3d7aa4b0d5ce18770a8b2c513e22de0107daba09c3f8d008f67bbf394b7d513d10d031baadb5948d5428eb25c08d312cf5
26
27 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
28 new file mode 100644
29 index 0000000000..e3057b195d
30 --- /dev/null
31 +++ b/dev-haskell/http-common/http-common-0.8.2.0.ebuild
32 @@ -0,0 +1,33 @@
33 +# Copyright 1999-2017 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +# $Id$
36 +
37 +EAPI=5
38 +
39 +# ebuild generated by hackport 0.4.5.9999
40 +
41 +CABAL_FEATURES="lib profile haddock hoogle hscolour"
42 +inherit haskell-cabal
43 +
44 +DESCRIPTION="Common types for HTTP clients and servers"
45 +HOMEPAGE="http://research.operationaldynamics.com/projects/http-streams/"
46 +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
47 +
48 +LICENSE="BSD"
49 +SLOT="0/${PV}"
50 +KEYWORDS="~amd64 ~x86"
51 +IUSE=""
52 +
53 +RDEPEND="dev-haskell/base64-bytestring:=[profile?]
54 + dev-haskell/blaze-builder:=[profile?]
55 + dev-haskell/case-insensitive:=[profile?]
56 + dev-haskell/mtl:=[profile?]
57 + dev-haskell/network:=[profile?]
58 + dev-haskell/text:=[profile?]
59 + dev-haskell/transformers:=[profile?]
60 + dev-haskell/unordered-containers:=[profile?]
61 + >=dev-lang/ghc-7.4.1:=
62 +"
63 +DEPEND="${RDEPEND}
64 + >=dev-haskell/cabal-1.10
65 +"
66
67 diff --git a/dev-haskell/http-common/metadata.xml b/dev-haskell/http-common/metadata.xml
68 new file mode 100644
69 index 0000000000..9b125c84e7
70 --- /dev/null
71 +++ b/dev-haskell/http-common/metadata.xml
72 @@ -0,0 +1,16 @@
73 +<?xml version="1.0" encoding="UTF-8"?>
74 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
75 +<pkgmetadata>
76 + <maintainer type="project">
77 + <email>haskell@g.o</email>
78 + <name>Gentoo Haskell</name>
79 + </maintainer>
80 + <longdescription>
81 + /Overview/
82 +
83 + Base types used by a variety of HTTP clients and servers. See http-streams
84 + "Network.Http.Client" or pipes-http "Pipes.Http.Client" for full
85 + documentation. You can import @Network.Http.Types@ if you like, but both
86 + http-streams and pipes-http re-export this package's types and functions.
87 + </longdescription>
88 +</pkgmetadata>