diff options
author | 2015-06-07 15:34:44 +0000 | |
---|---|---|
committer | 2015-06-07 15:34:44 +0000 | |
commit | fc23bc7a8941a04a114d287715545e8f576fe8e2 (patch) | |
tree | d56e1fb7b7bb29f2f1bde36bb1ae3b802e5d3368 /dev-python/pysaml2 | |
parent | Add github to remote-id in metadata.xml (diff) | |
download | gentoo-2-fc23bc7a8941a04a114d287715545e8f576fe8e2.tar.gz gentoo-2-fc23bc7a8941a04a114d287715545e8f576fe8e2.tar.bz2 gentoo-2-fc23bc7a8941a04a114d287715545e8f576fe8e2.zip |
Add github to remote-id in metadata.xml
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'dev-python/pysaml2')
-rw-r--r-- | dev-python/pysaml2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pysaml2/metadata.xml | 19 |
2 files changed, 14 insertions, 10 deletions
diff --git a/dev-python/pysaml2/ChangeLog b/dev-python/pysaml2/ChangeLog index 3614336dcc07..f5fe8bf063f9 100644 --- a/dev-python/pysaml2/ChangeLog +++ b/dev-python/pysaml2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pysaml2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysaml2/ChangeLog,v 1.3 2015/06/03 21:06:44 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysaml2/ChangeLog,v 1.4 2015/06/07 15:34:44 jlec Exp $ + + 07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Add github to remote-id in metadata.xml 03 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: Add pypi to remote-id in metadata.xml diff --git a/dev-python/pysaml2/metadata.xml b/dev-python/pysaml2/metadata.xml index 1544ee9273eb..7c2699cd6f44 100644 --- a/dev-python/pysaml2/metadata.xml +++ b/dev-python/pysaml2/metadata.xml @@ -1,15 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>openstack</herd> - <maintainer> - <email>prometheanfire@gentoo.org</email> - <name>Matthew Thode</name> - </maintainer> - <longdescription lang="en"> + <herd>openstack</herd> + <maintainer> + <email>prometheanfire@gentoo.org</email> + <name>Matthew Thode</name> + </maintainer> + <longdescription lang="en"> Python implementation of SAML Version 2 to be used in a WSGI environment </longdescription> - <upstream> - <remote-id type="pypi">pysaml2</remote-id> - </upstream> + <upstream> + <remote-id type="pypi">pysaml2</remote-id> + <remote-id type="github">rohe/pysaml2</remote-id> + </upstream> </pkgmetadata> |