diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-07 13:16:06 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-07 13:16:06 +0000 |
commit | cae3c09fbedf3d7819dfe45bf95c9bbc03624cb5 (patch) | |
tree | 1f667c4180f97df6d5f0834ad96bf8e789086e4c /dev-python/encore | |
parent | Add github to remote-id in metadata.xml (diff) | |
download | gentoo-2-cae3c09fbedf3d7819dfe45bf95c9bbc03624cb5.tar.gz gentoo-2-cae3c09fbedf3d7819dfe45bf95c9bbc03624cb5.tar.bz2 gentoo-2-cae3c09fbedf3d7819dfe45bf95c9bbc03624cb5.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/encore')
-rw-r--r-- | dev-python/encore/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/encore/metadata.xml | 11 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/encore/ChangeLog b/dev-python/encore/ChangeLog index 11cc21c32ab4..f433f8500026 100644 --- a/dev-python/encore/ChangeLog +++ b/dev-python/encore/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/encore # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/encore/ChangeLog,v 1.12 2015/04/08 08:05:02 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/encore/ChangeLog,v 1.13 2015/06/07 13:16:06 jlec Exp $ + + 07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Add github to remote-id in metadata.xml 08 Apr 2015; Michał Górny <mgorny@gentoo.org> encore-0.3.ebuild, encore-0.4.0.ebuild: diff --git a/dev-python/encore/metadata.xml b/dev-python/encore/metadata.xml index ab7f480e0886..c1fb9cafc0f3 100644 --- a/dev-python/encore/metadata.xml +++ b/dev-python/encore/metadata.xml @@ -1,14 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>python</herd> -<longdescription lang="en"> + <herd>python</herd> + <longdescription lang="en"> This package consists of a collection of core utility packages useful for building Python applications. This package is intended to be at the bottom of the software stack and have zero required external dependencies aside from the Python Standard Library. </longdescription> -<upstream> - <remote-id type="pypi">encore</remote-id> -</upstream> + <upstream> + <remote-id type="pypi">encore</remote-id> + <remote-id type="github">enthought/encore</remote-id> + </upstream> </pkgmetadata> |