diff options
author | Mark Wright <gienah@gentoo.org> | 2013-10-19 09:57:17 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2013-10-19 09:57:17 +0000 |
commit | 525ffc12c49c4c47b5d98e41c4623705bf99ad60 (patch) | |
tree | 5b023d21cb0b7f49b67b60b2ec99719b661413df /dev-haskell/test-framework-hunit | |
parent | Bump test-framework to 0.8.0.3 (diff) | |
download | gentoo-2-525ffc12c49c4c47b5d98e41c4623705bf99ad60.tar.gz gentoo-2-525ffc12c49c4c47b5d98e41c4623705bf99ad60.tar.bz2 gentoo-2-525ffc12c49c4c47b5d98e41c4623705bf99ad60.zip |
Bump test-framework-hunit to 0.3.0.1
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/test-framework-hunit')
-rw-r--r-- | dev-haskell/test-framework-hunit/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.1.ebuild | 30 |
2 files changed, 37 insertions, 1 deletions
diff --git a/dev-haskell/test-framework-hunit/ChangeLog b/dev-haskell/test-framework-hunit/ChangeLog index 8f3752a08e17..2bc325dda81a 100644 --- a/dev-haskell/test-framework-hunit/ChangeLog +++ b/dev-haskell/test-framework-hunit/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/test-framework-hunit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-hunit/ChangeLog,v 1.25 2013/08/07 13:31:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-hunit/ChangeLog,v 1.26 2013/10/19 09:57:17 gienah Exp $ + +*test-framework-hunit-0.3.0.1 (19 Oct 2013) + + 19 Oct 2013; Mark Wright <gienah@gentoo.org> + +test-framework-hunit-0.3.0.1.ebuild: + Bump test-framework-hunit to 0.3.0.1 07 Aug 2013; Agostino Sarubbo <ago@gentoo.org> test-framework-hunit-0.3.0.ebuild: diff --git a/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.1.ebuild b/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.1.ebuild new file mode 100644 index 000000000000..2d415f9a17f6 --- /dev/null +++ b/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.1.ebuild,v 1.1 2013/10/19 09:57:17 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="HUnit support for the test-framework package." +HOMEPAGE="https://batterseapower.github.io/test-framework/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +#hackport: ignore-flag base3 : we don't support base3 +#hackport: ignore-flag base4 : we don't support base4 +IUSE="" + +RDEPEND=">=dev-haskell/extensible-exceptions-0.1.1:=[profile?] <dev-haskell/extensible-exceptions-0.2.0:=[profile?] + >=dev-haskell/hunit-1.2:=[profile?] <dev-haskell/hunit-2:=[profile?] + >=dev-haskell/test-framework-0.2.0:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6.0.3 +" |