From ab3da91fb6c91a9df52fff8f991570f456fd3c7a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 18 Dec 2020 11:06:49 +0000 Subject: gentoo resync : 18.12.2020 --- dev-haskell/wai-app-static/Manifest | 2 +- .../wai-app-static-3.1.7.2-r1.ebuild | 57 ++++++++++++++++++++++ .../wai-app-static/wai-app-static-3.1.7.2.ebuild | 50 ------------------- 3 files changed, 58 insertions(+), 51 deletions(-) create mode 100644 dev-haskell/wai-app-static/wai-app-static-3.1.7.2-r1.ebuild delete mode 100644 dev-haskell/wai-app-static/wai-app-static-3.1.7.2.ebuild (limited to 'dev-haskell/wai-app-static') diff --git a/dev-haskell/wai-app-static/Manifest b/dev-haskell/wai-app-static/Manifest index 0ee1ba22a22c..dc9f454e686f 100644 --- a/dev-haskell/wai-app-static/Manifest +++ b/dev-haskell/wai-app-static/Manifest @@ -1,3 +1,3 @@ DIST wai-app-static-3.1.7.2.tar.gz 22843 BLAKE2B 777a25ac71c24fa850b214d18096396dd03809c125aab8197d2621f0943bfc6bbae0f8f25dbfe19dd93bb835dbb39487ee89689ca3ef49e8c9580f102d1a9df9 SHA512 e073d85efc201eab94b9c8be4e40ee71567d07ed2e2907504a946477211bc21aaf2250213cac67525ae58be499b164b09880600c0a6f62b0b1742fb9d730d6d9 -EBUILD wai-app-static-3.1.7.2.ebuild 1616 BLAKE2B 16d968fa7541e7c68c3465f15532cde6ceecd27da35204248849663e168842a7dee493a555f12b94d07b1e7418842bf4e6ef6f0093debad16ff95d7c062b6299 SHA512 2907be994ab62a5766ac69fd7733932ba60d56eda2c5a274cbfbba67a3a0d755a6a463f806695ef5164f3559cc730efb9fe263340262c50d722dbf820e8d789c +EBUILD wai-app-static-3.1.7.2-r1.ebuild 1747 BLAKE2B 12ea8f91929c0f877b30a7984915d57d64c83765ed33f51a98fbd595b96a25e41fd7e31ed6d63458bd592341d28b2dcbdfc006ca0a6addeb0a224a4f06931afb SHA512 a51e76beaef1afbe0ad5087685f5f6a13d63cac3529288b14e68fddb54982f10c02d45aa303e924da9f3088cdeac67878eb207a5e4d95010a377084e163af120 MISC metadata.xml 310 BLAKE2B 81a54a34d953f4bfefd6895c26a9cfc2593fa72b16f32729541f954d55a01625dc917f3749b0a8abdc9b3b19e457ecbec6e8216ae86ac5dc3f57a38c31f5230e SHA512 efe656ebadf198b9ea416e631fe032dbb2e65b8359fb3bce58196fa0451fdaab2cc4aba6167499dd643bc0a16eea896677e092667b3a01e3130f89bdddee8ee6 diff --git a/dev-haskell/wai-app-static/wai-app-static-3.1.7.2-r1.ebuild b/dev-haskell/wai-app-static/wai-app-static-3.1.7.2-r1.ebuild new file mode 100644 index 000000000000..d29aea060d12 --- /dev/null +++ b/dev-haskell/wai-app-static/wai-app-static-3.1.7.2-r1.ebuild @@ -0,0 +1,57 @@ +# 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="WAI application for static serving" +HOMEPAGE="https://www.yesodweb.com/book/web-application-interface" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="print" + +RDEPEND=">=dev-haskell/blaze-html-0.5:=[profile?] + >=dev-haskell/blaze-markup-0.5.1:=[profile?] + >=dev-haskell/cryptonite-0.6:=[profile?] + >=dev-haskell/file-embed-0.0.3.1:=[profile?] + dev-haskell/http-date:=[profile?] + >=dev-haskell/http-types-0.7:=[profile?] + >=dev-haskell/memory-0.7:=[profile?] + >=dev-haskell/mime-types-0.1:=[profile?] =dev-haskell/old-locale-1.0.0.2:=[profile?] + >=dev-haskell/optparse-applicative-0.7:=[profile?] + >=dev-haskell/text-0.7:=[profile?] + >=dev-haskell/unix-compat-0.2:=[profile?] + >=dev-haskell/unordered-containers-0.2:=[profile?] + >=dev-haskell/wai-3.0:=[profile?] =dev-haskell/wai-extra-3.0:=[profile?] =dev-haskell/warp-3.0.11:=[profile?] =dev-haskell/zlib-0.5:=[profile?] + >=dev-lang/ghc-7.8.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.18.1.3 + test? ( >=dev-haskell/hspec-1.3 + dev-haskell/mockery + dev-haskell/network + dev-haskell/temporary ) +" + +src_prepare() { + default + + cabal_chdeps \ + 'wai-extra >= 3.0 && < 3.1' 'wai-extra >= 3.0' +} + +src_configure() { + haskell-cabal_src_configure \ + $(cabal_flag print print) +} diff --git a/dev-haskell/wai-app-static/wai-app-static-3.1.7.2.ebuild b/dev-haskell/wai-app-static/wai-app-static-3.1.7.2.ebuild deleted file mode 100644 index b122e00e7f0c..000000000000 --- a/dev-haskell/wai-app-static/wai-app-static-3.1.7.2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# 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="WAI application for static serving" -HOMEPAGE="https://www.yesodweb.com/book/web-application-interface" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="print" - -RDEPEND=">=dev-haskell/blaze-html-0.5:=[profile?] - >=dev-haskell/blaze-markup-0.5.1:=[profile?] - >=dev-haskell/cryptonite-0.6:=[profile?] - >=dev-haskell/file-embed-0.0.3.1:=[profile?] - dev-haskell/http-date:=[profile?] - >=dev-haskell/http-types-0.7:=[profile?] - >=dev-haskell/memory-0.7:=[profile?] - >=dev-haskell/mime-types-0.1:=[profile?] =dev-haskell/old-locale-1.0.0.2:=[profile?] - >=dev-haskell/optparse-applicative-0.7:=[profile?] - >=dev-haskell/text-0.7:=[profile?] - >=dev-haskell/unix-compat-0.2:=[profile?] - >=dev-haskell/unordered-containers-0.2:=[profile?] - >=dev-haskell/wai-3.0:=[profile?] =dev-haskell/wai-extra-3.0:=[profile?] =dev-haskell/warp-3.0.11:=[profile?] =dev-haskell/zlib-0.5:=[profile?] - >=dev-lang/ghc-7.8.2:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.18.1.3 - test? ( >=dev-haskell/hspec-1.3 - dev-haskell/mockery - dev-haskell/network - dev-haskell/temporary ) -" - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag print print) -} -- cgit v1.2.3