summaryrefslogtreecommitdiff
path: root/dev-haskell/tasty-quickcheck
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-04-03 10:24:28 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-04-03 14:36:34 +0100
commitdd3976cdca584db77688e482cc5078462c08f5f5 (patch)
treeaebeeccc331cff05428d6aadc7d2422b3827fd36 /dev-haskell/tasty-quickcheck
parent1aae54bea706171bab985fd01110c97c2716c7af (diff)
downloadgentoo-dd3976cdca584db77688e482cc5078462c08f5f5.tar.gz
gentoo-dd3976cdca584db77688e482cc5078462c08f5f5.tar.xz
dev-haskell/tasty-quickcheck: drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/tasty-quickcheck')
-rw-r--r--dev-haskell/tasty-quickcheck/Manifest2
-rw-r--r--dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.1.ebuild28
-rw-r--r--dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.ebuild29
3 files changed, 0 insertions, 59 deletions
diff --git a/dev-haskell/tasty-quickcheck/Manifest b/dev-haskell/tasty-quickcheck/Manifest
index 9a4af40d6a6..e68d465a65d 100644
--- a/dev-haskell/tasty-quickcheck/Manifest
+++ b/dev-haskell/tasty-quickcheck/Manifest
@@ -1,5 +1,3 @@
DIST tasty-quickcheck-0.3.1.tar.gz 2643 SHA256 f6bf22ddd6bb3bd26c3093d64745d3d5e674c3527bfa49d66add072530db52e5 SHA512 b6f4ffcc01e9a25a54616cb85a95901010e04c05e59743621b86d57dcfdb820285881c4a39a95e255fcdab6a33b7ee866e585a26c9628649c344c3b2ae4500af WHIRLPOOL ecf0c4f3deddf2d853e208759e92663090e2491b318b4d928b5c3a63579b54fb46d55125af596d09b0feeaadd25b7f7f19cc8597321c0fedca5f91ed929ee92a
-DIST tasty-quickcheck-0.8.1.tar.gz 2740 SHA256 7a995c26f544618208eaab36273c56176d0dada575e20fa2612eb7565b6138b6 SHA512 4bcb1e7687bba2caacb199b98780438e32b8b1f4535c6b31013090c8fbbc5d5916dbf6cc13da20256444997ec7a56900e660495f52a89976c705446e2d4416f2 WHIRLPOOL 1481fd51f06b483ca1faa3ca583bfef6d75ab0b8886cacf7deff167630c65f78884aec024fd5f3127b4f040cd16f148ba786fc083a31429fa68a4d2b21817dce
DIST tasty-quickcheck-0.8.3.2.tar.gz 4438 SHA256 3b50e0db4ebec3bc778aea7ee899a923a146f8d6552acba634b465a92b7c2ee0 SHA512 6930e602d0b3b60f13df509191b1d6affc430a408f3536bcc4e749ca87324962ae75414a2e33cd4f49b84296740528a840c1f7ca9295220dfae28b6f2946df57 WHIRLPOOL f884eef29106eb528ec49cdfa21f54f149682173697b8c3dbb36054e53294408f2b8c68d5c10a2922f31618d19670fcee0bbc99d35be86ebf2dde6a08e113654
DIST tasty-quickcheck-0.8.4.tar.gz 4560 SHA256 365f4cb6db70cce36ebdc133a2f6388cab71df2ca11f223f0458565956ec3297 SHA512 5e503604412af686d24957e111ac369dedc568ad7075374acfdef93bad35342af6e1bdfa5a33aa8eec16bdf7cc3e0e2539d5a92e7eaf8a6cb325bac2149a0ce7 WHIRLPOOL 74a6a32e0ad92d511f062ec8bd507baeb81af2c35c33323bb7c67c9ffc486126d46a249d8b16b79dfa3557f79d920d06b79ff5d474d260d38480139f2c83c8d1
-DIST tasty-quickcheck-0.8.tar.gz 2746 SHA256 1d41d772051eacae0b380dc63a93b9ae922744ebd3c769e1952e5c9a3164a781 SHA512 f7f5834055edb5922567879bc8e4379378ed537fa66180f5c7e0c9122d5ac91cfb3638868c257ab81696949186424b39c547308d4c622ac201d101c3580040f7 WHIRLPOOL 3009d47bcedcd94bdd9b2c6e4bdcebe052b488a0ee23c166a68f9a7965ec2c1da3677c4c02e388dd732ed3aaa4e2cb55b2356eec0de6cf27152ee9408d8e821f
diff --git a/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.1.ebuild b/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.1.ebuild
deleted file mode 100644
index ea2159aa3e8..00000000000
--- a/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="QuickCheck support for the Tasty test framework"
-HOMEPAGE="http://hackage.haskell.org/package/tasty-quickcheck"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/quickcheck-2.7:2=[profile?] <dev-haskell/quickcheck-3:2=[profile?]
- dev-haskell/tagged:=[profile?]
- >=dev-haskell/tasty-0.8:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.10
-"
diff --git a/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.ebuild b/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.ebuild
deleted file mode 100644
index 42e83f1281d..00000000000
--- a/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 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 Tasty test framework"
-HOMEPAGE="http://hackage.haskell.org/package/tasty-quickcheck"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/quickcheck-2.5:=[profile?] <dev-haskell/quickcheck-3:=[profile?]
- dev-haskell/random:=[profile?]
- dev-haskell/tagged:=[profile?]
- >=dev-haskell/tasty-0.8:=[profile?]
- >=dev-lang/ghc-6.10.4:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.10
-"