Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/pr/232'
Browse files Browse the repository at this point in the history
  • Loading branch information
aballier committed Oct 16, 2015
2 parents 97d14fe + 9b55086 commit 7b40e23
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ml/qcheck/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST qcheck-0.4.0.1.tar.gz 55783 SHA256 4c90f4babc35ed9672b9a48d69c480812b030e7194c617614a8b2d11d023ad65 SHA512 9a8476749ee5d97708d3f074e3c948511231aef8a49029c8d284a9d1413f2f5bb3b6bd048ec0998e4e762171626613a81f9275224ad16900094e735f4c82f057 WHIRLPOOL be8dcef3e6b8761fac35df1c41b2adc49f8afeaf7d06c1ba92ebba7ce6ac4a7f0fab213e2360277c074051f5ac48cad0b45069a6a1b8b3b3a6edcac72b769e21
12 changes: 12 additions & 0 deletions dev-ml/qcheck/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>ml</herd>
<herd>proxy-maintainers</herd>
<maintainer>
<email>[email protected]</email>
</maintainer>
<use>
<flag name="ounit">Enable integration with ounit</flag>
</use>
</pkgmetadata>
32 changes: 32 additions & 0 deletions dev-ml/qcheck/qcheck-0.4.0.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
OASIS_BUILD_DOCS=1

inherit oasis

DESCRIPTION="QuickCheck inspired property-based testing for OCaml"
HOMEPAGE="https://github.com/c-cube/qcheck"
SRC_URI="https://github.com/c-cube/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+ounit"

RDEPEND="
ounit? ( >=dev-ml/ounit-2:= )
"
DEPEND="
${RDEPEND}
"

src_configure() {
oasis_configure_opts="
$(use_enable ounit)
" oasis_src_configure
}

DOCS=( CHANGELOG.md README.md )

0 comments on commit 7b40e23

Please sign in to comment.