jlec 15/06/06 10:14:36 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.3 dev-haskell/async/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/async/metadata.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/async/metadata.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/async/metadata.xml?r1=1.2&r2=1.3 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/async/metadata.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- metadata.xml 17 Mar 2013 16:10:42 -0000 1.2 +++ metadata.xml 6 Jun 2015 10:14:36 -0000 1.3 @@ -20,12 +20,12 @@ * When waiting for a thread to return a result, if the thread dies with an exception then the caller must either re-throw the exception - ('wait') or handle it ('waitCatch'); the + ('wait') or handle it ('waitCatch'); the exception cannot be ignored. * The API makes it possible to build a tree of threads that are automatically killed when - their parent dies (see 'withAsync'). + their parent dies (see 'withAsync'). Changes in 2.0.1.3: @@ -49,4 +49,7 @@ * Added @Concurrently@ (with @Applicative@ and @Alternative@ instances) </longdescription> + <upstream> + <remote-id type="github">simonmar/async</remote-id> + </upstream> </pkgmetadata> 1.10 dev-haskell/async/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/async/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/async/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/async/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/async/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 23 Dec 2014 03:56:43 -0000 1.9 +++ ChangeLog 6 Jun 2015 10:14:36 -0000 1.10 @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/async -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/async/ChangeLog,v 1.9 2014/12/23 03:56:43 gienah Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/async/ChangeLog,v 1.10 2015/06/06 10:14:36 jlec Exp $ + + 06 Jun 2015; Justin Lecher <[email protected]> metadata.xml: + Add github to remote-id in metadata.xml *async-2.0.2 (23 Dec 2014)
