summaryrefslogtreecommitdiff
path: root/dev-haskell/tasty-quickcheck
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-haskell/tasty-quickcheck
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/tasty-quickcheck')
-rw-r--r--dev-haskell/tasty-quickcheck/Manifest7
-rw-r--r--dev-haskell/tasty-quickcheck/metadata.xml14
-rw-r--r--dev-haskell/tasty-quickcheck/tasty-quickcheck-0.3.1.ebuild28
-rw-r--r--dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.3.2.ebuild36
-rw-r--r--dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.4.ebuild29
5 files changed, 114 insertions, 0 deletions
diff --git a/dev-haskell/tasty-quickcheck/Manifest b/dev-haskell/tasty-quickcheck/Manifest
new file mode 100644
index 000000000000..8c01ed218971
--- /dev/null
+++ b/dev-haskell/tasty-quickcheck/Manifest
@@ -0,0 +1,7 @@
+DIST tasty-quickcheck-0.3.1.tar.gz 2643 BLAKE2B e98ce801f560fc9513387fd4fdd1ac2540d774cc8395059661e6f15ebcd40a15e01902bfd3f389c6f5c42437530bb98fe21c1d7cad76edc367efc19cb4653516 SHA512 b6f4ffcc01e9a25a54616cb85a95901010e04c05e59743621b86d57dcfdb820285881c4a39a95e255fcdab6a33b7ee866e585a26c9628649c344c3b2ae4500af
+DIST tasty-quickcheck-0.8.3.2.tar.gz 4438 BLAKE2B 6d22a2155597cf9d981ac0ac290bb65f03b50e8d7fa92092955b74630f5c3c60a8c8fa9ae4928588e8633d527f2614295d636a57c547e15ea02e8ee6f07de35a SHA512 6930e602d0b3b60f13df509191b1d6affc430a408f3536bcc4e749ca87324962ae75414a2e33cd4f49b84296740528a840c1f7ca9295220dfae28b6f2946df57
+DIST tasty-quickcheck-0.8.4.tar.gz 4560 BLAKE2B 5f1ab71b75bb2a7f2384dac024d65514f45b9741e59c260116d4e7b4ad483456c6d2a224c96eb642ee9f5c2b6d985e1c81052312fb5fa725209106a210045aba SHA512 5e503604412af686d24957e111ac369dedc568ad7075374acfdef93bad35342af6e1bdfa5a33aa8eec16bdf7cc3e0e2539d5a92e7eaf8a6cb325bac2149a0ce7
+EBUILD tasty-quickcheck-0.3.1.ebuild 747 BLAKE2B 885fcef5544895bd9fae7294fc0f6aa354246db234c6dd96603fbf8d6e28759d28d5d40fdd182fb7472891627725c44a4cd3ea463c96d1ef94a74f865194caa7 SHA512 eb4ba182952d1e254047d17575768201a34d202e6857a4eddb1363ab0c39f57bd8ea6efb69531289ebf45d1acf7a541ade904d58d788cca0ec0e63aa511fd5f7
+EBUILD tasty-quickcheck-0.8.3.2.ebuild 1052 BLAKE2B 6260cebf218454e7430c12a9a2de79e4a0ad40a7ddb7d794e1d764ce237be5e362135b22acdb27f9ddf35e8fab4f31982f33e65d9b795c9c20e3eb7dabb04e18 SHA512 7d112601a38a161f7c75fd693ff97cc15eb4272c95a15ab020a1ff8a72ce7bd0faefbfed90d49c237c9feaf61dba63273ac8d755df52cc771c6662dfdf33ffb7
+EBUILD tasty-quickcheck-0.8.4.ebuild 782 BLAKE2B 89a4d94ddac79108a965889267c161fb90d15087bcd79aa7b34a750172801d54a326c4a09285d406b50fdf0d77a0beaa730284d599454cc14e69127e3ca75cab SHA512 17c122b38575eb544b5a81bb40d233e1125d3815f9832e4d0550cab12a441b3228f57a5f023f57d9e96c167d41909f9a161ba7458ab5d380d6b3dee59db22092
+MISC metadata.xml 417 BLAKE2B c6d5c2852c587c4db670dd9686f2c28cb57db67c3cf485c26a85712a25b5ef2dc6988e9b23457c6d90ad7fda2cfeb17f6b645542c3b5c29153c582666c311d02 SHA512 e188adf22b27839173f7b9ae598635f6eb9366425b381354e8853cbc33809e2565b0526b067864e2fe5fdcdce94b5178bfa03f815f3000a8adac2e3202fdaaee
diff --git a/dev-haskell/tasty-quickcheck/metadata.xml b/dev-haskell/tasty-quickcheck/metadata.xml
new file mode 100644
index 000000000000..788d4f1313c5
--- /dev/null
+++ b/dev-haskell/tasty-quickcheck/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+ <longdescription>
+ QuickCheck support for the Tasty test framework.
+ </longdescription>
+ <use>
+ <flag name="old-quickcheck">Use Quick-Check &lt; 2.7.</flag>
+ </use>
+</pkgmetadata>
diff --git a/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.3.1.ebuild b/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.3.1.ebuild
new file mode 100644
index 000000000000..4b0a39baa62e
--- /dev/null
+++ b/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.3.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="QuickCheck support for the Tasty test framework"
+HOMEPAGE="http://hackage.haskell.org/package/tasty-quickcheck"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/quickcheck-2.5:=[profile?] <dev-haskell/quickcheck-3:=[profile?]
+ dev-haskell/random:=[profile?]
+ dev-haskell/tagged:=[profile?]
+ dev-haskell/tasty:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+"
diff --git a/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.3.2.ebuild b/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.3.2.ebuild
new file mode 100644
index 000000000000..cd1e763950f2
--- /dev/null
+++ b/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.3.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="QuickCheck support for the Tasty test framework"
+HOMEPAGE="http://documentup.com/feuerbach/tasty"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="amd64 x86"
+IUSE="old-quickcheck"
+
+RDEPEND="dev-haskell/tagged:=[profile?]
+ >=dev-haskell/tasty-0.10.1:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+ old-quickcheck? ( >=dev-haskell/quickcheck-2.5:2=[profile?] <dev-haskell/quickcheck-2.7:2=[profile?]
+ dev-haskell/random:=[profile?] )
+ !old-quickcheck? ( >=dev-haskell/quickcheck-2.7:2=[profile?] <dev-haskell/quickcheck-3:2=[profile?] )
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+ test? ( dev-haskell/pcre-light
+ dev-haskell/tasty-hunit )
+"
+
+src_configure() {
+ haskell-cabal_src_configure \
+ $(cabal_flag old-quickcheck old-quickcheck)
+}
diff --git a/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.4.ebuild b/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.4.ebuild
new file mode 100644
index 000000000000..f9c55953d81d
--- /dev/null
+++ b/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="QuickCheck support for the Tasty test framework"
+HOMEPAGE="http://documentup.com/feuerbach/tasty"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/tagged:=[profile?]
+ >=dev-haskell/tasty-0.10.1:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+ >=dev-haskell/quickcheck-2.5:2=[profile?] <dev-haskell/quickcheck-3:2=[profile?]
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+ test? ( dev-haskell/pcre-light
+ dev-haskell/tasty-hunit )
+"