summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-09-12 21:56:35 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-09-12 22:12:49 +0100
commit46f97e0eb2ec7d4603eb70a78ea99ea84788ff6b (patch)
tree503c1584b56c050dcc05a87fb4e530b67d0d6286 /dev-haskell/http-client-conduit
parentdev-haskell/http-client: drop old (diff)
downloadgentoo-46f97e0eb2ec7d4603eb70a78ea99ea84788ff6b.tar.gz
gentoo-46f97e0eb2ec7d4603eb70a78ea99ea84788ff6b.tar.bz2
gentoo-46f97e0eb2ec7d4603eb70a78ea99ea84788ff6b.zip
dev-haskell/http-client-conduit: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/http-client-conduit')
-rw-r--r--dev-haskell/http-client-conduit/Manifest1
-rw-r--r--dev-haskell/http-client-conduit/http-client-conduit-0.2.0.1.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-haskell/http-client-conduit/Manifest b/dev-haskell/http-client-conduit/Manifest
index 8c5f6933106c..49af944211f2 100644
--- a/dev-haskell/http-client-conduit/Manifest
+++ b/dev-haskell/http-client-conduit/Manifest
@@ -1,2 +1 @@
-DIST http-client-conduit-0.2.0.1.tar.gz 2104 BLAKE2B 2f8bb34e48bdc4671c51013fe81a2a0fc90f4e01cb6e22ff9bcdd8507f5f02606ca8eb2199892fa8d2106a5e86a110b4feee100a77b08815419656dfe40edf32 SHA512 1fd691f613cf874ea6f596a1d178bee034aef48923d8665b33cb7519d49034c56198a1b98786f3b65e9b5fce36d7bea8e76bafd696c52f01a240da29a06696ab
DIST http-client-conduit-0.3.0.tar.gz 1176 BLAKE2B 29a8da8e051c31b24c710db783d330eb25316f500968df8b546cf085ca179526b26f1709d2e05cfb4d32703cf1233a8b9e9d0e0b04bc66b15fb38bbf6ce1ae7b SHA512 c6d3a2ee7d2b3efca346835d226421bf18443d7248d743b0467b32a9697d845697267a5fa9ee5a7bdf2c6918c60f4f6897f3df109b9337ab3967b3b9ef2528fe
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
deleted file mode 100644
index f26e3a4da6f4..000000000000
--- a/dev-haskell/http-client-conduit/http-client-conduit-0.2.0.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Frontend support for using http-client with conduit"
-HOMEPAGE="https://github.com/snoyberg/http-client"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/conduit:=[profile?]
- >=dev-haskell/http-client-0.2:=[profile?]
- >=dev-haskell/resourcet-0.4.6:=[profile?]
- dev-haskell/transformers:=[profile?]
- >=dev-lang/ghc-6.10.4:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.10
-"