diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-30 23:48:22 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-31 05:10:34 +0100 |
commit | a92abffcd2b16d7ad3e3225c776096e73333f6b1 (patch) | |
tree | afa79553bbd129df9fcf4fa848bbc2d68dc6aa29 /dev-haskell | |
parent | dev-haskell/basement: drop 0.0.11 (diff) | |
download | gentoo-a92abffcd2b16d7ad3e3225c776096e73333f6b1.tar.gz gentoo-a92abffcd2b16d7ad3e3225c776096e73333f6b1.tar.bz2 gentoo-a92abffcd2b16d7ad3e3225c776096e73333f6b1.zip |
dev-haskell/test-framework: drop 0.8.2.0-r2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/test-framework/test-framework-0.8.2.0-r2.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/dev-haskell/test-framework/test-framework-0.8.2.0-r2.ebuild b/dev-haskell/test-framework/test-framework-0.8.2.0-r2.ebuild deleted file mode 100644 index 6b272d908245..000000000000 --- a/dev-haskell/test-framework/test-framework-0.8.2.0-r2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.5.5.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" # Broken test-suite: missing modules -inherit haskell-cabal - -DESCRIPTION="Framework for running and organising tests, with HUnit and QuickCheck support" -HOMEPAGE="http://haskell.github.io/test-framework/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RESTRICT="test" # tests are missing - -RDEPEND=">=dev-haskell/ansi-terminal-0.4.0:=[profile?] - >=dev-haskell/ansi-wl-pprint-0.5.1:=[profile?] <dev-haskell/ansi-wl-pprint-0.7:=[profile?] - >=dev-haskell/base-orphans-0.1:=[profile?] - >=dev-haskell/hostname-1.0:=[profile?] <dev-haskell/hostname-1.1:=[profile?] - >=dev-haskell/old-locale-1.0:=[profile?] <dev-haskell/old-locale-1.1:=[profile?] - >=dev-haskell/random-1.0:=[profile?] <dev-haskell/random-1.2:=[profile?] - >=dev-haskell/regex-posix-0.72:=[profile?] - >=dev-haskell/semigroups-0.18:=[profile?] - >=dev-haskell/xml-1.3.5:=[profile?] <dev-haskell/xml-1.4:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.10 -" - -src_prepare() { - default - - cabal_chdeps \ - 'ansi-terminal >= 0.4.0 && < 0.9' 'ansi-terminal >= 0.4.0' \ - 'base-orphans >= 0.1 && < 0.5' 'base-orphans >= 0.1' \ - 'containers >= 0.1 && < 0.6' 'containers >= 0.1' \ - 'semigroups >= 0.18 && < 0.19' 'semigroups >= 0.18' \ - 'QuickCheck >= 2.3 && < 2.10' 'QuickCheck >= 2.3' \ - 'regex-posix >= 0.72 && < 0.96' 'regex-posix >= 0.72' \ - 'time >= 1.1.2 && < 1.9' 'time >= 1.1.2' -} |