From c2968b21192246c8fa4e99d5a2944658096f868e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 10 Aug 2022 08:17:33 +0100 Subject: gentoo auto-resync : 10:08:2022 - 08:17:33 --- dev-haskell/streaming-commons/Manifest | 4 +-- .../streaming-commons-0.2.1.2.ebuild | 34 ---------------------- .../streaming-commons-0.2.2.4.ebuild | 32 ++++++++++++++++++++ 3 files changed, 34 insertions(+), 36 deletions(-) delete mode 100644 dev-haskell/streaming-commons/streaming-commons-0.2.1.2.ebuild create mode 100644 dev-haskell/streaming-commons/streaming-commons-0.2.2.4.ebuild (limited to 'dev-haskell/streaming-commons') diff --git a/dev-haskell/streaming-commons/Manifest b/dev-haskell/streaming-commons/Manifest index ab5267502fc4..55895424bcbc 100644 --- a/dev-haskell/streaming-commons/Manifest +++ b/dev-haskell/streaming-commons/Manifest @@ -1,3 +1,3 @@ -DIST streaming-commons-0.2.1.2.tar.gz 86776 BLAKE2B 01f4a88fb87055bb315278e0391880025b38765faa27e788d3b184c4942af0b8c26e147639e4413a029ae30e03991d083adf49aac89759b2fe2c058e945acd70 SHA512 7b6f39237f9ac13ca2d8205a43fee17c6edfe6609a1119903f8648aed151ef92779af7a8dfdfb108dea679cd26c83dfb5d21285d51f91dec0ad10debd100b8e7 -EBUILD streaming-commons-0.2.1.2.ebuild 889 BLAKE2B db253ebdd822e72778f2747ca2f031301300b6ff78a6f458f842ae68a0edb5dc0f298c31bbb48e055fbb86ac5cf7a4b486ee2f7c5353acc731f19183ad29b6ba SHA512 be44a2aa7151acc8bd73cfe270f025a9566ba70ed106c4900dd8ef128b636f697cd31fd5b0d34572e35b2c91527e51c66fd2fa554e37ef450c06567275e15116 +DIST streaming-commons-0.2.2.4.tar.gz 84330 BLAKE2B 08b729471b3fdc9c5508ffca0e9ce52f38a33b25855f027ae5924e28387e80b369e8c41a33fae49bbb6d5845985954377c2067d56b26995336faa51cb792f83d SHA512 e552bba766e5b816cbd448d1cec86c5c7593f3f13c6da42c74ebf2c9698be3a3174dd922cf70de1b4940b53e580f396a51cebff6b62db305fb0fb48a5c7658bb +EBUILD streaming-commons-0.2.2.4.ebuild 851 BLAKE2B 18499d5c69ff8b04fd9dbf0a78959a47464bb33704bace381f724a01ec20cf8c65a708e92524db4e7988d1ce6e1b7395f13f1ca3e87804f786853d34993d26a7 SHA512 994166f0963fb17500e92d98900226f0fcdb086e0dedb34f5ffadd0215aa78cac718d71cb3d0794023c827aebf046ec882429d0c686d81fdb7d3ec218888aa66 MISC metadata.xml 496 BLAKE2B a9610258f3b1b760ec6903fb664fa33a545328e2cd52fcc31907a37d45a73cf65c65d57caa1ba202697f6d47513108ee7fa8b84295ce32c2938038ffe3864003 SHA512 59295071d29e7a934cd141bdbf140a919a1b0b83c3b4516629028a55b179e5ad56120d35764c36c16119f37b14027510cb5f67ce9db9bbc59629f9b406d09348 diff --git a/dev-haskell/streaming-commons/streaming-commons-0.2.1.2.ebuild b/dev-haskell/streaming-commons/streaming-commons-0.2.1.2.ebuild deleted file mode 100644 index a05cae6ee487..000000000000 --- a/dev-haskell/streaming-commons/streaming-commons-0.2.1.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.6.1.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" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="" - -RESTRICT=test # requires network - -RDEPEND="dev-haskell/async:=[profile?] - >=dev-haskell/network-2.4.0.0:=[profile?] - dev-haskell/random:=[profile?] - dev-haskell/stm:=[profile?] - dev-haskell/text:=[profile?] - dev-haskell/zlib:=[profile?] - >=dev-lang/ghc-7.10.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.22.2.0 - test? ( >=dev-haskell/hspec-1.8 - dev-haskell/quickcheck ) -" diff --git a/dev-haskell/streaming-commons/streaming-commons-0.2.2.4.ebuild b/dev-haskell/streaming-commons/streaming-commons-0.2.2.4.ebuild new file mode 100644 index 000000000000..50f3584f0943 --- /dev/null +++ b/dev-haskell/streaming-commons/streaming-commons-0.2.2.4.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.7.1.1.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" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~ppc64 ~x86" + +RESTRICT=test # requires network + +RDEPEND="dev-haskell/async:=[profile?] + >=dev-haskell/network-2.4.0.0:=[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 ) +" -- cgit v1.2.3