summaryrefslogtreecommitdiff
path: root/dev-haskell/tasty-smallcheck
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-smallcheck
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/tasty-smallcheck')
-rw-r--r--dev-haskell/tasty-smallcheck/Manifest7
-rw-r--r--dev-haskell/tasty-smallcheck/metadata.xml14
-rw-r--r--dev-haskell/tasty-smallcheck/tasty-smallcheck-0.2.ebuild26
-rw-r--r--dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.1.ebuild28
-rw-r--r--dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.ebuild28
5 files changed, 103 insertions, 0 deletions
diff --git a/dev-haskell/tasty-smallcheck/Manifest b/dev-haskell/tasty-smallcheck/Manifest
new file mode 100644
index 000000000000..35527f31e8f5
--- /dev/null
+++ b/dev-haskell/tasty-smallcheck/Manifest
@@ -0,0 +1,7 @@
+DIST tasty-smallcheck-0.2.tar.gz 2341 BLAKE2B 6b91fd77b4ec66ba571cd3c6b9703c37708590f8679e9ff4e6949b36ba92892cd083776934877f694742fae1e8d66c8c4f3344ee30ce550aacecf9b2e57d362c SHA512 5a97592878c9814057cc6448591c3ba1e7a0027d45bbdbe76db1249fc656d66ae4a4b0992e42d101945630e07f6f622c644f9fa3a3abc7fdba472278dda38be1
+DIST tasty-smallcheck-0.8.1.tar.gz 2690 BLAKE2B e6ccfca50577edc27da4d8f77041e5eeb80c28574a5d0d9cfa20154e557a9893242456a4875e72d616e70f477bf1b7c6a1911c7d3a863b71e8481ff387815a00 SHA512 26ed0d75559c2da2f4296af6e9b02f8d0a19043b0ef154674eb782703fcd3ad7f4863b7b07dbaae27440078b4b00a9272cd9d5da23089993018e933577be5893
+DIST tasty-smallcheck-0.8.tar.gz 2426 BLAKE2B c11b53a2a4f9f26375db2b8300520b464e4b46f0b2119a18c3f0957ee45fcc3cce8ae0eb5360c4d105e937dfe58f7c91f52f88e8a166224ff6a1241379d08927 SHA512 8ef5e49647843fece659e21ec8b76fc63a43e82bd60d406b68e2fece18ba81368bea8e9accec36cfd80836f407343fcf3da1507bee60802033b8f2147a16e75c
+EBUILD tasty-smallcheck-0.2.ebuild 710 BLAKE2B bf3f2d988b021f931581b4227d9bab079bc361507b9a6ff1305b433287f2cd056b48ca15a2cc66aab41659606072e58b28cca4d09908bd91758006c52b297f8f SHA512 920fba2e0bbebaf5a26464f9b6115d333ad3bf0319e1662565121752852d9bad74fdfe49ccdd0024e11a25c5010afa740f88fcc8cced17dccbf8432e276fd117
+EBUILD tasty-smallcheck-0.8.1.ebuild 698 BLAKE2B 8c10340ec015668071a3da96c01f044de95d260e625a7c28bd284895282d5d799956bad8bf451c7cbb9d23a9fe4f1cc350edbac4fc8823a7d930aae2c2f4ecd4 SHA512 48cfbba697ce9c89bfd5fb9b5b7179d30dcbd098a0aaeda280c56e65998cd3fe9e4d0647e23d1e638437b2a19222481c9652bf93ef38a751680d15ce290e92c9
+EBUILD tasty-smallcheck-0.8.ebuild 698 BLAKE2B cd70558bb0eeb590efbae073cdd5316e2e24533be944f84f869c1b980e08623a377f019c003f62518bdc1eb208496a9dad45d9e2b4ddd9e660dff51878e1893f SHA512 fda2fc99fd5870b066e2a3cb856d8853870f43ed76918a4d0e77121b8cc7e5c338e0285ea82299c31a1f8bf1a8d17369f9a1bc573d3518a3e652f67119c73678
+MISC metadata.xml 419 BLAKE2B c797b6c22cfeb3ff17ab726a0dd5eb19dea26dda9855a3347437aa8ba911e2deae50ed9f83e4eca3b45ce3a8cded7c2a4606392abf329ee883f3500dfc142f90 SHA512 96c18b1b1c80c6b1bdfa97b329307279100130475b71189487300027fdfcbcc16aba5ec5e8245aa5fbdbbf31d628d7edfa93ed6464f007445000021871a1681d
diff --git a/dev-haskell/tasty-smallcheck/metadata.xml b/dev-haskell/tasty-smallcheck/metadata.xml
new file mode 100644
index 000000000000..6ed62ea42470
--- /dev/null
+++ b/dev-haskell/tasty-smallcheck/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>
+ SmallCheck support for the Tasty test framework.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">feuerbach/tasty</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.2.ebuild b/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.2.ebuild
new file mode 100644
index 000000000000..457baec2553a
--- /dev/null
+++ b/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.2.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="SmallCheck support for the Tasty test framework"
+HOMEPAGE="https://github.com/feuerbach/tasty"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
+IUSE=""
+
+RDEPEND="dev-haskell/async:=[profile?]
+ >=dev-haskell/smallcheck-1.0:=[profile?]
+ dev-haskell/tagged:=[profile?]
+ dev-haskell/tasty:=[profile?]
+ >=dev-lang/ghc-6.10.4:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"
diff --git a/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.1.ebuild b/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.1.ebuild
new file mode 100644
index 000000000000..4c58307c249c
--- /dev/null
+++ b/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 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"
+inherit haskell-cabal
+
+DESCRIPTION="SmallCheck 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/async:=[profile?]
+ >=dev-haskell/smallcheck-1.0:=[profile?]
+ dev-haskell/tagged:=[profile?]
+ >=dev-haskell/tasty-0.8:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"
diff --git a/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.ebuild b/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.ebuild
new file mode 100644
index 000000000000..3349bd596a01
--- /dev/null
+++ b/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.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.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="SmallCheck support for the Tasty test framework"
+HOMEPAGE="https://github.com/feuerbach/tasty"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND="dev-haskell/async:=[profile?]
+ >=dev-haskell/smallcheck-1.0:=[profile?]
+ dev-haskell/tagged:=[profile?]
+ >=dev-haskell/tasty-0.8:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6.0.3
+"