summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2013-04-02 13:00:19 +0000
committerMark Wright <gienah@gentoo.org>2013-04-02 13:00:19 +0000
commitdda59af4f9c9ac6bb703e3d53a26dcad8a282ab1 (patch)
tree2880a3ea7f18a937c4894ee2f15c879a6f4cfb48 /dev-haskell/test-framework-quickcheck2
parentRemove unused patches. (diff)
downloadgentoo-2-dda59af4f9c9ac6bb703e3d53a26dcad8a282ab1.tar.gz
gentoo-2-dda59af4f9c9ac6bb703e3d53a26dcad8a282ab1.tar.bz2
gentoo-2-dda59af4f9c9ac6bb703e3d53a26dcad8a282ab1.zip
Bump test-framework-quickcheck2 to 0.3.0.1-r1
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/test-framework-quickcheck2')
-rw-r--r--dev-haskell/test-framework-quickcheck2/ChangeLog10
-rw-r--r--dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.1-r1.ebuild34
2 files changed, 42 insertions, 2 deletions
diff --git a/dev-haskell/test-framework-quickcheck2/ChangeLog b/dev-haskell/test-framework-quickcheck2/ChangeLog
index 58c9b9132ea4..8d65b3d52fa0 100644
--- a/dev-haskell/test-framework-quickcheck2/ChangeLog
+++ b/dev-haskell/test-framework-quickcheck2/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/test-framework-quickcheck2
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/ChangeLog,v 1.17 2012/11/25 02:58:47 gienah Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/ChangeLog,v 1.18 2013/04/02 13:00:19 gienah Exp $
+
+*test-framework-quickcheck2-0.3.0.1-r1 (02 Apr 2013)
+
+ 02 Apr 2013; Mark Wright <gienah@gentoo.org>
+ +test-framework-quickcheck2-0.3.0.1-r1.ebuild:
+ Bump test-framework-quickcheck2 to 0.3.0.1-r1
25 Nov 2012; Mark Wright <gienah@gentoo.org>
test-framework-quickcheck2-0.2.12.3.ebuild:
diff --git a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.1-r1.ebuild b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.1-r1.ebuild
new file mode 100644
index 000000000000..08d527d00901
--- /dev/null
+++ b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.1-r1.ebuild
@@ -0,0 +1,34 @@
+# 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-quickcheck2/test-framework-quickcheck2-0.3.0.1-r1.ebuild,v 1.1 2013/04/02 13:00:19 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.1.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="QuickCheck2 support for the test-framework package."
+HOMEPAGE="http://batterseapower.github.com/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"
+IUSE=""
+
+RDEPEND=">=dev-haskell/extensible-exceptions-0.1.1:=[profile?]
+ <dev-haskell/extensible-exceptions-0.2.0:=[profile?]
+ >=dev-haskell/quickcheck-2.4:2=[profile?]
+ <dev-haskell/quickcheck-2.7:2=[profile?]
+ >=dev-haskell/random-1:=[profile?]
+ >=dev-haskell/test-framework-0.7.1:=[profile?]
+ >=dev-lang/ghc-6.10.4:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2.3"
+
+src_prepare() {
+ cabal_chdeps \
+ 'QuickCheck >= 2.4 && < 2.6' 'QuickCheck >= 2.4 && < 2.7'
+}