diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-10-23 08:35:49 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-10-23 08:35:49 +0100 |
commit | 386855c4d1ef509c1fd32abd721589c81669613b (patch) | |
tree | 35dc984118f0a7dc2df88313d83bb5779fd12514 /dev-haskell/streaming-commons | |
parent | 0118ac4510d7b85ca62da20e4abd1286dd8bd752 (diff) |
gentoo auto-resync : 23:10:2023 - 08:35:49
Diffstat (limited to 'dev-haskell/streaming-commons')
-rw-r--r-- | dev-haskell/streaming-commons/Manifest | 4 | ||||
-rw-r--r-- | dev-haskell/streaming-commons/metadata.xml | 4 | ||||
-rw-r--r-- | dev-haskell/streaming-commons/streaming-commons-0.2.2.5.ebuild | 33 |
3 files changed, 37 insertions, 4 deletions
diff --git a/dev-haskell/streaming-commons/Manifest b/dev-haskell/streaming-commons/Manifest index 8fe71c069ad7..5d9609837976 100644 --- a/dev-haskell/streaming-commons/Manifest +++ b/dev-haskell/streaming-commons/Manifest @@ -1,3 +1,5 @@ DIST streaming-commons-0.2.2.4.tar.gz 84330 BLAKE2B 08b729471b3fdc9c5508ffca0e9ce52f38a33b25855f027ae5924e28387e80b369e8c41a33fae49bbb6d5845985954377c2067d56b26995336faa51cb792f83d SHA512 e552bba766e5b816cbd448d1cec86c5c7593f3f13c6da42c74ebf2c9698be3a3174dd922cf70de1b4940b53e580f396a51cebff6b62db305fb0fb48a5c7658bb +DIST streaming-commons-0.2.2.5.tar.gz 84415 BLAKE2B 0dfe677b3d07e1d125d6b7cd0d55f4e916323b9f9e86a167eb57cd1d149d33b7a860e315ae271efb8a1ba432b9d7c48434151e9cb806f1f77eb286b81e99a115 SHA512 e2e5f401af9c8eefe37596015f8af42225daaf7f0134add1a375b54e30e5b87212943bfa5da3e2f46953eb6942f3efe753e4565e52eb5ba45fef90743708c89d EBUILD streaming-commons-0.2.2.4.ebuild 864 BLAKE2B cc73cd1de6b7553b8278f44509d6516f228dd917914919bddf914589acde0b390847f38149ace63628e122d4275aa975a2ab873fa5397d623fe8b4769641dabf SHA512 4ce65f1f7f7af468975d8e3543bf2acb89dd0b347cee0cf3c933ff7ca2de59dbce6209c6d8be22ce2edc1e4e356e1d3511c7d0795b5f6d947dc03fd0a013c495 -MISC metadata.xml 496 BLAKE2B a9610258f3b1b760ec6903fb664fa33a545328e2cd52fcc31907a37d45a73cf65c65d57caa1ba202697f6d47513108ee7fa8b84295ce32c2938038ffe3864003 SHA512 59295071d29e7a934cd141bdbf140a919a1b0b83c3b4516629028a55b179e5ad56120d35764c36c16119f37b14027510cb5f67ce9db9bbc59629f9b406d09348 +EBUILD streaming-commons-0.2.2.5.ebuild 824 BLAKE2B de3969754a62096e4ceb9667d632395785ddf0ff57909f86f747877e926eea8ac7b79ed38552f6ab2c5b2993b4d76d4c5e794f76411a237f01f62c83472565e6 SHA512 da9fc08fc9611553c119635118df67a071215b2590bdf8afbe1fc69278f12f38f47d696b6cf1cdcd139c208be1d3565f4c5d3892fa9183b55b99e0f1dc46d110 +MISC metadata.xml 395 BLAKE2B 05de0379b4d200303dcf67f344da4a4f589bde72fb3495586fed3ab8c89c0b16e5e96d7c2e22073a540445c856b599add3af37981407280c447b86a7e78f0788 SHA512 be6ed8db7ed70d9b1ae3cfc9f6d15f0c01b9239d69b34e6d101de60bf17249f2f51a054a586b86ec332950c6c7cf0948b4d7d1a9b6c41cbc080e018d1257baf5 diff --git a/dev-haskell/streaming-commons/metadata.xml b/dev-haskell/streaming-commons/metadata.xml index 2d85b0b0ac8c..93054479d7ec 100644 --- a/dev-haskell/streaming-commons/metadata.xml +++ b/dev-haskell/streaming-commons/metadata.xml @@ -5,10 +5,8 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> - <longdescription> - Provides low-dependency functionality commonly needed by various streaming data libraries, such as conduit and pipes. - </longdescription> <upstream> + <remote-id type="hackage">streaming-commons</remote-id> <remote-id type="github">fpco/streaming-commons</remote-id> </upstream> </pkgmetadata> diff --git a/dev-haskell/streaming-commons/streaming-commons-0.2.2.5.ebuild b/dev-haskell/streaming-commons/streaming-commons-0.2.2.5.ebuild new file mode 100644 index 000000000000..a923bb975e81 --- /dev/null +++ b/dev-haskell/streaming-commons/streaming-commons-0.2.2.5.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.8.0.0.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Common lower-level functions needed by various streaming data libraries" +HOMEPAGE="https://github.com/fpco/streaming-commons" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=" + dev-haskell/async:=[profile?] + >=dev-haskell/network-2.4.0.0:=[profile?] + || ( dev-lang/ghc dev-haskell/process[profile?] ) + dev-haskell/random:=[profile?] + dev-haskell/stm:=[profile?] + dev-haskell/zlib:=[profile?] + >=dev-lang/ghc-8.6.3:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.4.0.1 + test? ( + >=dev-haskell/hspec-1.8 + dev-haskell/quickcheck + ) +" |