dev-haskell/feed: add 1.3.2.1-r2

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap 2023-10-05 22:57:42 -06:00 committed by Sam James
parent 42f5a64dd9
commit 3067685355
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
3 changed files with 56 additions and 1 deletions

View File

@ -1 +1,2 @@
DIST feed-1.3.2.1-rev2.cabal 4607 BLAKE2B fb55afd490af9997dbb17b9b38ef7cdd6d375b62cafd96800af593b6157cc39c7e585ef8c5543151608d22a4332e7c4530e223fc745b60863276990a508c83f2 SHA512 76a02c57cbbbf9bbd4bedef063eb636a029ba32dbff4c580561f6472d6d54d3caf1afe7b98fb2d4423ac9352160cd25b7b1ad965c51f5280ab786b9fc9a4bddb
DIST feed-1.3.2.1.tar.gz 107015 BLAKE2B 4a40441b17f50b9e7d43aee629fa0bc44f5b5cd1ca6281f3f5a8930b9cc5c2acdbdff05e9db4cc96c0e40681ecb15896655d8bbc708dc0bc4e3734b6e9f563bd SHA512 2175201ff9eaab5732e1c4e8dda6a35e8fa0dea5c58cd379348c97cd61a5eaf76e88f8d58d22df0a4b16681017e7ad01657ad60a63d90dab88df3b644ccb1ea0

View File

@ -0,0 +1,53 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.8.4.0.9999
CABAL_HACKAGE_REVISION=2
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds"
HOMEPAGE="https://github.com/haskell-party/feed"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
PATCHES=( "${FILESDIR}/${PN}-1.3.2.1-disable-doctest.patch" )
RDEPEND="
>=dev-haskell/base-compat-0.9:=[profile?] <dev-haskell/base-compat-0.14
=dev-haskell/old-locale-1.0*:=[profile?]
>=dev-haskell/old-time-1:=[profile?] <dev-haskell/old-time-1.2
=dev-haskell/safe-0.3*:=[profile?]
=dev-haskell/time-locale-compat-0.1*:=[profile?]
<dev-haskell/utf8-string-1.1:=[profile?]
>=dev-haskell/xml-conduit-1.3:=[profile?] <dev-haskell/xml-conduit-1.10
>=dev-haskell/xml-types-0.3.6:=[profile?] <dev-haskell/xml-types-0.4
|| (
<dev-haskell/text-1.3
=dev-haskell/text-2.0*
)
dev-haskell/text:=[profile?]
"
DEPEND="
${RDEPEND}
>=dev-haskell/cabal-3.2.1.0
test? (
dev-haskell/text
dev-haskell/doctest
dev-haskell/doctest-driver-gen
>=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.7
dev-haskell/syb
=dev-haskell/test-framework-0.8*
=dev-haskell/test-framework-hunit-0.3*
)
"
BDEPEND="test? (
dev-haskell/doctest-driver-gen[executable(+)]
dev-haskell/markdown-unlit[executable(+)]
)"

View File

@ -6,6 +6,7 @@
<name>Gentoo Haskell</name>
</maintainer>
<upstream>
<remote-id type="github">sof/feed</remote-id>
<remote-id type="hackage">feed</remote-id>
<remote-id type="github">haskell-party/feed</remote-id>
</upstream>
</pkgmetadata>