diff options
author | Mark Wright <gienah@gentoo.org> | 2013-09-13 06:16:40 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2013-09-13 06:16:40 +0000 |
commit | 5ff3c97eb3075f000c0baa43d19c43d4765df91e (patch) | |
tree | 32f7795bc88cea14810118703b9a636ca4fc5e0a /dev-haskell/hspec | |
parent | Add hjsmin (diff) | |
download | gentoo-2-5ff3c97eb3075f000c0baa43d19c43d4765df91e.tar.gz gentoo-2-5ff3c97eb3075f000c0baa43d19c43d4765df91e.tar.bz2 gentoo-2-5ff3c97eb3075f000c0baa43d19c43d4765df91e.zip |
Bump hspec to 1.7.2.1
(Portage version: 2.2.3/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/hspec')
-rw-r--r-- | dev-haskell/hspec/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/hspec/hspec-1.7.2.1.ebuild | 38 |
2 files changed, 44 insertions, 1 deletions
diff --git a/dev-haskell/hspec/ChangeLog b/dev-haskell/hspec/ChangeLog index ae197cf65e57..544d493a6aa6 100644 --- a/dev-haskell/hspec/ChangeLog +++ b/dev-haskell/hspec/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/hspec # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hspec/ChangeLog,v 1.1 2013/06/21 02:47:23 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hspec/ChangeLog,v 1.2 2013/09/13 06:16:40 gienah Exp $ + +*hspec-1.7.2.1 (13 Sep 2013) + + 13 Sep 2013; Mark Wright <gienah@gentoo.org> +hspec-1.7.2.1.ebuild: + Bump hspec to 1.7.2.1 *hspec-1.5.4 (21 Jun 2013) diff --git a/dev-haskell/hspec/hspec-1.7.2.1.ebuild b/dev-haskell/hspec/hspec-1.7.2.1.ebuild new file mode 100644 index 000000000000..f1ac6aec3e66 --- /dev/null +++ b/dev-haskell/hspec/hspec-1.7.2.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hspec/hspec-1.7.2.1.ebuild,v 1.1 2013/09/13 06:16:40 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.3.9999 + +CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Behavior-Driven Development for Haskell" +HOMEPAGE="http://hspec.github.io/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/ansi-terminal-0.5:=[profile?] + dev-haskell/deepseq:=[profile?] + >=dev-haskell/hspec-expectations-0.3.3:=[profile?] <dev-haskell/hspec-expectations-0.3.4:=[profile?] + >=dev-haskell/hunit-1.2.5:=[profile?] + >=dev-haskell/quickcheck-2.5.1:=[profile?] + dev-haskell/quickcheck-io:=[profile?] + >=dev-haskell/random-1.0:=[profile?] <dev-haskell/random-1.1:=[profile?] + dev-haskell/setenv:=[profile?] + >=dev-haskell/transformers-0.2.2.0:=[profile?] <dev-haskell/transformers-0.4.0:=[profile?] + >=dev-lang/ghc-6.12.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8.0.2 + test? ( >=dev-haskell/doctest-0.9.4.1 + dev-haskell/ghc-paths + >=dev-haskell/hspec-meta-1.7.1 + >=dev-haskell/silently-1.2.4 ) +" |