From fd70f5e3ed54d5e013c11a3f3e632e80838171d0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 23 Jul 2022 02:48:52 +0100 Subject: gentoo auto-resync : 23:07:2022 - 02:48:51 --- dev-haskell/http-conduit/Manifest | 4 +- .../http-conduit/http-conduit-2.3.7.3.ebuild | 54 ---------------------- dev-haskell/http-conduit/http-conduit-2.3.8.ebuild | 43 +++++++++++++++++ 3 files changed, 45 insertions(+), 56 deletions(-) delete mode 100644 dev-haskell/http-conduit/http-conduit-2.3.7.3.ebuild create mode 100644 dev-haskell/http-conduit/http-conduit-2.3.8.ebuild (limited to 'dev-haskell/http-conduit') diff --git a/dev-haskell/http-conduit/Manifest b/dev-haskell/http-conduit/Manifest index 078db8e4cf5a..c64486890ede 100644 --- a/dev-haskell/http-conduit/Manifest +++ b/dev-haskell/http-conduit/Manifest @@ -1,3 +1,3 @@ -DIST http-conduit-2.3.7.3.tar.gz 28227 BLAKE2B 9cc2583809410bf7e52244140eda9152d4021699a287a8f99cf5501f854965893b03f661a8f0d266239978e48518be386ec3f3ed5bdf44030638b94b9a95d26c SHA512 0b3733ce031299ee3b93ca44d45a913e384dbfcd43efe5c65076efb5ff8266058ecb07e90f699ebb54d2d37f4a299be79717c3988e72cce631d417ba21ed4d08 -EBUILD http-conduit-2.3.7.3.ebuild 1623 BLAKE2B 2998e22540e07d200e10eb4c2c3f1160d43081f64ef710a343d30af7779d4a67f2d68b8e54a7c9c122351c2653b73603b5e0659d5453c9b48763b0d667644e47 SHA512 2945b33db09d7a7ea0be014d25dac39a4c7fa5a3b834f527c250b34463f086670ce0e5ccdc52929524f3d824924c974401348061146930b0cdad6eaa5c7eddd6 +DIST http-conduit-2.3.8.tar.gz 28858 BLAKE2B a89a858eb0c11b66046d9292d95a2df1c257ce6130ed5f3c2f4b25b6841bacdb3f2cd8b9fca2ff213a48df76910476e53d150a678d6d69accbe419f64a1ed299 SHA512 44c337f1a0a0ec74a5d6e4e28a3aa5a32609c3a4da9424e99aedc2a8db67fc4684ef10cf82d6bda0761c7ffba4f0222e683946ab6dd8de1ab8225a40cc14cf66 +EBUILD http-conduit-2.3.8.ebuild 1241 BLAKE2B e4f545a6a7beed1ad53710569739c8b233bb2c6bb376a5dc1e7a83bf9dc389055b54aa55527311848b8ad83a228746a75b0d13c5d1ec2e5327f84d99e024617d SHA512 a1da467c3ad1d28f80acc80991b9201c698d6a78d92b67854c41508e7798159ad7e382182a1a6c4896d59f83abd8f8210459b1321e0cdbf6efefe27f32764ca0 MISC metadata.xml 543 BLAKE2B 3c18cac9ab4d2a693e681c1c54e72af7b3713e7b47d7b07fc661f1b44532048a04bc11de65dba4717853e76c24246ef03e7dcb2bae7ca59e5bce5c2fef43aa24 SHA512 1110704d33cfbd197f672f27a634b045d6144bcb6a4032b14f44285def121efc90452b1e4ff57a6191c24b59df30627400af751dd22f6013e8142553fba1661d diff --git a/dev-haskell/http-conduit/http-conduit-2.3.7.3.ebuild b/dev-haskell/http-conduit/http-conduit-2.3.7.3.ebuild deleted file mode 100644 index d9ea0f35a75c..000000000000 --- a/dev-haskell/http-conduit/http-conduit-2.3.7.3.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.6.1 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="HTTP client package with conduit interface and HTTPS support" -HOMEPAGE="https://www.yesodweb.com/book/http-conduit" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RESTRICT=test # needs network - -RDEPEND=">=dev-haskell/aeson-0.8:=[profile?] - dev-haskell/attoparsec:=[profile?] - >=dev-haskell/conduit-1.2:=[profile?] - >=dev-haskell/conduit-extra-1.1:=[profile?] - >=dev-haskell/http-client-0.5.13:=[profile?] =dev-haskell/http-client-tls-0.3:=[profile?] =dev-haskell/http-types-0.7:=[profile?] - dev-haskell/mtl:=[profile?] - >=dev-haskell/resourcet-1.1:=[profile?] - dev-haskell/unliftio-core:=[profile?] - >=dev-haskell/void-0.5.5:=[profile?] - >=dev-lang/ghc-7.8.2:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.18.1.3 - test? ( dev-haskell/blaze-builder - dev-haskell/case-insensitive - >=dev-haskell/connection-0.2 - dev-haskell/cookie - dev-haskell/data-default-class - >=dev-haskell/hspec-1.3 - dev-haskell/hunit - dev-haskell/network - dev-haskell/streaming-commons - dev-haskell/temporary - dev-haskell/text - dev-haskell/unliftio - dev-haskell/utf8-string - >=dev-haskell/wai-3.0 =dev-haskell/warp-3.0.0.2