summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatoro <matoro@users.noreply.github.com>2022-07-30 23:24:56 -0400
committerSam James <sam@gentoo.org>2022-07-31 05:10:33 +0100
commit5c6839b6731c0f4fd5ba26751f3e499b7b98ae06 (patch)
treeea0e23eca09794e6ae001febd9fe8ed632e06203
parentdev-haskell/regex-base: drop 0.94.0.0 (diff)
downloadgentoo-5c6839b6731c0f4fd5ba26751f3e499b7b98ae06.tar.gz
gentoo-5c6839b6731c0f4fd5ba26751f3e499b7b98ae06.tar.bz2
gentoo-5c6839b6731c0f4fd5ba26751f3e499b7b98ae06.zip
dev-haskell/hspec-core: drop 2.7.1
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-haskell/hspec-core/Manifest1
-rw-r--r--dev-haskell/hspec-core/hspec-core-2.7.1.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/dev-haskell/hspec-core/Manifest b/dev-haskell/hspec-core/Manifest
index 1ec2d68bd0b0..9e1dd8f33272 100644
--- a/dev-haskell/hspec-core/Manifest
+++ b/dev-haskell/hspec-core/Manifest
@@ -1,2 +1 @@
-DIST hspec-core-2.7.1.tar.gz 58835 BLAKE2B b6fa09a26c6adaf25f99d6fc3b1df80ea5407f6e8963c16473b4c98ccff694457131a9c7c35e5250beee47a03fb1c695d74f33be335623340a2d729b6221cdff SHA512 5ab0925566c3b6f05480bd4e464ca32e0a212b4b4ff439d02b3df5b75b23b45ca0c63bab8398ebeeedce0ba30bb653b1ea85df2b7e6e3a058cb4413dc1c53ee2
DIST hspec-core-2.9.4.tar.gz 79521 BLAKE2B c403787898de2296506cd2906641c2d91f3a4cee4cdab69e7e63e2ebab26a5729b37e938001992cccc76930ad5d4e39c0f204064ea542a2ca979b58acce77fdd SHA512 55859f3a6db6ca855a560b7b16f001784a81f6a70061374d58841fe0d6bdb99e98b522df03677ea132222ad6c96b3fed8d87aedb96dfde5326b7e6fde238e387
diff --git a/dev-haskell/hspec-core/hspec-core-2.7.1.ebuild b/dev-haskell/hspec-core/hspec-core-2.7.1.ebuild
deleted file mode 100644
index d93f992ae506..000000000000
--- a/dev-haskell/hspec-core/hspec-core-2.7.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.1.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="A Testing Framework for Haskell"
-HOMEPAGE="http://hspec.github.io/"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/ansi-terminal-0.5:=[profile?]
- dev-haskell/call-stack:=[profile?]
- >=dev-haskell/clock-0.7.1:=[profile?]
- >=dev-haskell/hspec-expectations-0.8.2:=[profile?] <dev-haskell/hspec-expectations-0.8.3:=[profile?]
- >=dev-haskell/hunit-1.6:=[profile?] <dev-haskell/hunit-1.7:=[profile?]
- >=dev-haskell/quickcheck-2.13.1:2=[profile?]
- >=dev-haskell/quickcheck-io-0.2.0:=[profile?]
- dev-haskell/random:=[profile?]
- dev-haskell/setenv:=[profile?]
- >=dev-haskell/stm-2.2:=[profile?]
- dev-haskell/tf-random:=[profile?]
- >=dev-lang/ghc-7.8.2:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.18.1.3
- test? ( >=dev-haskell/hspec-meta-2.3.2
- >=dev-haskell/silently-1.2.4
- dev-haskell/temporary )
-"