Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/hspec-smallcheck/
Date: Sun, 28 May 2017 17:54:08
Message-Id: 1495993991.06579777ca6afd9ff80fb95d2fa96654a878698a.slyfox@gentoo
1 commit: 06579777ca6afd9ff80fb95d2fa96654a878698a
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 28 13:12:29 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun May 28 17:53:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06579777
7
8 dev-haskell/hspec-smallcheck: new package, a depend of dev-haskell/stack
9
10 SmallCheck support for the Hspec testing framework
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.2
13
14 dev-haskell/hspec-smallcheck/Manifest | 1 +
15 .../hspec-smallcheck/hspec-smallcheck-0.4.1.ebuild | 28 ++++++++++++++++++++++
16 dev-haskell/hspec-smallcheck/metadata.xml | 11 +++++++++
17 3 files changed, 40 insertions(+)
18
19 diff --git a/dev-haskell/hspec-smallcheck/Manifest b/dev-haskell/hspec-smallcheck/Manifest
20 new file mode 100644
21 index 00000000000..dbda51ae2c0
22 --- /dev/null
23 +++ b/dev-haskell/hspec-smallcheck/Manifest
24 @@ -0,0 +1 @@
25 +DIST hspec-smallcheck-0.4.1.tar.gz 1861 SHA256 c5ddd014ad58679554d2726a4442a124d7a3a9fad04c928c610cdc46773fc0f5 SHA512 bdb8dc6432d085dd192af77d34ae4188e002a419025006680abc076bea1216f0481c629a1c6025382de963d1ee351913f9f3159ed92fbedd0972363f27bded27 WHIRLPOOL ac197e8681771a8fa962418467398e8b44facb9081cfc4ea94476beee8acb59e11f547c2e402754f64bd0ab87745c2ea153b655e2de8287a865d1c10f2f51230
26
27 diff --git a/dev-haskell/hspec-smallcheck/hspec-smallcheck-0.4.1.ebuild b/dev-haskell/hspec-smallcheck/hspec-smallcheck-0.4.1.ebuild
28 new file mode 100644
29 index 00000000000..c985caa6d77
30 --- /dev/null
31 +++ b/dev-haskell/hspec-smallcheck/hspec-smallcheck-0.4.1.ebuild
32 @@ -0,0 +1,28 @@
33 +# Copyright 1999-2017 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +# ebuild generated by hackport 0.5.1.9999
39 +
40 +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
41 +inherit haskell-cabal
42 +
43 +DESCRIPTION="SmallCheck support for the Hspec testing framework"
44 +HOMEPAGE="http://hspec.github.io/"
45 +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
46 +
47 +LICENSE="MIT"
48 +SLOT="0/${PV}"
49 +KEYWORDS="~amd64 ~x86"
50 +IUSE=""
51 +
52 +RDEPEND=">=dev-haskell/hspec-core-2:=[profile?] <dev-haskell/hspec-core-3:=[profile?]
53 + >=dev-haskell/smallcheck-1.0:=[profile?]
54 + >=dev-lang/ghc-7.4.1:=
55 +"
56 +DEPEND="${RDEPEND}
57 + >=dev-haskell/cabal-1.8
58 + test? ( dev-haskell/hspec
59 + dev-haskell/quickcheck )
60 +"
61
62 diff --git a/dev-haskell/hspec-smallcheck/metadata.xml b/dev-haskell/hspec-smallcheck/metadata.xml
63 new file mode 100644
64 index 00000000000..f9940a6d135
65 --- /dev/null
66 +++ b/dev-haskell/hspec-smallcheck/metadata.xml
67 @@ -0,0 +1,11 @@
68 +<?xml version="1.0" encoding="UTF-8"?>
69 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
70 +<pkgmetadata>
71 + <maintainer type="project">
72 + <email>haskell@g.o</email>
73 + <name>Gentoo Haskell</name>
74 + </maintainer>
75 + <longdescription>
76 + SmallCheck support for the Hspec testing framework
77 + </longdescription>
78 +</pkgmetadata>