jlec 15/06/07 15:34:09 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.6 dev-python/pyrax/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyrax/metadata.xml?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyrax/metadata.xml?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyrax/metadata.xml?r1=1.5&r2=1.6 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyrax/metadata.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- metadata.xml 3 Jun 2015 21:06:20 -0000 1.5 +++ metadata.xml 7 Jun 2015 15:34:09 -0000 1.6 @@ -1,21 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>python</herd> - <maintainer> - <email>[email protected]</email> - <name>Matthew Thode</name> - </maintainer> - <maintainer> - <email>[email protected]</email> - <name>Alex Brandt</name> - </maintainer> - <longdescription lang="en"> + <herd>python</herd> + <maintainer> + <email>[email protected]</email> + <name>Matthew Thode</name> + </maintainer> + <maintainer> + <email>[email protected]</email> + <name>Alex Brandt</name> + </maintainer> + <longdescription lang="en"> Python SDK for OpenStack/Rackspace APIs pyrax should work with most OpenStack-based cloud deployments, though it specifically targets the Rackspace public cloud. </longdescription> - <upstream> - <remote-id type="pypi">pyrax</remote-id> - </upstream> + <upstream> + <remote-id type="pypi">pyrax</remote-id> + <remote-id type="github">rackspace/pyrax</remote-id> + </upstream> </pkgmetadata> 1.23 dev-python/pyrax/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyrax/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyrax/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyrax/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyrax/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 3 Jun 2015 21:06:20 -0000 1.22 +++ ChangeLog 7 Jun 2015 15:34:09 -0000 1.23 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyrax # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrax/ChangeLog,v 1.22 2015/06/03 21:06:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrax/ChangeLog,v 1.23 2015/06/07 15:34:09 jlec Exp $ + + 07 Jun 2015; Justin Lecher <[email protected]> metadata.xml: + Add github to remote-id in metadata.xml 03 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add pypi to remote-id in metadata.xml
