summaryrefslogtreecommitdiff
path: root/dev-haskell/threads
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-29 15:22:55 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-29 15:22:55 +0100
commit3a2444aaf0bafd5c58c0dc8dda102352f20c76d8 (patch)
tree055720c0e02ac3f8bc4255b6740f18ba32db1c54 /dev-haskell/threads
parentb94ab464dd0d948b7e7eac833b9bb51c03515918 (diff)
gentoo auto-resync : 29:09:2022 - 15:22:54
Diffstat (limited to 'dev-haskell/threads')
-rw-r--r--dev-haskell/threads/Manifest3
-rw-r--r--dev-haskell/threads/metadata.xml34
-rw-r--r--dev-haskell/threads/threads-0.5.1.6.ebuild29
3 files changed, 0 insertions, 66 deletions
diff --git a/dev-haskell/threads/Manifest b/dev-haskell/threads/Manifest
deleted file mode 100644
index fdee6729ae46..000000000000
--- a/dev-haskell/threads/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST threads-0.5.1.6.tar.gz 7406 BLAKE2B f2676d616f09e571e08a5e53671997483dc05d633444456b4227d28c0433ccd99c5c5117e8122a6ba0f389338b165ffc18a90c51222f199d90b2f2a704ecd7f1 SHA512 d34d97e5614f23afc5d2bb671c3979d779a9d0e29147a8bf25059f35ed562264302a3242224b022388e554177aa34455cb59dc640b2fa19ec452f15afac10525
-EBUILD threads-0.5.1.6.ebuild 742 BLAKE2B d063300952fe9ca761e72975e76d44231d4cd350ee799b6b478ac4e5342fef14b8d7fa64603c492d288559675abd15dfcb3e591e688534ca90ef762b7f3cf28a SHA512 7768d639edbee10f437ae3ccfa6fe3046dd4a853d9ad31b2d98db7cbcf8140771f2c6f427c22bbaf55bbd494d003d06a1443dbd84752d29ccef44357419093f0
-MISC metadata.xml 1019 BLAKE2B 37dd43e858f2f7d4d97b74b0710f6a22b4a193997ac52106609b74492e96e63d09d930d7b8d928b9b9c77fbd0762ebe8971e657e8e0e9d153bbfe2ac00517e56 SHA512 0591fd62f4965a4194e00486a7b38fdfdd874eb67854a53760fd15b34c8ef06b999dcad094bab8b5894bbeafb111ea831bea668d312468dd1005a2027872b637
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 )
-"