commit:     579f6b8babb24f03b82884a523a0f7c0fe4b8e9b
Author:     Christopher Fore <csfore <AT> posteo <DOT> net>
AuthorDate: Mon Apr 22 16:22:08 2024 +0000
Commit:     Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Wed May 21 10:10:14 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=579f6b8b

dev-haskell/html-conduit: add 1.3.2.2

- Fix trivial QA warning
  - Empty IUSE

Bug: https://bugs.gentoo.org/887065
Closes: https://github.com/gentoo/gentoo/pull/36358
Signed-off-by: Christopher Fore <csfore <AT> posteo.net>
Signed-off-by: Mark Wright <gienah <AT> gentoo.org>

 dev-haskell/html-conduit/Manifest                  |  1 +
 .../html-conduit/html-conduit-1.3.2.2.ebuild       | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-haskell/html-conduit/Manifest 
b/dev-haskell/html-conduit/Manifest
index ff9af5998f13..157163c41d71 100644
--- a/dev-haskell/html-conduit/Manifest
+++ b/dev-haskell/html-conduit/Manifest
@@ -1 +1,2 @@
 DIST html-conduit-1.3.2.1.tar.gz 8976 BLAKE2B 
070f6f0bc2c47c5e884d81cca1ccd5c72fbfefc39fc4a3d937d9a10ebf496b405b3e4f46382a882fc96cd12247ee00a834e90d2d06256316c96e2d3e8f2d3147
 SHA512 
94e9db8db839c5368f5a042a7039d44e3fabf5ffa30426894675317b985288c0d5fa94a6d1864b94802ea2fda3ff2728c4578759405dacdc64d8e2cfbb24aa70
+DIST html-conduit-1.3.2.2.tar.gz 9085 BLAKE2B 
31481010a2df79c437a5f3c40242c95c552cc0f4d12f47619e052f9c4c755b95ae02b8d58dddcbdc1c527fb925361d0c643d7584aa3099b141bf65550fa10ac3
 SHA512 
474bfeec36d0f2fe8eb37ed88372d456800e8d28e499e5ffe222170db794eba292938800e145613334d1e11d2e6b78195b6dd7a0d3cd92e2fa3f348ad8d18489

diff --git a/dev-haskell/html-conduit/html-conduit-1.3.2.2.ebuild 
b/dev-haskell/html-conduit/html-conduit-1.3.2.2.ebuild
new file mode 100644
index 000000000000..61b3003502ca
--- /dev/null
+++ b/dev-haskell/html-conduit/html-conduit-1.3.2.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# ebuild generated by hackport 0.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Parse HTML documents using xml-conduit datatypes"
+HOMEPAGE="https://github.com/snoyberg/xml";
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="dev-haskell/attoparsec:=[profile?]
+       >=dev-haskell/conduit-1.3:=[profile?]
+       dev-haskell/conduit-extra:=[profile?]
+       >=dev-haskell/resourcet-1.2:=[profile?]
+       dev-haskell/text:=[profile?]
+       >=dev-haskell/xml-conduit-1.3:=[profile?]
+       >=dev-haskell/xml-types-0.3:=[profile?] 
<dev-haskell/xml-types-0.4:=[profile?]
+       >=dev-lang/ghc-7.8.2:=
+"
+DEPEND="${RDEPEND}
+       >=dev-haskell/cabal-1.18.1.3
+       test? ( >=dev-haskell/hspec-1.3
+               dev-haskell/hunit )
+"

Reply via email to