jlec        15/06/06 12:37:38

  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.5                  dev-haskell/monad-control/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/monad-control/metadata.xml?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/monad-control/metadata.xml?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/monad-control/metadata.xml?r1=1.4&r2=1.5

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/monad-control/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml        25 Jul 2014 08:58:51 -0000      1.4
+++ metadata.xml        6 Jun 2015 12:37:37 -0000       1.5
@@ -11,7 +11,7 @@
                provides a wrapped version of @Control.Exception@ with types
                generalized from @IO@ to all monads in @MonadControlIO@.
                
-               Note that this package is a rewrite of Anders Kaseorg's 
@monad-peel@ library.
+               Note that this package is a rewrite of Anders Kaseorg's 
@monad-peel@ library.
                The main difference is that this package provides CPS style
                operators and exploits the @RankNTypes@ language extension to
                simplify most definitions.
@@ -25,10 +25,13 @@
                <https://github.com/basvandijk/bench-monad-peel-control>
        </longdescription>
        <use>
-                <flag name="instancest">If enabled this package will export
+               <flag name="instancest">If enabled this package will export
                 MonadBaseControl instances for the lazy and strict ST monad. 
If disabled these
-                instances are only exported when base >= 4.4. If enabled it is 
required that
+                instances are only exported when base &gt;= 4.4. If enabled it 
is required that
                 the transformer-base package exports MonadBase instances for 
ST. It will do
                 this by default.</flag>
        </use>
+       <upstream>
+               <remote-id type="github">basvandijk/monad-control</remote-id>
+       </upstream>
 </pkgmetadata>



1.19                 dev-haskell/monad-control/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/monad-control/ChangeLog?rev=1.19&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/monad-control/ChangeLog?rev=1.19&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/monad-control/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/monad-control/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   11 Mar 2015 12:28:27 -0000      1.18
+++ ChangeLog   6 Jun 2015 12:37:37 -0000       1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/monad-control
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/monad-control/ChangeLog,v 1.18 
2015/03/11 12:28:27 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/monad-control/ChangeLog,v 1.19 
2015/06/06 12:37:37 jlec Exp $
+
+  06 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
+  Add github to remote-id in metadata.xml
 
 *monad-control-1.0.0.4 (11 Mar 2015)
 




Reply via email to