diff options
Diffstat (limited to 'dev-haskell/quickcheck-unicode')
4 files changed, 66 insertions, 0 deletions
diff --git a/dev-haskell/quickcheck-unicode/Manifest b/dev-haskell/quickcheck-unicode/Manifest new file mode 100644 index 000000000000..90c1382626c9 --- /dev/null +++ b/dev-haskell/quickcheck-unicode/Manifest @@ -0,0 +1,2 @@ +DIST quickcheck-unicode-1.0.0.0.tar.gz 3145 SHA256 b833debbe9263a11f00c6262127d6032c63876215513279b16fcc6cda168e77a SHA512 28769e1ceccc6df996239a90996d0f283457836843f1627c310762c9555b302c2672bb7f546d1a01417e2beb26b364ee84e17fcad1ea4aa07bd610c6a5f709c4 WHIRLPOOL 2e8b46ae38f65489fd736a8fcb8f623d6c2046c267a6f8d0771034cf71f900ea642e21e8529f1f1c275e99fa60aaf04e2a7c27eb8c291cac5531355d17bc5a5a +DIST quickcheck-unicode-1.0.0.1.tar.gz 3145 SHA256 24c29caddc515d477878ef97581a0cebf760055ca0f260ba1762257abaa116a9 SHA512 93ca26350243f509027c41279474b45679af445f19a2454ca4c4e980d0ba76f8ea5a6091197d575093af67e08461d6ca436270496d985d1a33fb6d958fcae371 WHIRLPOOL 52ad9e2788b240f99f78da6a636682133203466a34ea44517ee7626738337def3fb69abeb5e4f31b7b962eacaf492865c03cf65b5ce4c3ceae60435087e3e9ff diff --git a/dev-haskell/quickcheck-unicode/metadata.xml b/dev-haskell/quickcheck-unicode/metadata.xml new file mode 100644 index 000000000000..1c7e1aa0b555 --- /dev/null +++ b/dev-haskell/quickcheck-unicode/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + Generator and shrink functions for testing + Unicode-related software. + </longdescription> + <upstream> + <remote-id type="github">bos/quickcheck-unicode</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.0.0.ebuild b/dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.0.0.ebuild new file mode 100644 index 000000000000..9711cb3167a1 --- /dev/null +++ b/dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.0.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 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="Generator and shrink functions for testing Unicode-related software" +HOMEPAGE="https://github.com/bos/quickcheck-unicode" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/quickcheck-2.6:2=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" diff --git a/dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.0.1.ebuild b/dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.0.1.ebuild new file mode 100644 index 000000000000..f2d6508c480b --- /dev/null +++ b/dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.0.1.ebuild @@ -0,0 +1,26 @@ +# 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="Generator and shrink functions for testing Unicode-related software" +HOMEPAGE="https://github.com/bos/quickcheck-unicode" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/quickcheck-2.7:2=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" |