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-conduit/
Date: Wed, 25 May 2016 20:29:13
Message-Id: 1464208137.26a7227675587377dbeea9877fa1dddcfe3f5bc6.slyfox@gentoo
1 commit: 26a7227675587377dbeea9877fa1dddcfe3f5bc6
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 25 20:26:44 2016 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed May 25 20:28:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26a72276
7
8 dev-haskell/http-conduit: restore ebuild with stable keywords
9
10 This reverts commit adccda875e7eee3d086550adfce016046ce6bed0.
11
12 Reported-by: Nick Bowler
13 Bug: https://bugs.gentoo.org/584018
14
15 dev-haskell/http-conduit/Manifest | 1 +
16 .../http-conduit/http-conduit-2.1.7.2.ebuild | 51 ++++++++++++++++++++++
17 2 files changed, 52 insertions(+)
18
19 diff --git a/dev-haskell/http-conduit/Manifest b/dev-haskell/http-conduit/Manifest
20 index 887674f..233333e 100644
21 --- a/dev-haskell/http-conduit/Manifest
22 +++ b/dev-haskell/http-conduit/Manifest
23 @@ -1,2 +1,3 @@
24 DIST http-conduit-2.1.10.1.tar.gz 26897 SHA256 36ebae73f7bf984e1062aa6079b935069b49a5b3811ea935194c0cecb8de815f SHA512 be9334d477effb5e691a3fb8faac40abd09a855205cefe0018315fbdca7de0fca00396e7fa66ca64c87ec2ee8d04177a4a2598349cfc3948f21000c4d23a0c72 WHIRLPOOL cfffeda187926a48fdc6e2936025d33a6ff0f108945fdb39ed1ffc25a43b9b3feda8f77813ce9a0c558f143e18ef53c26e9daff77e03a7c38b0acac8823ba265
25 +DIST http-conduit-2.1.7.2.tar.gz 23333 SHA256 ccd5d034d9c1f185ccf600e7f6d6153df793218233683ba073bab62d5449dc46 SHA512 020eae7a5846a880270b24d85ea4e7c2742c0f701e9e895b4dcaa1856f794fd00e09951e171104a173679d062789e5214ee24e0d63984e7d94d2cb2e5e7fb0ce WHIRLPOOL 10833001140438370ef01d3207562851c38339993f5d16d8c21a3c3c2627d94fbb0d38bccf2004a059ca2702d5567ca259cd9989cd0bf6776cb97073acd23652
26 DIST http-conduit-2.1.8.tar.gz 23331 SHA256 550d86ea9ee6dd90994a460c5c85ddc861fb5c0f007304dc4a2e2035f980ea3d SHA512 a5791e9cc9a5d8a077a54286e163cf16b388e1c1a71f31989e731ad724de887d96bd985805380b3ad7ed8d0570c8577c38bd1a36567ee38924487c7a200d304d WHIRLPOOL 4671a0557363c9170f28ab947e48a1a38d830c8b2d2843be15bea42db2cf192e20492ea9d22f39bca9826b01b8144a16d5914a84f0df5721a175c5768bab2d89
27
28 diff --git a/dev-haskell/http-conduit/http-conduit-2.1.7.2.ebuild b/dev-haskell/http-conduit/http-conduit-2.1.7.2.ebuild
29 new file mode 100644
30 index 0000000..5c0365c
31 --- /dev/null
32 +++ b/dev-haskell/http-conduit/http-conduit-2.1.7.2.ebuild
33 @@ -0,0 +1,51 @@
34 +# Copyright 1999-2015 Gentoo Foundation
35 +# Distributed under the terms of the GNU General Public License v2
36 +# $Id$
37 +
38 +EAPI=5
39 +
40 +# ebuild generated by hackport 0.4.5.9999
41 +
42 +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
43 +inherit haskell-cabal
44 +
45 +DESCRIPTION="HTTP client package with conduit interface and HTTPS support"
46 +HOMEPAGE="http://www.yesodweb.com/book/http-conduit"
47 +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
48 +
49 +LICENSE="BSD"
50 +SLOT="0/${PV}"
51 +KEYWORDS="amd64 x86"
52 +IUSE=""
53 +
54 +RDEPEND=">=dev-haskell/conduit-0.5.5:=[profile?] <dev-haskell/conduit-1.3:=[profile?]
55 + >=dev-haskell/http-client-0.4.3:=[profile?] <dev-haskell/http-client-0.5:=[profile?]
56 + >=dev-haskell/http-client-tls-0.2.2:=[profile?]
57 + >=dev-haskell/http-types-0.7:=[profile?]
58 + >=dev-haskell/lifted-base-0.1:=[profile?]
59 + dev-haskell/monad-control:=[profile?]
60 + dev-haskell/mtl:=[profile?]
61 + >=dev-haskell/resourcet-1.1:=[profile?] <dev-haskell/resourcet-1.2:=[profile?]
62 + >=dev-haskell/transformers-0.2:=[profile?]
63 + >=dev-lang/ghc-7.4.1:=
64 +"
65 +DEPEND="${RDEPEND}
66 + >=dev-haskell/cabal-1.8
67 + test? ( dev-haskell/blaze-builder
68 + dev-haskell/case-insensitive
69 + >=dev-haskell/conduit-1.1
70 + dev-haskell/conduit-extra
71 + >=dev-haskell/connection-0.2
72 + dev-haskell/cookie
73 + dev-haskell/data-default-class
74 + >=dev-haskell/hspec-1.3
75 + dev-haskell/hunit
76 + dev-haskell/network
77 + dev-haskell/streaming-commons
78 + dev-haskell/text
79 + dev-haskell/utf8-string
80 + >=dev-haskell/wai-3.0 <dev-haskell/wai-3.1
81 + dev-haskell/wai-conduit
82 + >=dev-haskell/warp-3.0.0.2 <dev-haskell/warp-3.2
83 + dev-haskell/warp-tls )
84 +"