jlec 15/06/06 17:52:10 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/text/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text/metadata.xml?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text/metadata.xml?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text/metadata.xml?r1=1.4&r2=1.5 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/text/metadata.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- metadata.xml 25 Jul 2014 08:58:59 -0000 1.4 +++ metadata.xml 6 Jun 2015 17:52:10 -0000 1.5 @@ -7,15 +7,15 @@ An efficient packed, immutable Unicode text type (both strict and lazy), with a powerful loop fusion optimization framework. - The 'Text' type represents Unicode character strings, in a time and + The 'Text' type represents Unicode character strings, in a time and space-efficient manner. This package provides text processing capabilities that are optimized for performance critical use, both in terms of large data quantities and high speed. - The 'Text' type provides character-encoding, type-safe case + The 'Text' type provides character-encoding, type-safe case conversion via whole-string case conversion functions. It also - provides a range of functions for converting 'Text' values to and from - 'ByteStrings', using several standard encodings. + provides a range of functions for converting 'Text' values to and from + 'ByteStrings', using several standard encodings. Efficient locale-sensitive support for text IO is also supported. @@ -31,7 +31,10 @@ <http://hackage.haskell.org/package/text-icu> </longdescription> - <use> - <flag name='developer'>operate in developer mode</flag> - </use> + <use> + <flag name="developer">operate in developer mode</flag> + </use> + <upstream> + <remote-id type="github">bos/text</remote-id> + </upstream> </pkgmetadata> 1.48 dev-haskell/text/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text/ChangeLog?rev=1.48&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text/ChangeLog?rev=1.48&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text/ChangeLog?r1=1.47&r2=1.48 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/text/ChangeLog,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- ChangeLog 11 Mar 2015 11:53:29 -0000 1.47 +++ ChangeLog 6 Jun 2015 17:52:10 -0000 1.48 @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/text # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/ChangeLog,v 1.47 2015/03/11 11:53:29 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/ChangeLog,v 1.48 2015/06/06 17:52:10 jlec Exp $ + + 06 Jun 2015; Justin Lecher <[email protected]> metadata.xml: + Add github to remote-id in metadata.xml *text-1.2.0.4 (11 Mar 2015)
