summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-haskell/threads
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-haskell/threads')
-rw-r--r--dev-haskell/threads/Manifest4
-rw-r--r--dev-haskell/threads/metadata.xml31
-rw-r--r--dev-haskell/threads/threads-0.5.0.2.ebuild36
-rw-r--r--dev-haskell/threads/threads-0.5.1.1.ebuild31
-rw-r--r--dev-haskell/threads/threads-0.5.1.2.ebuild29
-rw-r--r--dev-haskell/threads/threads-0.5.1.3.ebuild30
6 files changed, 161 insertions, 0 deletions
diff --git a/dev-haskell/threads/Manifest b/dev-haskell/threads/Manifest
new file mode 100644
index 000000000000..9a31c227b8b0
--- /dev/null
+++ b/dev-haskell/threads/Manifest
@@ -0,0 +1,4 @@
+DIST threads-0.5.0.2.tar.gz 7337 SHA256 559a0750565289de60bd6b26784d7978ee85c2662c84feeb504910539eac8c91 SHA512 396f639418cfd24f57bc481a2b79b82f7107e8b5c0c559d8f70373eeed7b2f3965e8c57a810d7a7049e2461f4b1bb3933110fbab46f0ed691aef85af48f5f621 WHIRLPOOL dc5cec0236185efa314ad87b226884bef4db3986c73c8822caa9eef1141d40bed319a3522ccf23857b7d1fb025340e8b80a9baa2443dd6f539bd7a3da58fddce
+DIST threads-0.5.1.1.tar.gz 7479 SHA256 3f08c3ba603dfe79266a660eafa24f9a1e32471f8e48ccd3644c3e7ef094dea4 SHA512 78c6bcc22f024b4c28db17947f123912ea2c7994eb54c645036badd747093bc28b6bf6fdb8b1ba2fe57020243ca709951a1aa2fe042690deb2ee9badb5fab74b WHIRLPOOL 36eff96676fdd355953e56858313d45b3a5eb4d89a448835d397395efa34a9d1277e82b20fd397be4e9cafaa5e8ecb950ea32d088243a2c2b4a31c0d346b23a3
+DIST threads-0.5.1.2.tar.gz 7418 SHA256 49a4d776b9c8c8d11467a95bab500cca8a3921251db977dffca42a6dd45702af SHA512 84954083f60c35306810fc04b9a03f6ddbdedd1d8ce633f2d32a5741f0c33cd00cc392cdb3e6b796fa4791a2488633aca775235415ab64021dfed1570cbfdcf5 WHIRLPOOL 1c0119f95d3feb9d95218270ef60b3b27e9b7e768ee83802c79a444c4898893c7b228a2942e6f6ed1d1c65094b4c3553f9839f0169d908211acec8ef6a8a1053
+DIST threads-0.5.1.3.tar.gz 7239 SHA256 02bd4c7597f77d0d5064db4031547cd7b4989f453c77d520223ba2b1b9846411 SHA512 1fc63f892598310537deedb090b263d04f37c1ddba0bbe7f4f9833b1077995d64b020463bc6db47d1d4e6cc5f2b560a3ee3584399800a0ffb9354eb4ad7d783b WHIRLPOOL 87a299bdc6d830c3c4d585c93d1bc859159f697328beba394a64affc25a0d4b166deb6e7019c4a245d14ad86aa6a1035de93f2dd0e637c6ee4f0379543cc8d5a
diff --git a/dev-haskell/threads/metadata.xml b/dev-haskell/threads/metadata.xml
new file mode 100644
index 000000000000..563f8dea4fd6
--- /dev/null
+++ b/dev-haskell/threads/metadata.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <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.0.2.ebuild b/dev-haskell/threads/threads-0.5.0.2.ebuild
new file mode 100644
index 000000000000..b5af6424aac2
--- /dev/null
+++ b/dev-haskell/threads/threads-0.5.0.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.2.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="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/base-unicode-symbols-0.1.1:=[profile?]
+ <dev-haskell/base-unicode-symbols-0.3:=[profile?]
+ >=dev-haskell/stm-2.1:=[profile?]
+ <dev-haskell/stm-2.5:=[profile?]
+ >=dev-lang/ghc-7.4.1:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.9.2
+ test? ( >=dev-haskell/concurrent-extra-0.5.1
+ <dev-haskell/concurrent-extra-0.8
+ >=dev-haskell/hunit-1.2.2
+ <dev-haskell/hunit-1.3
+ >=dev-haskell/test-framework-0.2.4
+ <dev-haskell/test-framework-0.9
+ >=dev-haskell/test-framework-hunit-0.2.4
+ <dev-haskell/test-framework-hunit-0.4
+ )"
diff --git a/dev-haskell/threads/threads-0.5.1.1.ebuild b/dev-haskell/threads/threads-0.5.1.1.ebuild
new file mode 100644
index 000000000000..dffcfdbdac3c
--- /dev/null
+++ b/dev-haskell/threads/threads-0.5.1.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.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="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/base-unicode-symbols-0.1.1:=[profile?] <dev-haskell/base-unicode-symbols-0.3:=[profile?]
+ >=dev-haskell/stm-2.1:=[profile?] <dev-haskell/stm-2.5:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.9.2
+ test? ( >=dev-haskell/concurrent-extra-0.5.1 <dev-haskell/concurrent-extra-0.8
+ >=dev-haskell/hunit-1.2.2 <dev-haskell/hunit-1.3
+ >=dev-haskell/test-framework-0.2.4 <dev-haskell/test-framework-0.9
+ >=dev-haskell/test-framework-hunit-0.2.4 <dev-haskell/test-framework-hunit-0.4 )
+"
diff --git a/dev-haskell/threads/threads-0.5.1.2.ebuild b/dev-haskell/threads/threads-0.5.1.2.ebuild
new file mode 100644
index 000000000000..fb956f751c21
--- /dev/null
+++ b/dev-haskell/threads/threads-0.5.1.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.2.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour" # UnicodeSyntax test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Fork threads and wait for their result"
+HOMEPAGE="https://github.com/basvandijk/threads"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RESTRICT=test # UnicodeSyntax
+
+RDEPEND=">=dev-haskell/base-unicode-symbols-0.1.1:=[profile?] <dev-haskell/base-unicode-symbols-0.3:=[profile?]
+ >=dev-haskell/stm-2.1:=[profile?] <dev-haskell/stm-2.5:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.9.2
+"
diff --git a/dev-haskell/threads/threads-0.5.1.3.ebuild b/dev-haskell/threads/threads-0.5.1.3.ebuild
new file mode 100644
index 000000000000..5b605febb711
--- /dev/null
+++ b/dev-haskell/threads/threads-0.5.1.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.4.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="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/stm-2.1:=[profile?] <dev-haskell/stm-2.5:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.9.2
+ test? ( >=dev-haskell/concurrent-extra-0.5.1 <dev-haskell/concurrent-extra-0.8
+ >=dev-haskell/hunit-1.2.2 <dev-haskell/hunit-1.3
+ >=dev-haskell/test-framework-0.2.4 <dev-haskell/test-framework-0.9
+ >=dev-haskell/test-framework-hunit-0.2.4 <dev-haskell/test-framework-hunit-0.4 )
+"