diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 23:30:43 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 23:42:58 +0100 |
commit | e2e6f7b230acba56be9209043d5c9a6202144adb (patch) | |
tree | aec9bfe5300dd41b51df2adb5e3e0cfa55b0dd32 /dev-haskell/tasty | |
parent | dev-haskell/tasty-smallcheck: drop old (diff) | |
download | gentoo-e2e6f7b230acba56be9209043d5c9a6202144adb.tar.gz gentoo-e2e6f7b230acba56be9209043d5c9a6202144adb.tar.bz2 gentoo-e2e6f7b230acba56be9209043d5c9a6202144adb.zip |
dev-haskell/tasty: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/tasty')
-rw-r--r-- | dev-haskell/tasty/Manifest | 4 | ||||
-rw-r--r-- | dev-haskell/tasty/files/tasty-0.11.0.4-unbounded-delays.patch | 26 | ||||
-rw-r--r-- | dev-haskell/tasty/metadata.xml | 3 | ||||
-rw-r--r-- | dev-haskell/tasty/tasty-0.11.0.4.ebuild | 35 | ||||
-rw-r--r-- | dev-haskell/tasty/tasty-0.3.1.ebuild | 35 | ||||
-rw-r--r-- | dev-haskell/tasty/tasty-0.5.2.ebuild | 35 | ||||
-rw-r--r-- | dev-haskell/tasty/tasty-0.8.1.2.ebuild | 32 |
7 files changed, 0 insertions, 170 deletions
diff --git a/dev-haskell/tasty/Manifest b/dev-haskell/tasty/Manifest index 8e043022a576..13870b85d4e9 100644 --- a/dev-haskell/tasty/Manifest +++ b/dev-haskell/tasty/Manifest @@ -1,5 +1 @@ -DIST tasty-0.11.0.4.tar.gz 26612 BLAKE2B e6058ec9a3e4442e822b4db17d79b464a98ceb021625281de47179bf6aa768bbb33f2024ba7b4bee2e6a61996769de2270357e7111ba6e8f7719dd3e7e9bc797 SHA512 8ccf7701829fdb42e367ac1e5805363d7489c770139f6e608d1240cec9e54517230166783a857480b70ca424f40f9ab83313e03e893d6d21503706a4c2e84e95 -DIST tasty-0.3.1.tar.gz 12145 BLAKE2B 338417c955c2b6e5072253d93c4e591c5f91f00292e845c6b50ca797376ec89ef4e42bc063c7774042d4e45274140c6d693f03a4ddbb783d2d4d215a0a8180c4 SHA512 aa727d8fcab7cbde07f721ad8eafc957f3fb6f01827a8ffc329bd1dba86bb40dbeb9e17c86becdd44aba592d57e29d07a5435ffbc8fabaa3c92fa0d0fa544e39 -DIST tasty-0.5.2.tar.gz 15369 BLAKE2B 857b844f04b1c14011e7b441334cc180b66817a523e0ea0373271e8eb0c0be7028394638cca8344b124a32ef190907be025fe8dc49ae9ad646e66473040b5434 SHA512 94116a4a12b842c4c136dfb5fff75e3843aa27c05fbad64e1752bd29b60691dbf12d093c5480e9c93d97ec1adbb98d579e63dd13921323e32e9127fb75bb3d37 -DIST tasty-0.8.1.2.tar.gz 23234 BLAKE2B 2bce9e12edc57d0ba769a3d10617d33233a378f6e9c686c9ce41b7c4e5153e67943ee9d6908000d8bb334aeda2e522877a209c18f7b5cbd6c9c93dfd5cc3cd20 SHA512 110c605cd8dae769a4ddd75f5940df5681eb1f38e005eaba72a4a9109637e3e8dedda7389dbac5a11fa8874da1f0551b7601cb7740efb8c6c6726e7a6ed10287 DIST tasty-1.2.3.tar.gz 49148 BLAKE2B 8de7436bca740e55a6592e833326b03f001823c74c8678ae5d38c2c836249a9af08321df6245573e5d060a25e9512c1f601a62978f2b3f22ee846d3cef72a829 SHA512 3922fc19c3ed74b1a39f8e6dc5fe243a955ab55d2e9d08d68b0932dfa0d16cb1efbc73bb2d793c1226d56986141494ce0490c9af70e7e612d07da64d5e2ee472 diff --git a/dev-haskell/tasty/files/tasty-0.11.0.4-unbounded-delays.patch b/dev-haskell/tasty/files/tasty-0.11.0.4-unbounded-delays.patch deleted file mode 100644 index ad265fdff295..000000000000 --- a/dev-haskell/tasty/files/tasty-0.11.0.4-unbounded-delays.patch +++ /dev/null @@ -1,26 +0,0 @@ -https://bugs.gentoo.org/702906 - -From 74e87fff6a4a830dc64d59f4baa1a5f6759c007c Mon Sep 17 00:00:00 2001 -From: Roman Cheplyaka <roma@ro-che.info> -Date: Fri, 5 May 2017 08:54:28 +0300 -Subject: [PATCH] Fix compatibility with the latest unbounded-delays - -Fixes #166 ---- - core/Test/Tasty/Run.hs | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/Test/Tasty/Run.hs -+++ b/Test/Tasty/Run.hs -@@ -15,7 +15,7 @@ import Control.Monad.State - import Control.Monad.Writer - import Control.Monad.Reader - import Control.Concurrent.STM --import Control.Concurrent.Timeout -+import Control.Concurrent.Timeout (timeout) - import Control.Concurrent.Async - import Control.Exception as E - import Control.Applicative --- -2.24.1 - diff --git a/dev-haskell/tasty/metadata.xml b/dev-haskell/tasty/metadata.xml index ab7ff66b4e9f..d8ef44b7ab0a 100644 --- a/dev-haskell/tasty/metadata.xml +++ b/dev-haskell/tasty/metadata.xml @@ -8,7 +8,4 @@ <longdescription> See <http://documentup.com/feuerbach/tasty> </longdescription> - <use> - <flag name="colors">Enable colorful output</flag> - </use> </pkgmetadata> diff --git a/dev-haskell/tasty/tasty-0.11.0.4.ebuild b/dev-haskell/tasty/tasty-0.11.0.4.ebuild deleted file mode 100644 index e90ded228495..000000000000 --- a/dev-haskell/tasty/tasty-0.11.0.4.ebuild +++ /dev/null @@ -1,35 +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="Modern and extensible testing framework" -HOMEPAGE="http://documentup.com/feuerbach/tasty" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -PATCHES=("${FILESDIR}"/${P}-unbounded-delays.patch) - -RDEPEND=">=dev-haskell/ansi-terminal-0.6.2:=[profile?] - >=dev-haskell/async-2.0:=[profile?] - >=dev-haskell/clock-0.4.4.0:=[profile?] - dev-haskell/mtl:=[profile?] - >=dev-haskell/optparse-applicative-0.11:=[profile?] - >=dev-haskell/regex-tdfa-1.1.8.2:=[profile?] - >=dev-haskell/stm-2.3:=[profile?] - >=dev-haskell/tagged-0.5:=[profile?] - >=dev-haskell/unbounded-delays-0.1:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.10 -" diff --git a/dev-haskell/tasty/tasty-0.3.1.ebuild b/dev-haskell/tasty/tasty-0.3.1.ebuild deleted file mode 100644 index 78242c8f3fbd..000000000000 --- a/dev-haskell/tasty/tasty-0.3.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.3.4.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Modern and extensible testing framework" -HOMEPAGE="https://hackage.haskell.org/package/tasty" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="+colors" - -RDEPEND="dev-haskell/mtl:=[profile?] - >=dev-haskell/optparse-applicative-0.6:=[profile?] - dev-haskell/regex-posix:=[profile?] - >=dev-haskell/stm-2.3:=[profile?] - >=dev-haskell/tagged-0.5:=[profile?] - >=dev-lang/ghc-6.10.4:= - colors? ( dev-haskell/ansi-terminal:=[profile?] ) -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.10 -" - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag colors colors) -} diff --git a/dev-haskell/tasty/tasty-0.5.2.ebuild b/dev-haskell/tasty/tasty-0.5.2.ebuild deleted file mode 100644 index 8a665e605788..000000000000 --- a/dev-haskell/tasty/tasty-0.5.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.3.5.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Modern and extensible testing framework" -HOMEPAGE="https://hackage.haskell.org/package/tasty" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="+colors" - -RDEPEND="dev-haskell/mtl:=[profile?] - >=dev-haskell/optparse-applicative-0.6:=[profile?] - dev-haskell/regex-posix:=[profile?] - >=dev-haskell/stm-2.3:=[profile?] - >=dev-haskell/tagged-0.5:=[profile?] - >=dev-lang/ghc-7.4.1:= - colors? ( dev-haskell/ansi-terminal:=[profile?] ) -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.10 -" - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag colors colors) -} diff --git a/dev-haskell/tasty/tasty-0.8.1.2.ebuild b/dev-haskell/tasty/tasty-0.8.1.2.ebuild deleted file mode 100644 index 42dba237037f..000000000000 --- a/dev-haskell/tasty/tasty-0.8.1.2.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.2.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Modern and extensible testing framework" -HOMEPAGE="http://documentup.com/feuerbach/tasty" -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.6.1:=[profile?] - >=dev-haskell/async-2.0:=[profile?] - dev-haskell/mtl:=[profile?] - >=dev-haskell/optparse-applicative-0.6:=[profile?] - >=dev-haskell/regex-tdfa-1.2:=[profile?] - >=dev-haskell/stm-2.3:=[profile?] - >=dev-haskell/tagged-0.5:=[profile?] - >=dev-haskell/unbounded-delays-0.1:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.10 -" |