mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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>
This commit is contained in:
committed by
Sergei Trofimovich
parent
6ac63ca1a0
commit
cf3a46db9c
1
dev-haskell/hspec-contrib/Manifest
Normal file
1
dev-haskell/hspec-contrib/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST hspec-contrib-0.5.1.tar.gz 3034 BLAKE2B 273709b1661fa02e87e8ffce37e91968fd824fca18003f6275233718ab77a6d56417c09a8ca551925a4cfbccc7f0c6086169510ad9b63f21408e44c44846aacb SHA512 cc6ee847d7c99b2607c36b2200bf0bc05ce30437110f216f82464069ffdf80a76d836ad7aace3d69a00cf9da4b28d39491a251c6f60401009a6f9c85d20043e0
|
||||
30
dev-haskell/hspec-contrib/hspec-contrib-0.5.1.ebuild
Normal file
30
dev-haskell/hspec-contrib/hspec-contrib-0.5.1.ebuild
Normal file
@@ -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 )
|
||||
# "
|
||||
8
dev-haskell/hspec-contrib/metadata.xml
Normal file
8
dev-haskell/hspec-contrib/metadata.xml
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user