jlec 15/06/06 10:41: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.5 dev-haskell/comonad/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/comonad/metadata.xml?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/comonad/metadata.xml?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/comonad/metadata.xml?r1=1.4&r2=1.5 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/comonad/metadata.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- metadata.xml 14 Dec 2014 08:40:30 -0000 1.4 +++ metadata.xml 6 Jun 2015 10:41:00 -0000 1.5 @@ -5,18 +5,21 @@ <longdescription> Haskell 98 comonads </longdescription> -<use> - <flag name='test-doctests'>Run the doctests test suite</flag> - <flag name='containers'>You can disable the use of the `containers` package + <use> + <flag name="test-doctests">Run the doctests test suite</flag> + <flag name="containers">You can disable the use of the `containers` package using `-f-containers`. Disabing this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.</flag> - <flag name='contravariant'>You can disable the use of the `contravariant` + <flag name="contravariant">You can disable the use of the `contravariant` package using `-f-contravariant`. Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users. If disabled we will not supply instances of `Contravariant`</flag> - <flag name='distributive'>You can disable the use of the `distributive` + <flag name="distributive">You can disable the use of the `distributive` package using `-f-distributive`. Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users. If disabled we will not supply instances of `Distributive`</flag> -</use> + </use> + <upstream> + <remote-id type="github">ekmett/comonad</remote-id> + </upstream> </pkgmetadata> 1.8 dev-haskell/comonad/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/comonad/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/comonad/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/comonad/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/comonad/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 3 Apr 2015 13:04:46 -0000 1.7 +++ ChangeLog 6 Jun 2015 10:41:00 -0000 1.8 @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/comonad # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/comonad/ChangeLog,v 1.7 2015/04/03 13:04:46 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/comonad/ChangeLog,v 1.8 2015/06/06 10:41:00 jlec Exp $ + + 06 Jun 2015; Justin Lecher <[email protected]> metadata.xml: + Add github to remote-id in metadata.xml *comonad-4.2.5 (03 Apr 2015)
