forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-haskell/shakespeare: bump up to 2.0.12.1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
- Loading branch information
Sergei Trofimovich
committed
Feb 16, 2017
1 parent
fa7cdb0
commit 2bc321a
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
DIST shakespeare-1.0.5.1.tar.gz 10773 SHA256 06af4e5734bf14dd4ee6a8c69f6766c6bad19bc757794126e69f9a8de5104fe3 SHA512 1b012cdfc90c930365633868e9714793bbbdf2fd276c578459495fe57531f4d3fb401db930880ab96eecdc95c60383a52ec8aa0cfa08b17bc099acee241192e7 WHIRLPOOL f020db43a8dfd67b320ad33c43e3ee882b1014c9673526d75b80aab7fdbf976bdd0f3942e6b6982fed1f6968bd096a1db69b4d7656e14f8bff3cc649e160d624 | ||
DIST shakespeare-1.2.1.1.tar.gz 11053 SHA256 6f3aa3f123d8f817aac124e313435211e1e97b7ec83ec7ee099abac6a6abc3c5 SHA512 559e77735c96edb551d85127e68af1aebfba383a6c67999ed86d4a93dc5dd7cedc8b7ca841219c0b7912cfc8509150733a7ba34fcb71d8e7a080fe34527b49e5 WHIRLPOOL ac9f3df0dee7eebab17dcfdd2240fc2a5c366b2907da027b8847b7d4d1a14f4ca2544ff02e5c02138644aaac81f278459e32774e945d400a2094a2757c0d898e | ||
DIST shakespeare-2.0.12.1.tar.gz 65156 SHA256 057d7153a19a4f28a012f30b5d54b9e1296695ff94ccdfa23c28fa82bd3488ac SHA512 01591844b51ab93a8021646ad15350d9682aa3e12c5017c32b89ca3b8de1cc46a01eb0096a35585297558d25c7a641a43f2766ad04766b2e033e8d02bdbc330e WHIRLPOOL f186248a7de069e52f4de30d8b22a5ccd403e394c66f20d684f95b0beb11bade5c70f0a6704e2ae7edd4f67b9b90c5a8dda72d4fbacd681f7eea682ecd0e3b1f | ||
DIST shakespeare-2.0.7.tar.gz 62913 SHA256 7a567d6effb68c7b39903fb1fccee54e6a1222a4746b5135da5623c406281668 SHA512 5d682c2a4c36b7c8b5c8b87a3d0e509eb84e9e0a0e00a691cb9687c6f335c9ad895b81115a4e6fe8f4087ac6febe3e3e26d39ec305267228b1c9f295f9cf6d16 WHIRLPOOL 4845eac56c98af732c02ded2b1a4f2d2d4224f2470e2e4a534d5799335034c09d6841e324960ff53f44f4b189e68a8a0dd2928703f4c30f6765d7ec668956ead |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
# ebuild generated by hackport 0.5.1.9999 | ||
|
||
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" | ||
inherit haskell-cabal | ||
|
||
DESCRIPTION="A toolkit for making compile-time interpolated templates" | ||
HOMEPAGE="http://www.yesodweb.com/book/shakespearean-templates" | ||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" | ||
|
||
LICENSE="MIT" | ||
SLOT="0/${PV}" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="test_coffee test_export test_roy" | ||
|
||
RDEPEND="dev-haskell/aeson:=[profile?] | ||
dev-haskell/blaze-html:=[profile?] | ||
dev-haskell/blaze-markup:=[profile?] | ||
dev-haskell/exceptions:=[profile?] | ||
>=dev-haskell/parsec-2:=[profile?] <dev-haskell/parsec-4:=[profile?] | ||
>=dev-haskell/scientific-0.3.0.0:=[profile?] | ||
>=dev-haskell/text-0.7:=[profile?] | ||
dev-haskell/unordered-containers:=[profile?] | ||
dev-haskell/vector:=[profile?] | ||
>=dev-lang/ghc-7.8.2:= | ||
" | ||
DEPEND="${RDEPEND} | ||
>=dev-haskell/cabal-1.18.1.3 | ||
test? ( >=dev-haskell/hspec-2 <dev-haskell/hspec-3 | ||
dev-haskell/hunit ) | ||
" | ||
|
||
src_configure() { | ||
haskell-cabal_src_configure \ | ||
$(cabal_flag test_coffee test_coffee) \ | ||
$(cabal_flag test_export test_export) \ | ||
$(cabal_flag test_roy test_roy) | ||
} |