diff options
author | Mark Wright <gienah@gentoo.org> | 2013-09-13 06:17:32 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2013-09-13 06:17:32 +0000 |
commit | 84eb535b8607bc49b584c00666d34365072d9d23 (patch) | |
tree | 84fcae51fda37c07fa96f869dc37ac94bb91761b /dev-haskell/hspec-expectations | |
parent | Bump hspec to 1.7.2.1 (diff) | |
download | gentoo-2-84eb535b8607bc49b584c00666d34365072d9d23.tar.gz gentoo-2-84eb535b8607bc49b584c00666d34365072d9d23.tar.bz2 gentoo-2-84eb535b8607bc49b584c00666d34365072d9d23.zip |
Bump hspec-expectations to 0.3.3
(Portage version: 2.2.3/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/hspec-expectations')
-rw-r--r-- | dev-haskell/hspec-expectations/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/hspec-expectations/hspec-expectations-0.3.3.ebuild | 29 |
2 files changed, 35 insertions, 1 deletions
diff --git a/dev-haskell/hspec-expectations/ChangeLog b/dev-haskell/hspec-expectations/ChangeLog index ab5909fef959..47fba4a68404 100644 --- a/dev-haskell/hspec-expectations/ChangeLog +++ b/dev-haskell/hspec-expectations/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/hspec-expectations # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hspec-expectations/ChangeLog,v 1.1 2013/06/20 23:05:10 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hspec-expectations/ChangeLog,v 1.2 2013/09/13 06:17:32 gienah Exp $ + +*hspec-expectations-0.3.3 (13 Sep 2013) + + 13 Sep 2013; Mark Wright <gienah@gentoo.org> +hspec-expectations-0.3.3.ebuild: + Bump hspec-expectations to 0.3.3 *hspec-expectations-0.3.2 (20 Jun 2013) diff --git a/dev-haskell/hspec-expectations/hspec-expectations-0.3.3.ebuild b/dev-haskell/hspec-expectations/hspec-expectations-0.3.3.ebuild new file mode 100644 index 000000000000..6ec49d33f9c8 --- /dev/null +++ b/dev-haskell/hspec-expectations/hspec-expectations-0.3.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hspec-expectations/hspec-expectations-0.3.3.ebuild,v 1.1 2013/09/13 06:17:32 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.3.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Catchy combinators for HUnit" +HOMEPAGE="https://github.com/sol/hspec-expectations#readme" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/hunit:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/hspec-1.3 + dev-haskell/markdown-unlit + dev-haskell/silently ) +" |