diff options
author | 2014-12-22 11:15:16 +0000 | |
---|---|---|
committer | 2014-12-22 11:15:16 +0000 | |
commit | b95bc7c84242c5d754ccaa295ec430d458efab6d (patch) | |
tree | b9a9b947dc50732e33d1a5f2dd80a576d8735153 /dev-haskell/yesod-test | |
parent | Update the comment not to support python-mhash, bug #533190. (diff) | |
download | gentoo-2-b95bc7c84242c5d754ccaa295ec430d458efab6d.tar.gz gentoo-2-b95bc7c84242c5d754ccaa295ec430d458efab6d.tar.bz2 gentoo-2-b95bc7c84242c5d754ccaa295ec430d458efab6d.zip |
Bump yesod-test to 1.4.2.1
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/yesod-test')
-rw-r--r-- | dev-haskell/yesod-test/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/yesod-test/yesod-test-1.4.2.1.ebuild | 47 |
2 files changed, 53 insertions, 1 deletions
diff --git a/dev-haskell/yesod-test/ChangeLog b/dev-haskell/yesod-test/ChangeLog index 157bab3691cf..b5ada9bde20a 100644 --- a/dev-haskell/yesod-test/ChangeLog +++ b/dev-haskell/yesod-test/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/yesod-test # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-test/ChangeLog,v 1.4 2014/12/14 08:34:23 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-test/ChangeLog,v 1.5 2014/12/22 11:15:16 gienah Exp $ + +*yesod-test-1.4.2.1 (22 Dec 2014) + + 22 Dec 2014; Mark Wright <gienah@gentoo.org> +yesod-test-1.4.2.1.ebuild: + Bump yesod-test to 1.4.2.1 *yesod-test-1.4.2 (14 Dec 2014) diff --git a/dev-haskell/yesod-test/yesod-test-1.4.2.1.ebuild b/dev-haskell/yesod-test/yesod-test-1.4.2.1.ebuild new file mode 100644 index 000000000000..e4860a1562f0 --- /dev/null +++ b/dev-haskell/yesod-test/yesod-test-1.4.2.1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-test/yesod-test-1.4.2.1.ebuild,v 1.1 2014/12/22 11:15:16 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.4.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="integration testing for WAI/Yesod Applications" +HOMEPAGE="http://www.yesodweb.com" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/attoparsec-0.10:=[profile?] + dev-haskell/blaze-builder:=[profile?] + >=dev-haskell/blaze-html-0.5:=[profile?] + >=dev-haskell/blaze-markup-0.5.1:=[profile?] + >=dev-haskell/case-insensitive-0.2:=[profile?] + dev-haskell/cookie:=[profile?] + >=dev-haskell/hspec-core-2:=[profile?] <dev-haskell/hspec-core-3:=[profile?] + >=dev-haskell/html-conduit-0.1:=[profile?] + >=dev-haskell/http-types-0.7:=[profile?] + >=dev-haskell/hunit-1.2:=[profile?] + dev-haskell/monad-control:=[profile?] + >=dev-haskell/network-2.2:=[profile?] + >=dev-haskell/persistent-1.0:=[profile?] + dev-haskell/text:=[profile?] + >=dev-haskell/transformers-0.2.2:=[profile?] + >=dev-haskell/wai-3.0:=[profile?] + dev-haskell/wai-extra:=[profile?] + >=dev-haskell/xml-conduit-1.0:=[profile?] + >=dev-haskell/xml-types-0.3:=[profile?] + >=dev-haskell/yesod-core-1.4:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( dev-haskell/hspec + dev-haskell/yesod-form ) +" |