diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-haskell/hspec-smallcheck | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/hspec-smallcheck')
-rw-r--r-- | dev-haskell/hspec-smallcheck/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/hspec-smallcheck/hspec-smallcheck-0.4.1.ebuild | 28 | ||||
-rw-r--r-- | dev-haskell/hspec-smallcheck/metadata.xml | 11 |
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-haskell/hspec-smallcheck/Manifest b/dev-haskell/hspec-smallcheck/Manifest new file mode 100644 index 000000000000..dd50e002d182 --- /dev/null +++ b/dev-haskell/hspec-smallcheck/Manifest @@ -0,0 +1,3 @@ +DIST hspec-smallcheck-0.4.1.tar.gz 1861 BLAKE2B 4b11d0739f11e759d811955941b52ec5b7e660801bf90610300f514a214bc439571c7e05dec77c8a7c388a010847eb324cbb693e10ca6741e7ea5428e0eac927 SHA512 bdb8dc6432d085dd192af77d34ae4188e002a419025006680abc076bea1216f0481c629a1c6025382de963d1ee351913f9f3159ed92fbedd0972363f27bded27 +EBUILD hspec-smallcheck-0.4.1.ebuild 730 BLAKE2B fdcfc2a6b8f454d2acc5efecbea62bb799ae038702a3e16fe9e816aae8c47faa10c48fe6047d3ba462be1d81cfe5369af0c75c6c480486b507d00d1f696e574d SHA512 538cb544c0329dce88fabcac4efaaa5bafad26797033726eaaeee0e0aa298a5f9bfb1d6a0dc716ba860c23ff95149c9586c00fc60144d25ee24e8b95459b4ebe +MISC metadata.xml 341 BLAKE2B 8300a65d19be2c21db748909cf5924c8bcda502d7b7eb17377920a731929866b99d7fbcc933335e744161a92b0cf9a8672f2e84d028c5f71143ca168140525ae SHA512 5b34d293c4beff1d722c3fe9e1ead2666bed3fac5b7ad8d5acc16891fe5781857b3d9d4292298fc0b500957e0474427183a4518c6809fc6576d1d05ab26c56d5 diff --git a/dev-haskell/hspec-smallcheck/hspec-smallcheck-0.4.1.ebuild b/dev-haskell/hspec-smallcheck/hspec-smallcheck-0.4.1.ebuild new file mode 100644 index 000000000000..c985caa6d77b --- /dev/null +++ b/dev-haskell/hspec-smallcheck/hspec-smallcheck-0.4.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +# ebuild generated by hackport 0.5.1.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="SmallCheck support for the Hspec testing framework" +HOMEPAGE="http://hspec.github.io/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/hspec-core-2:=[profile?] <dev-haskell/hspec-core-3:=[profile?] + >=dev-haskell/smallcheck-1.0:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( dev-haskell/hspec + dev-haskell/quickcheck ) +" diff --git a/dev-haskell/hspec-smallcheck/metadata.xml b/dev-haskell/hspec-smallcheck/metadata.xml new file mode 100644 index 000000000000..f9940a6d1350 --- /dev/null +++ b/dev-haskell/hspec-smallcheck/metadata.xml @@ -0,0 +1,11 @@ +<?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 Hspec testing framework + </longdescription> +</pkgmetadata> |