jlec        15/06/06 11:05:07

  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/file-location/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/file-location/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml        25 Jul 2014 08:58:52 -0000      1.2
+++ metadata.xml        6 Jun 2015 11:05:07 -0000       1.3
@@ -5,7 +5,7 @@
        <longdescription>
                Common debugging/error/exception functions that give file 
location information
                
-               &gt; $(err &quot;OH NO!&quot;)
+               &gt; $(err "OH NO!")
                &gt;
                &gt; main:Main main.hs:16:1 OH NO!
                
@@ -27,10 +27,13 @@
                &gt; [1,2,3]
                
                Also there is a version of thrwIO that gives location 
information
-               &gt; ($(thrwIO) $ AException) `catch` \e -&gt; putStrLn 
(&quot;Caught &quot; ++ show (e :: AException))
+               &gt; ($(thrwIO) $ AException) `catch` \e -&gt; putStrLn 
("Caught " ++ show (e :: AException))
                &gt;
-               &gt; Caught AException &quot;main:Main test/main.hs:25:6&quot;
+               &gt; Caught AException "main:Main test/main.hs:25:6"
                
                See module for a listing of all the functions with short 
descriptions, and the homepage for some more examples 
https://github.com/gregwebs/ErrorLocation.hs
        </longdescription>
+       <upstream>
+               <remote-id type="github">gregwebs/FileLocation.hs</remote-id>
+       </upstream>
 </pkgmetadata>



1.6                  dev-haskell/file-location/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/file-location/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   3 Apr 2015 10:11:15 -0000       1.5
+++ ChangeLog   6 Jun 2015 11:05:07 -0000       1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/file-location
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/file-location/ChangeLog,v 1.5 
2015/04/03 10:11:15 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/file-location/ChangeLog,v 1.6 
2015/06/06 11:05:07 jlec Exp $
+
+  06 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
+  Add github to remote-id in metadata.xml
 
 *file-location-0.4.7.1 (03 Apr 2015)
 




Reply via email to