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-client-conduit/
Date: Sat, 12 Sep 2020 21:13:11
Message-Id: 1599945169.46f97e0eb2ec7d4603eb70a78ea99ea84788ff6b.slyfox@gentoo
1 commit: 46f97e0eb2ec7d4603eb70a78ea99ea84788ff6b
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 20:56:35 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 21:12:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46f97e0e
7
8 dev-haskell/http-client-conduit: drop old
9
10 Package-Manager: Portage-3.0.6, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/http-client-conduit/Manifest | 1 -
14 .../http-client-conduit-0.2.0.1.ebuild | 28 ----------------------
15 2 files changed, 29 deletions(-)
16
17 diff --git a/dev-haskell/http-client-conduit/Manifest b/dev-haskell/http-client-conduit/Manifest
18 index 8c5f6933106..49af944211f 100644
19 --- a/dev-haskell/http-client-conduit/Manifest
20 +++ b/dev-haskell/http-client-conduit/Manifest
21 @@ -1,2 +1 @@
22 -DIST http-client-conduit-0.2.0.1.tar.gz 2104 BLAKE2B 2f8bb34e48bdc4671c51013fe81a2a0fc90f4e01cb6e22ff9bcdd8507f5f02606ca8eb2199892fa8d2106a5e86a110b4feee100a77b08815419656dfe40edf32 SHA512 1fd691f613cf874ea6f596a1d178bee034aef48923d8665b33cb7519d49034c56198a1b98786f3b65e9b5fce36d7bea8e76bafd696c52f01a240da29a06696ab
23 DIST http-client-conduit-0.3.0.tar.gz 1176 BLAKE2B 29a8da8e051c31b24c710db783d330eb25316f500968df8b546cf085ca179526b26f1709d2e05cfb4d32703cf1233a8b9e9d0e0b04bc66b15fb38bbf6ce1ae7b SHA512 c6d3a2ee7d2b3efca346835d226421bf18443d7248d743b0467b32a9697d845697267a5fa9ee5a7bdf2c6918c60f4f6897f3df109b9337ab3967b3b9ef2528fe
24
25 diff --git a/dev-haskell/http-client-conduit/http-client-conduit-0.2.0.1.ebuild b/dev-haskell/http-client-conduit/http-client-conduit-0.2.0.1.ebuild
26 deleted file mode 100644
27 index f26e3a4da6f..00000000000
28 --- a/dev-haskell/http-client-conduit/http-client-conduit-0.2.0.1.ebuild
29 +++ /dev/null
30 @@ -1,28 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -# ebuild generated by hackport 0.3.5.9999
37 -
38 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
39 -inherit haskell-cabal
40 -
41 -DESCRIPTION="Frontend support for using http-client with conduit"
42 -HOMEPAGE="https://github.com/snoyberg/http-client"
43 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0/${PV}"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -
50 -RDEPEND="dev-haskell/conduit:=[profile?]
51 - >=dev-haskell/http-client-0.2:=[profile?]
52 - >=dev-haskell/resourcet-0.4.6:=[profile?]
53 - dev-haskell/transformers:=[profile?]
54 - >=dev-lang/ghc-6.10.4:=
55 -"
56 -DEPEND="${RDEPEND}
57 - >=dev-haskell/cabal-1.10
58 -"