summaryrefslogtreecommitdiff
path: root/dev-haskell/chell-quickcheck
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-haskell/chell-quickcheck
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.xz
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-haskell/chell-quickcheck')
-rw-r--r--dev-haskell/chell-quickcheck/Manifest2
-rw-r--r--dev-haskell/chell-quickcheck/chell-quickcheck-0.2.4.ebuild28
-rw-r--r--dev-haskell/chell-quickcheck/chell-quickcheck-0.2.5.ebuild28
-rw-r--r--dev-haskell/chell-quickcheck/metadata.xml8
4 files changed, 66 insertions, 0 deletions
diff --git a/dev-haskell/chell-quickcheck/Manifest b/dev-haskell/chell-quickcheck/Manifest
new file mode 100644
index 00000000000..d8cadc77cc9
--- /dev/null
+++ b/dev-haskell/chell-quickcheck/Manifest
@@ -0,0 +1,2 @@
+DIST chell-quickcheck-0.2.4.tar.gz 2421 SHA256 8d930248329e18938ad0c9d8932d958b449525eabc36649105b0f893f454467b SHA512 d75f94a8c331393dcf278acac2a4436ef812293b089802371ab800a15b870e1c30cbb1be93bc9fab2b3fa736045d0134d0f22ffa95372df21223715183635680 WHIRLPOOL 6a32d3b42042700a2cbd36ecda0e6360d03640f2c2afa2d02862ed7cc8331df7b652dfcddab28d1b234fbfd817779d216a0a50cf0c0aa2f45573a6a6a66fe83c
+DIST chell-quickcheck-0.2.5.tar.gz 2450 SHA256 9a119daa3ff6046efd3024c48356b76650d01c27734f6b9b66259b59ba657309 SHA512 df2ae72b51c7999fa6febbb9b72637d6fd63f2c31de94de37c51fc1691de6047e1f5b29be60175dd9677fd8190759400c1eeada0602532e2840bce1c36529fd7 WHIRLPOOL 960609cdce8a9e0bb02638507a753b64fe07cdc281021034716e05b96a7f33560e2ddce3cce1811df76ae1e802d4fbc1b139e3a403cfed9c6996bcbd350291dc
diff --git a/dev-haskell/chell-quickcheck/chell-quickcheck-0.2.4.ebuild b/dev-haskell/chell-quickcheck/chell-quickcheck-0.2.4.ebuild
new file mode 100644
index 00000000000..38ddc93162d
--- /dev/null
+++ b/dev-haskell/chell-quickcheck/chell-quickcheck-0.2.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="QuickCheck support for the Chell testing library"
+HOMEPAGE="https://john-millikin.com/software/chell/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/chell-0.3:=[profile?] <dev-haskell/chell-0.5:=[profile?]
+ >=dev-haskell/quickcheck-2.3:=[profile?] <dev-haskell/quickcheck-2.8:=[profile?]
+ dev-haskell/random:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6.0.3
+"
diff --git a/dev-haskell/chell-quickcheck/chell-quickcheck-0.2.5.ebuild b/dev-haskell/chell-quickcheck/chell-quickcheck-0.2.5.ebuild
new file mode 100644
index 00000000000..574bc614b1c
--- /dev/null
+++ b/dev-haskell/chell-quickcheck/chell-quickcheck-0.2.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="QuickCheck support for the Chell testing library"
+HOMEPAGE="https://john-millikin.com/software/chell/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/chell-0.3:=[profile?] <dev-haskell/chell-0.5:=[profile?]
+ >=dev-haskell/quickcheck-2.3:2=[profile?] <dev-haskell/quickcheck-2.9:2=[profile?]
+ dev-haskell/random:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"
diff --git a/dev-haskell/chell-quickcheck/metadata.xml b/dev-haskell/chell-quickcheck/metadata.xml
new file mode 100644
index 00000000000..20d00f647ad
--- /dev/null
+++ b/dev-haskell/chell-quickcheck/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <longdescription>
+ QuickCheck support for the Chell testing library
+ </longdescription>
+</pkgmetadata>