public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/threads: metadata.xml threads-0.5.0.2.ebuild ChangeLog
@ 2013-06-20  5:16 Alexander Vershilov (qnikst)
  0 siblings, 0 replies; only message in thread
From: Alexander Vershilov (qnikst) @ 2013-06-20  5:16 UTC (permalink / raw
  To: gentoo-commits

qnikst      13/06/20 05:16:16

  Added:                metadata.xml threads-0.5.0.2.ebuild ChangeLog
  Log:
  add 0.5.0.2 due to #473858
  
  (Portage version: 2.2.0_alpha181/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)

Revision  Changes    Path
1.1                  dev-haskell/threads/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/threads/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/threads/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<maintainer>
		<email>haskell@gentoo.org</email>
	</maintainer>
	<longdescription>
		This package provides functions to fork threads and
		wait for their result, whether it&#39;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>
</pkgmetadata>



1.1                  dev-haskell/threads/threads-0.5.0.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/threads/threads-0.5.0.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/threads/threads-0.5.0.2.ebuild?rev=1.1&content-type=text/plain

Index: threads-0.5.0.2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/threads/threads-0.5.0.2.ebuild,v 1.1 2013/06/20 05:16:16 qnikst Exp $

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
		)"



1.1                  dev-haskell/threads/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/threads/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/threads/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for dev-haskell/threads
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/threads/ChangeLog,v 1.1 2013/06/20 05:16:16 qnikst Exp $

*threads-0.5.0.2 (20 Jun 2013)

  20 Jun 2013; Alexander Vershilov <qnikst@gentoo.org> +metadata.xml,
  +threads-0.5.0.2.ebuild:
  add 0.5.0.2 due to #473858





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-20  5:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-20  5:16 [gentoo-commits] gentoo-x86 commit in dev-haskell/threads: metadata.xml threads-0.5.0.2.ebuild ChangeLog Alexander Vershilov (qnikst)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox