jlec 15/06/06 12:46:23 Modified: metadata.xml ChangeLog Log: Add github to remote-id in metadata.xml (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.4 dev-haskell/monad-par/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/monad-par/metadata.xml?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/monad-par/metadata.xml?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/monad-par/metadata.xml?r1=1.3&r2=1.4 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/monad-par/metadata.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- metadata.xml 25 Jul 2014 08:58:21 -0000 1.3 +++ metadata.xml 6 Jun 2015 12:46:23 -0000 1.4 @@ -5,11 +5,11 @@ <longdescription> This library offers an alternative parallel programming API to that provided by the @parallel@ package. - The 'Par' monad allows the simple description of + The 'Par' monad allows the simple description of parallel computations, and can be used to add parallelism to pure Haskell code. The basic API is straightforward: the monad supports forking - and simple communication in terms of 'IVar's. + and simple communication in terms of 'IVar's. The library comes with an efficient work-stealing implementation, but the internals are also exposed so that you can build your own scheduler @@ -20,4 +20,7 @@ <use> <flag name="chaselev">Use Chase-Lev Deques for higher-perf work-stealing.</flag> </use> + <upstream> + <remote-id type="github">simonmar/monad-par</remote-id> + </upstream> </pkgmetadata> 1.6 dev-haskell/monad-par/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/monad-par/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/monad-par/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/monad-par/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/monad-par/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 13 Dec 2014 14:56:03 -0000 1.5 +++ ChangeLog 6 Jun 2015 12:46:23 -0000 1.6 @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/monad-par -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/monad-par/ChangeLog,v 1.5 2014/12/13 14:56:03 gienah Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/monad-par/ChangeLog,v 1.6 2015/06/06 12:46:23 jlec Exp $ + + 06 Jun 2015; Justin Lecher <[email protected]> metadata.xml: + Add github to remote-id in metadata.xml *monad-par-0.3.4.7 (13 Dec 2014)
