summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-haskell/threads/Manifest1
-rw-r--r--dev-haskell/threads/metadata.xml34
-rw-r--r--dev-haskell/threads/threads-0.5.1.6.ebuild29
-rw-r--r--profiles/package.mask1
4 files changed, 0 insertions, 65 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 )
-"
diff --git a/profiles/package.mask b/profiles/package.mask
index cdf314b02994..8922452c420f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -349,7 +349,6 @@ dev-haskell/text-metrics
dev-haskell/th-expand-syns
dev-haskell/th-orphans
dev-haskell/th-reify-many
-dev-haskell/threads
# hololeap <hololeap@protonmail.com> (2022-08-21)
# doctest-parallel does not currently work with Setup.hs (used internally by