mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-haskell/wai-app-static: bump up to 3.1.7.2
Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
committed by
Sergei Trofimovich
parent
f69960620d
commit
fac8277e69
@@ -4,3 +4,4 @@ DIST wai-app-static-3.0.1.tar.gz 21502 BLAKE2B c19eba52bee7f6a2e6412c359438fcde2
|
||||
DIST wai-app-static-3.1.4.1.tar.gz 22321 BLAKE2B afcea96f91e88c2abd3a186b9f9c5686719d2dfd0fb0e63fde728117547b9d0c15cd391f7c38711ab3bb4c46d02bf49cb3ff262d44e5a6c0b324c0d1fafc1cb7 SHA512 2a4925a48a09ca1d7e366a1b01961b0069c941f0987721e92cb0c257df8feefe78f0dc5f8c69680d155a3d1b1bdee95f4417fe734c14e02b0596475bead72b8f
|
||||
DIST wai-app-static-3.1.6.1.tar.gz 22686 BLAKE2B f6c41a0df5daf01d8a6cb9b440098b3e45c4ccaeb36624fd9bef2f9a0d99ab7cd0343c61a99d0cb8d22736272f5661b0c6daa5bbc64cf5eb6b1c554b65d7bc94 SHA512 a2a19a57f289ecec8b2cbae2d412783ebcc789c8518a357eed8bbeee01a6283f7e636c38065c815cba3af782e56363b644baa21b32f70dd851cb6fd0bff692c6
|
||||
DIST wai-app-static-3.1.7.1.tar.gz 22782 BLAKE2B 3112ae5b202b6f6c531cacfaebfaf4304404fb5e4846a950eb4cdfc50297d20ffef024649c575e257f1db6500a7d190b9b26472fff68d9d9b46398ee0a18d632 SHA512 eae193f79a15b9e995d3db3a8c8a4a80ac8faeacb775b307c9a20f9ef5d77583143009c0ae71d77ecf9224a752460d3ecd9109db873f8517ed359025a4efb1d3
|
||||
DIST wai-app-static-3.1.7.2.tar.gz 22843 BLAKE2B 777a25ac71c24fa850b214d18096396dd03809c125aab8197d2621f0943bfc6bbae0f8f25dbfe19dd93bb835dbb39487ee89689ca3ef49e8c9580f102d1a9df9 SHA512 e073d85efc201eab94b9c8be4e40ee71567d07ed2e2907504a946477211bc21aaf2250213cac67525ae58be499b164b09880600c0a6f62b0b1742fb9d730d6d9
|
||||
|
||||
50
dev-haskell/wai-app-static/wai-app-static-3.1.7.2.ebuild
Normal file
50
dev-haskell/wai-app-static/wai-app-static-3.1.7.2.ebuild
Normal file
@@ -0,0 +1,50 @@
|
||||
# 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="http://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/mime-types-0.2:=[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-3.3:=[profile?]
|
||||
>=dev-haskell/wai-extra-3.0:=[profile?] <dev-haskell/wai-extra-3.1:=[profile?]
|
||||
>=dev-haskell/warp-3.0.11:=[profile?] <dev-haskell/warp-3.4:=[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)
|
||||
}
|
||||
Reference in New Issue
Block a user