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-multipart/
Date: Sat, 12 Sep 2020 21:13:10
Message-Id: 1599945169.3dea8e83bf23146b45dead607dc925376aadfad8.slyfox@gentoo
1 commit: 3dea8e83bf23146b45dead607dc925376aadfad8
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 20:56:57 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=3dea8e83
7
8 dev-haskell/http-client-multipart: 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-multipart/Manifest | 1 -
14 .../http-client-multipart-0.2.0.0.ebuild | 31 ----------------------
15 2 files changed, 32 deletions(-)
16
17 diff --git a/dev-haskell/http-client-multipart/Manifest b/dev-haskell/http-client-multipart/Manifest
18 index d13f6b4cce5..fb5b1ae79bb 100644
19 --- a/dev-haskell/http-client-multipart/Manifest
20 +++ b/dev-haskell/http-client-multipart/Manifest
21 @@ -1,2 +1 @@
22 -DIST http-client-multipart-0.2.0.0.tar.gz 4006 BLAKE2B aa3e8e2ba3fc24ce4754cf31816dc4bde866a7f0c2651f12a18001fbd75fe63b196dd17883d8b976ac13d1a8b39aefb51f939283dae86058d47437b62bd7b98c SHA512 7f3bc5b1b2dce4a8b5645b87a6f16e4baa3b61fbe71a7ba90a6c225af4a8d27b956280ab01805547d93378b32d5b4ab482e610f9423ccfda53d937d56586c497
23 DIST http-client-multipart-0.3.0.0.tar.gz 1130 BLAKE2B 016468d0509055776615ba0e23f234f24868557c0b0c8e366e7ef7157028461e8fd5f0af73d84db68179c68c52624a8251c41195342798234c93801e7f7ed0b9 SHA512 4d0985d6cbc5e6ec4fe79b5037a4e378afd4b14382f2b26d62870ac091de661cf80be827851a8a8de014d6cd846867ea54ac7722deb6f97ecd70bee61fc1caeb
24
25 diff --git a/dev-haskell/http-client-multipart/http-client-multipart-0.2.0.0.ebuild b/dev-haskell/http-client-multipart/http-client-multipart-0.2.0.0.ebuild
26 deleted file mode 100644
27 index 1edfaf4e0b7..00000000000
28 --- a/dev-haskell/http-client-multipart/http-client-multipart-0.2.0.0.ebuild
29 +++ /dev/null
30 @@ -1,31 +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="Generate multipart uploads for http-client"
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/blaze-builder:=[profile?]
51 - >=dev-haskell/http-client-0.2:=[profile?]
52 - dev-haskell/http-types:=[profile?]
53 - dev-haskell/mime-types:=[profile?]
54 - dev-haskell/random:=[profile?]
55 - dev-haskell/text:=[profile?]
56 - dev-haskell/transformers:=[profile?]
57 - >=dev-lang/ghc-6.10.4:=
58 -"
59 -DEPEND="${RDEPEND}
60 - >=dev-haskell/cabal-1.10
61 -"