Skip to content

Commit

Permalink
dev-haskell/wai-app-static: bump up to 3.1.4.1
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
Sergei Trofimovich committed Jan 16, 2016
1 parent 6559ea4 commit 41ef99e
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-haskell/wai-app-static/Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ DIST wai-app-static-3.0.0.5.tar.gz 21192 SHA256 942f3407bea881e92c4db8742a7f724d
DIST wai-app-static-3.0.0.tar.gz 20720 SHA256 631cca083081803a81cf46d1b538f7c2dbe9c8310b94694a88220242f415f984 SHA512 2e5490266c858d5e08ee3a06677d67ba90444a28f6f1c85ef2e402ea2635a13a2024c84b84d47753d6bcab4ed90e48ba1e67ae5e5a0e60651dedb49c74441661 WHIRLPOOL ccb2ded67213dc9ced39cbcddc019e2cc0b815af7a1aa637e51faf9b6e76e7d7ffbd88cdbed1aa70df4ca3b5a855ad56aec57ab969d03569cc6e20a2e2e36c09
DIST wai-app-static-3.0.1.tar.gz 21502 SHA256 5361898308ca423587f972aa6e4d91de6652e92ef15a1084543d2696ea845f30 SHA512 851c6c3d13d01dda0566c6c98364ddcc54b8aedb4775e9e491452ea672f3f8dfb05ee75d9c44e78a5c89944ab10f8b6646f3dc9d6bfe44e9f2abd910bb33f687 WHIRLPOOL 96d560a016fa4a8d7a539ad078faba6af1610603774013050db2545750fc3da5ed9ced4cebf4bba11de651769be31bad1b48f7a010e033779246b0dde190095c
DIST wai-app-static-3.1.1.tar.gz 21781 SHA256 5b7ed5028584bbefbbf3da6869ad9fe5ed4fe28ad599ca5d9ad715a1cee43e2a SHA512 b38b356584e46d2bc04250e6b10b3a4738e308606c0a79260bda967824c6b6ec768a7ed31259c1d8c93eefb5aa264f58a40ebc504aa7385a3702724d68e12cbc WHIRLPOOL 02f177c3a1819b68073ab192a1df55bce63702f6d6428778df08003f18667dab88e4d3e711c5de4b383f4b405bac82708e85974b01a89b8886b2c5eca3e665e0
DIST wai-app-static-3.1.4.1.tar.gz 22321 SHA256 7280e15192be2d80b2505da152ea828c448e1466401fc4a02e87052ce3515bd4 SHA512 2a4925a48a09ca1d7e366a1b01961b0069c941f0987721e92cb0c257df8feefe78f0dc5f8c69680d155a3d1b1bdee95f4417fe734c14e02b0596475bead72b8f WHIRLPOOL cf6f95727507fb71efe4bf7345ad1a757da89376569b13c05bceabfbe15eafceb6b83b5ed38cbda8fa70229a637945407e80b69d01984272c833298b05f827fe
54 changes: 54 additions & 0 deletions dev-haskell/wai-app-static/wai-app-static-3.1.4.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

# ebuild generated by hackport 0.4.6.9999

CABAL_FEATURES="bin 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="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="print"

RDEPEND=">=dev-haskell/base64-bytestring-0.1:=[profile?]
>=dev-haskell/blaze-builder-0.2.1.4:=[profile?]
>=dev-haskell/blaze-html-0.5:=[profile?]
>=dev-haskell/blaze-markup-0.5.1:=[profile?]
dev-haskell/byteable:=[profile?]
>=dev-haskell/cryptohash-0.11:=[profile?]
dev-haskell/cryptohash-conduit:=[profile?]
>=dev-haskell/file-embed-0.0.3.1:=[profile?]
dev-haskell/http-date:=[profile?]
>=dev-haskell/http-types-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/transformers-0.2.2:=[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.3:=[profile?]
>=dev-haskell/zlib-0.5:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( >=dev-haskell/hspec-1.3
dev-haskell/network
dev-haskell/temporary )
"

src_configure() {
haskell-cabal_src_configure \
$(cabal_flag print print)
}

0 comments on commit 41ef99e

Please sign in to comment.