diff options
author | 2022-09-29 09:43:41 +0200 | |
---|---|---|
committer | 2022-09-29 09:43:41 +0200 | |
commit | 38bd3a90e1015374a0538604d2b30e968324f17b (patch) | |
tree | 17286238fdb0ca0428695b58706d4a1f40fcdd19 /dev-haskell/threads | |
parent | dev-haskell/validity: Remove last-rited pkg (diff) | |
download | gentoo-38bd3a90e1015374a0538604d2b30e968324f17b.tar.gz gentoo-38bd3a90e1015374a0538604d2b30e968324f17b.tar.bz2 gentoo-38bd3a90e1015374a0538604d2b30e968324f17b.zip |
dev-haskell/threads: Remove last-rited pkg
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-haskell/threads')
-rw-r--r-- | dev-haskell/threads/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/threads/metadata.xml | 34 | ||||
-rw-r--r-- | dev-haskell/threads/threads-0.5.1.6.ebuild | 29 |
3 files changed, 0 insertions, 64 deletions
diff --git a/dev-haskell/threads/Manifest b/dev-haskell/threads/Manifest deleted file mode 100644 index a8a5fb830dd2..000000000000 --- a/dev-haskell/threads/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST threads-0.5.1.6.tar.gz 7406 BLAKE2B f2676d616f09e571e08a5e53671997483dc05d633444456b4227d28c0433ccd99c5c5117e8122a6ba0f389338b165ffc18a90c51222f199d90b2f2a704ecd7f1 SHA512 d34d97e5614f23afc5d2bb671c3979d779a9d0e29147a8bf25059f35ed562264302a3242224b022388e554177aa34455cb59dc640b2fa19ec452f15afac10525 diff --git a/dev-haskell/threads/metadata.xml b/dev-haskell/threads/metadata.xml deleted file mode 100644 index b9e0f49e9a65..000000000000 --- a/dev-haskell/threads/metadata.xml +++ /dev/null @@ -1,34 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>haskell@gentoo.org</email> - <name>Gentoo Haskell</name> - </maintainer> - <longdescription> - This package provides functions to fork threads and - wait for their result, whether it's an exception or a - normal value. - - Besides waiting for the termination of a single thread - this packages also provides functions to wait for a - group of threads to terminate. - - This package is similar to the - @threadmanager@, @async@ and @spawn@ packages. - The advantages of this package are: - - * Simpler API. - - * More efficient in both space and time. - - * No space-leak when forking a large number of threads. - - * Correct handling of asynchronous exceptions. - - * GHC specific functionality like @forkOn@ and @forkIOWithUnmask@. - </longdescription> - <upstream> - <remote-id type="github">basvandijk/threads</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-haskell/threads/threads-0.5.1.6.ebuild b/dev-haskell/threads/threads-0.5.1.6.ebuild deleted file mode 100644 index 2a0d6593702f..000000000000 --- a/dev-haskell/threads/threads-0.5.1.6.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# ebuild generated by hackport 0.5.5.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Fork threads and wait for their result" -HOMEPAGE="https://github.com/basvandijk/threads" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/stm-2.1:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.12 - test? ( >=dev-haskell/concurrent-extra-0.5.1 - >=dev-haskell/hunit-1.2.2 - >=dev-haskell/test-framework-0.2.4 - >=dev-haskell/test-framework-hunit-0.2.4 ) -" |