summaryrefslogtreecommitdiff
path: root/dev-haskell/smallcheck
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/smallcheck
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/smallcheck')
-rw-r--r--dev-haskell/smallcheck/Manifest3
-rw-r--r--dev-haskell/smallcheck/metadata.xml17
-rw-r--r--dev-haskell/smallcheck/smallcheck-1.1.1.ebuild26
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-haskell/smallcheck/Manifest b/dev-haskell/smallcheck/Manifest
deleted file mode 100644
index b066638b69ee..000000000000
--- a/dev-haskell/smallcheck/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST smallcheck-1.1.1.tar.gz 15202 BLAKE2B 7963a39b9a08b3c28268b88a8177df7861011baeb4ba8a5dc879c95111c9d243cbe14f36b82715e80b237d04f5acedfaa7c72cc6d0fa2bd4d770158301f3626e SHA512 09aa5dcfca2bece6ac91803d38f2591d415c6e312c76cacb33d2e93e40e949acb788bc89ba6a4beb9dc60815e1f554cda4f68195269eedbfb45228415f1bca64
-EBUILD smallcheck-1.1.1.ebuild 626 BLAKE2B c04eb7cb7ac7b26f8904fef108ca74a159515efee1910c561b22cb2fea0188fb0380c60aaacc915878b98e53bd43b4d0daaa0cf8be4e286847dcb095585e960f SHA512 33cd06e5bca7ea6a261a13ba0ab83d3ef264c49dd0c3b6eb3877a473627df492f4a6200312c8098752c5d1d03299fa98b4859862288b70dc13b3a9047298dc5f
-MISC metadata.xml 631 BLAKE2B 4be425e8e7def047d619eef426efb5057adc1aab18c6ab7a64abbe3e1ba1ad21d3217ab4a83d9d9194b3f51b8a59e2c4b443dea385836ffcfd78d6f1b4270bc8 SHA512 8f1ffef35613622fd153b512437a1634f72e25e80378335c9912eb26e2185e95943d0d530225d628f696de7a53b908a71161bde515447506779dd7b791f26b54
diff --git a/dev-haskell/smallcheck/metadata.xml b/dev-haskell/smallcheck/metadata.xml
deleted file mode 100644
index ed9043f55a28..000000000000
--- a/dev-haskell/smallcheck/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?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>
- <longdescription>
- SmallCheck is similar to QuickCheck (Claessen and Hughes 2000-) but
- instead of testing for a sample of randomly generated values, SmallCheck
- tests properties for all the finitely many values up to some depth,
- progressively increasing the depth used.
- </longdescription>
- <upstream>
- <remote-id type="github">feuerbach/smallcheck</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-haskell/smallcheck/smallcheck-1.1.1.ebuild b/dev-haskell/smallcheck/smallcheck-1.1.1.ebuild
deleted file mode 100644
index 50df160b5131..000000000000
--- a/dev-haskell/smallcheck/smallcheck-1.1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="A property-based testing library"
-HOMEPAGE="https://github.com/feuerbach/smallcheck"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND="dev-haskell/logict:=[profile?]
- dev-haskell/mtl:=[profile?]
- >=dev-lang/ghc-6.12.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8.0.2
-"