From b17a3ef12038de50228bade1f05502c74e135321 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 2 Sep 2020 14:09:07 +0100 Subject: gentoo resync : 02.09.2020 --- dev-haskell/tagstream-conduit/Manifest | 4 +-- .../tagstream-conduit-0.5.5.3.ebuild | 37 ---------------------- .../tagstream-conduit-0.5.6.ebuild | 37 ++++++++++++++++++++++ 3 files changed, 39 insertions(+), 39 deletions(-) delete mode 100644 dev-haskell/tagstream-conduit/tagstream-conduit-0.5.5.3.ebuild create mode 100644 dev-haskell/tagstream-conduit/tagstream-conduit-0.5.6.ebuild (limited to 'dev-haskell/tagstream-conduit') diff --git a/dev-haskell/tagstream-conduit/Manifest b/dev-haskell/tagstream-conduit/Manifest index b7e09aaaf90e..580aef83819a 100644 --- a/dev-haskell/tagstream-conduit/Manifest +++ b/dev-haskell/tagstream-conduit/Manifest @@ -1,3 +1,3 @@ -DIST tagstream-conduit-0.5.5.3.tar.gz 9813 BLAKE2B efacae2982642e61470312a1374b522ae5d7c2d4e2b4e115c13b246a42c910604e9d51dc9bfee6163730b4dfd35bc7f87c8e3c522b36cb7a7bcafbcbb34bf392 SHA512 84625975df6c6c315011ebfd63d551b22c00927fa9add390d9e723bc104d4a7881743aaf6bceae0ff42efc6056a314baddb594fd5e344449333ea7ff6cbcf154 -EBUILD tagstream-conduit-0.5.5.3.ebuild 1038 BLAKE2B bab7481dc947e5a362c99d8cd6a5e80c145fec267d15247e225bdcd9ae6c0a581e63eda322f3adadfa8c578e0a410590e6c1deec9fb1eee03d9372ab82b1c28f SHA512 654d9520499953b327d72c169875e230f36eb1000e74f5bd9284d979cc0e2d2ae7ef310b15623dfbea48223da8116fd3baa17ee86b9fdd0ca5ef784b27a14910 +DIST tagstream-conduit-0.5.6.tar.gz 10258 BLAKE2B 2d484f1d1578dcfcc30ba44c16d473dbc269e8dbd7b294803b4f9372c8df498e28ffa7b49f96d46629f932bf91012c5f2c28d0f6a3ce75f9440a31df03783959 SHA512 bd389b9db3a179b4b58a0e3c0f57953a3eeb4ad216b4f29cd452ce73b76cebf8f77c4510115b5840919d63b7e32fdd0839736e7f522596679a5d7dcadfc003d0 +EBUILD tagstream-conduit-0.5.6.ebuild 1068 BLAKE2B 264cc45587599fcd397033324d75cc4ebc51761928fcd600c3e6eaedf9c3c9ab9440ca73bc50450db447bce9cacfdcd2c3866788d64ff1eece866c41600e816e SHA512 925b186d8372fc817c722053286a9ada036bb822f845351ef19a0a8b8f2feba0d4b75bbe4ac52d3290f5b1106f40eac6294874c2acea3c0856e5011173435673 MISC metadata.xml 685 BLAKE2B 473260bcbc7a73a3599594a54894f430c787b830b14aeb6a6e98262e7b367a3fe24bacacfddb2ac1511c47997e5b2dd1d721a104f703808324bfad2af2896dc6 SHA512 2169c70ea9fdcf260c56a70f5fb77661d2bc9b86a7b51dc6e97ab73ffba575ff5b6ad1ce53708f2c44493286e5f6c1e02e19863b6f0e17b3dd1fb07bf8a29963 diff --git a/dev-haskell/tagstream-conduit/tagstream-conduit-0.5.5.3.ebuild b/dev-haskell/tagstream-conduit/tagstream-conduit-0.5.5.3.ebuild deleted file mode 100644 index b7003ee0d08a..000000000000 --- a/dev-haskell/tagstream-conduit/tagstream-conduit-0.5.5.3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.4.3.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="streamlined html tag parser" -HOMEPAGE="https://github.com/yihuang/tagstream-conduit" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/attoparsec-0.10:=[profile?] - dev-haskell/blaze-builder:=[profile?] - dev-haskell/case-insensitive:=[profile?] - >=dev-haskell/conduit-1.2:=[profile?] - >=dev-haskell/conduit-extra-1.1.0:=[profile?] - >=dev-haskell/data-default-0.5.0:=[profile?] - dev-haskell/resourcet:=[profile?] - dev-haskell/text:=[profile?] - >=dev-haskell/transformers-0.2:=[profile?] - >=dev-haskell/xml-conduit-1.1.0.0:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 - test? ( >=dev-haskell/hspec-1.3 - dev-haskell/hunit - dev-haskell/quickcheck ) -" diff --git a/dev-haskell/tagstream-conduit/tagstream-conduit-0.5.6.ebuild b/dev-haskell/tagstream-conduit/tagstream-conduit-0.5.6.ebuild new file mode 100644 index 000000000000..46ce6273b9ec --- /dev/null +++ b/dev-haskell/tagstream-conduit/tagstream-conduit-0.5.6.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="streamlined html tag parser" +HOMEPAGE="https://github.com/yihuang/tagstream-conduit" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/attoparsec-0.10:=[profile?] + dev-haskell/blaze-builder:=[profile?] + dev-haskell/case-insensitive:=[profile?] + >=dev-haskell/conduit-1.2:=[profile?] + >=dev-haskell/conduit-extra-1.1.0:=[profile?] + >=dev-haskell/data-default-0.5.0:=[profile?] + >=dev-haskell/fail-4.9:=[profile?] =dev-haskell/xml-conduit-1.2.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 + dev-haskell/quickcheck ) +" -- cgit v1.2.3