jlec        15/06/06 10:09:00

  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/abstract-par/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/abstract-par/metadata.xml?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/abstract-par/metadata.xml?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/abstract-par/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/abstract-par/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml        25 Jul 2014 08:58:42 -0000      1.2
+++ metadata.xml        6 Jun 2015 10:09:00 -0000       1.3
@@ -3,20 +3,23 @@
 <pkgmetadata>
        <herd>haskell</herd>
        <longdescription>
-               The &#39;Par&#39; monad(s) offer an alternative
+               The 'Par' monad(s) offer an alternative
                parallel programming API to that provided by the
                @parallel@ package.
-               A &#39;Par&#39; monad allows the simple description of
+               A '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: a @Par@ monad supports forking
-               and simple communication in terms of &#39;IVar&#39;s.
+               and simple communication in terms of 'IVar's.
                This module is an interface module only. It
                provides a number of type clasess, but not an
                implementation.  The type classes separate different
                levels of @Par@ functionality.  See the
-               &quot;Control.Monad.Par.Class&quot; module for more details.
-               The &#39;monad-par&#39; library is one example of a
+               "Control.Monad.Par.Class" module for more details.
+               The 'monad-par' library is one example of a
                concrete library providing this interface.
        </longdescription>
+       <upstream>
+               <remote-id type="github">simonmar/monad-par</remote-id>
+       </upstream>
 </pkgmetadata>



1.6                  dev-haskell/abstract-par/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/abstract-par/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/abstract-par/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/abstract-par/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/abstract-par/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   23 May 2015 16:43:24 -0000      1.5
+++ ChangeLog   6 Jun 2015 10:09:00 -0000       1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/abstract-par
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/abstract-par/ChangeLog,v 1.5 
2015/05/23 16:43:24 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/abstract-par/ChangeLog,v 1.6 
2015/06/06 10:09:00 jlec Exp $
+
+  06 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
+  Add github to remote-id in metadata.xml
 
 *abstract-par-0.3.3-r1 (23 May 2015)
 




Reply via email to