diff options
Diffstat (limited to 'dev-haskell/tasty-rerun')
-rw-r--r-- | dev-haskell/tasty-rerun/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/tasty-rerun/tasty-rerun-1.1.13-r1.ebuild | 39 | ||||
-rw-r--r-- | dev-haskell/tasty-rerun/tasty-rerun-1.1.5.ebuild | 32 | ||||
-rw-r--r-- | dev-haskell/tasty-rerun/tasty-rerun-1.1.6.ebuild | 32 |
4 files changed, 0 insertions, 106 deletions
diff --git a/dev-haskell/tasty-rerun/Manifest b/dev-haskell/tasty-rerun/Manifest index 0dadf9d477f6..e82bbe57da8e 100644 --- a/dev-haskell/tasty-rerun/Manifest +++ b/dev-haskell/tasty-rerun/Manifest @@ -1,4 +1 @@ -DIST tasty-rerun-1.1.13.tar.gz 5438 BLAKE2B acccd1774900d1e3ff74362224b54d80b2b5d105f909e03750f211bd9e92305a6c52999e655b63ff5c17e33af1a7a4eb6da932a03ebaa7ce9645b7c296f8c72b SHA512 43e5e5e23ebf50d5292ae95ca69a6669188a018934e451799ae14292bc88a3186534bb10e23c74178911089dee0379b3f782f9a14ff02c5e462478b1b3a19238 DIST tasty-rerun-1.1.17.tar.gz 6305 BLAKE2B 6e84088c39055f40e64c67d186917d3d9dde5839243584a045a0f4cadc7b7f0e81e3f046ec32e4fa13455f51fa1b287eef51ea60a17f95302caf8fa0f3130d5f SHA512 d65b35acb1b45a78a0bbe568a2118ea6580352a55b921f06974bdf59e363403f1590604e215840be990f5f18a5d8e75abd416e7d3d9b6b9f4c6c16532c31052d -DIST tasty-rerun-1.1.5.tar.gz 5376 BLAKE2B fe3723004d07e2836b83e85406580a5a74706c5f3cb6b445f575623c8ae1cd659ce8143e11891c4dbdf9b0b9f487b53d8ce64be61b16ba324a0d565bc6e25979 SHA512 becee5c62b425e57666c3cc9b65a7342b1af46e44212ade1360f0cd255cb909cfd9b049d88ff8238940760534479ce077f0e24526359545fff0ab849a0c0d7b7 -DIST tasty-rerun-1.1.6.tar.gz 5399 BLAKE2B 48e329b4f188d618b4a3a2b8eb94723fe0a3a883c64668ed36b7a099bcc86228eb3a0fe42173e8564f14942ab73a2637831b9da4ebf3a4dd4b312bda870fd860 SHA512 dc4db9a4dba424d9d948a4e44d4402b17ab363554493a68035ec0d94bfb6e9e2965e8c9c4b519a071707c70eabd7ea70a4f265f32983e35bf0ee64cd67948808 diff --git a/dev-haskell/tasty-rerun/tasty-rerun-1.1.13-r1.ebuild b/dev-haskell/tasty-rerun/tasty-rerun-1.1.13-r1.ebuild deleted file mode 100644 index 6fca3bdcd24f..000000000000 --- a/dev-haskell/tasty-rerun/tasty-rerun-1.1.13-r1.ebuild +++ /dev/null @@ -1,39 +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.6.9999 - -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/reducers-3.10.1:=[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-0.10:=[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.13' 'base >=4.6' \ - 'tasty >=0.10 && <1.2' 'tasty >=0.10' -} diff --git a/dev-haskell/tasty-rerun/tasty-rerun-1.1.5.ebuild b/dev-haskell/tasty-rerun/tasty-rerun-1.1.5.ebuild deleted file mode 100644 index 134e29980c17..000000000000 --- a/dev-haskell/tasty-rerun/tasty-rerun-1.1.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.4.6.9999 - -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/reducers-3.10.1:=[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-0.10:=[profile?] <dev-haskell/tasty-0.12:=[profile?] - >=dev-haskell/transformers-0.3.0.0:=[profile?] - >=dev-lang/ghc-7.6.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.16.0 -" diff --git a/dev-haskell/tasty-rerun/tasty-rerun-1.1.6.ebuild b/dev-haskell/tasty-rerun/tasty-rerun-1.1.6.ebuild deleted file mode 100644 index 1c5c7a841211..000000000000 --- a/dev-haskell/tasty-rerun/tasty-rerun-1.1.6.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# ebuild generated by hackport 0.5.9999 - -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/reducers-3.10.1:=[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-0.10:=[profile?] <dev-haskell/tasty-0.12:=[profile?] - >=dev-haskell/transformers-0.3.0.0:=[profile?] - >=dev-lang/ghc-7.6.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.16.0 -" |