diff options
author | Jack Todaro <solpeth@posteo.org> | 2020-07-31 07:40:02 +1000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-01 09:03:40 +0100 |
commit | cf3a46db9cd0c2e1e9debc759f2cd6c25b4fa246 (patch) | |
tree | 9c9880f5b965104c17b7b44fca98a09becfd875d /dev-haskell/hspec-contrib | |
parent | dev-haskell/sandi: bump up to 0.5 (diff) | |
download | gentoo-cf3a46db9cd0c2e1e9debc759f2cd6c25b4fa246.tar.gz gentoo-cf3a46db9cd0c2e1e9debc759f2cd6c25b4fa246.tar.bz2 gentoo-cf3a46db9cd0c2e1e9debc759f2cd6c25b4fa246.zip |
dev-haskell/hspec-contrib: add package
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/hspec-contrib')
-rw-r--r-- | dev-haskell/hspec-contrib/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/hspec-contrib/hspec-contrib-0.5.1.ebuild | 30 | ||||
-rw-r--r-- | dev-haskell/hspec-contrib/metadata.xml | 8 |
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-haskell/hspec-contrib/Manifest b/dev-haskell/hspec-contrib/Manifest new file mode 100644 index 000000000000..8b105ff547fc --- /dev/null +++ b/dev-haskell/hspec-contrib/Manifest @@ -0,0 +1 @@ +DIST hspec-contrib-0.5.1.tar.gz 3034 BLAKE2B 273709b1661fa02e87e8ffce37e91968fd824fca18003f6275233718ab77a6d56417c09a8ca551925a4cfbccc7f0c6086169510ad9b63f21408e44c44846aacb SHA512 cc6ee847d7c99b2607c36b2200bf0bc05ce30437110f216f82464069ffdf80a76d836ad7aace3d69a00cf9da4b28d39491a251c6f60401009a6f9c85d20043e0 diff --git a/dev-haskell/hspec-contrib/hspec-contrib-0.5.1.ebuild b/dev-haskell/hspec-contrib/hspec-contrib-0.5.1.ebuild new file mode 100644 index 000000000000..1ca03547f198 --- /dev/null +++ b/dev-haskell/hspec-contrib/hspec-contrib-0.5.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.5.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" # test-suite" +inherit haskell-cabal + +DESCRIPTION="Contributed functionality for Hspec" +HOMEPAGE="http://hspec.github.io/" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RESTRICT=test # test-suite fails to build + +RDEPEND=">=dev-haskell/hspec-core-2.5.0:=[profile?] + dev-haskell/hunit:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10" +# test? ( dev-haskell/hspec +# dev-haskell/quickcheck ) +# " diff --git a/dev-haskell/hspec-contrib/metadata.xml b/dev-haskell/hspec-contrib/metadata.xml new file mode 100644 index 000000000000..b7878815d80d --- /dev/null +++ b/dev-haskell/hspec-contrib/metadata.xml @@ -0,0 +1,8 @@ +<?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> +</pkgmetadata> |