diff options
author | Jack Todaro <solpeth@posteo.org> | 2022-07-30 14:42:58 +1000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-30 06:21:32 +0100 |
commit | 00d5a2dbc3a755650428d9a9c6adbca9c93c7c35 (patch) | |
tree | 5692e683c1862e1a55a1a6c8e20bbc3714f831c5 /dev-haskell/tasty-rerun | |
parent | dev-haskell/tasty-rerun: add 1.1.18 (diff) | |
download | gentoo-00d5a2dbc3a755650428d9a9c6adbca9c93c7c35.tar.gz gentoo-00d5a2dbc3a755650428d9a9c6adbca9c93c7c35.tar.bz2 gentoo-00d5a2dbc3a755650428d9a9c6adbca9c93c7c35.zip |
dev-haskell/tasty-rerun: drop 1.1.17
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/tasty-rerun')
-rw-r--r-- | dev-haskell/tasty-rerun/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/tasty-rerun/tasty-rerun-1.1.17.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/dev-haskell/tasty-rerun/Manifest b/dev-haskell/tasty-rerun/Manifest index 98d33cfe3b17..d9b0274482d1 100644 --- a/dev-haskell/tasty-rerun/Manifest +++ b/dev-haskell/tasty-rerun/Manifest @@ -1,2 +1 @@ -DIST tasty-rerun-1.1.17.tar.gz 6305 BLAKE2B 6e84088c39055f40e64c67d186917d3d9dde5839243584a045a0f4cadc7b7f0e81e3f046ec32e4fa13455f51fa1b287eef51ea60a17f95302caf8fa0f3130d5f SHA512 d65b35acb1b45a78a0bbe568a2118ea6580352a55b921f06974bdf59e363403f1590604e215840be990f5f18a5d8e75abd416e7d3d9b6b9f4c6c16532c31052d DIST tasty-rerun-1.1.18.tar.gz 6388 BLAKE2B 795cfa825ae49e5a91e8b25ebb1910092f2927484b52500048740b95c2511981a16bc5202182cd18e8d85676d21a8f956183508be2c9eb1257427c6328fee550 SHA512 82672a8d2f37a56e9867bb6fa2b8c79dc40869262a1853b51067e9cf463aef78c4aa3d69cda32a06c3d226ef18c951789845e57a82cbad880f29d5415a659ced diff --git a/dev-haskell/tasty-rerun/tasty-rerun-1.1.17.ebuild b/dev-haskell/tasty-rerun/tasty-rerun-1.1.17.ebuild deleted file mode 100644 index 481cd77335de..000000000000 --- a/dev-haskell/tasty-rerun/tasty-rerun-1.1.17.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.2 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Run tests by filtering the tests depending on the result of previous runs" -HOMEPAGE="https://github.com/ocharles/tasty-rerun" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/mtl-2.1.2:=[profile?] - >=dev-haskell/optparse-applicative-0.6:=[profile?] - >=dev-haskell/split-0.1:=[profile?] <dev-haskell/split-0.3:=[profile?] - >=dev-haskell/stm-2.4.2:=[profile?] - >=dev-haskell/tagged-0.7:=[profile?] <dev-haskell/tagged-0.9:=[profile?] - >=dev-haskell/tasty-1.2:=[profile?] - >=dev-lang/ghc-7.8.2:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.18.1.3 -" - -src_prepare() { - default - - cabal_chdeps \ - 'base >=4.6 && <4.14' 'base >=4.6' \ - 'tasty >=1.2 && <1.3' 'tasty >=1.2' -} |