diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-04 10:32:34 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-04 10:32:34 +0000 |
commit | e9aea50619d8e4227dce9be6b806609d252a5dc1 (patch) | |
tree | 825d9180dc791552436e26d6bb89302cf80c3dfe /media-gfx | |
parent | Add pypi to remote-id in metadata.xml (diff) | |
download | gentoo-2-e9aea50619d8e4227dce9be6b806609d252a5dc1.tar.gz gentoo-2-e9aea50619d8e4227dce9be6b806609d252a5dc1.tar.bz2 gentoo-2-e9aea50619d8e4227dce9be6b806609d252a5dc1.zip |
Add pypi to remote-id in metadata.xml
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/svg2rlg/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/svg2rlg/metadata.xml | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/media-gfx/svg2rlg/ChangeLog b/media-gfx/svg2rlg/ChangeLog index 5e739dbc8971..efee4d60dd76 100644 --- a/media-gfx/svg2rlg/ChangeLog +++ b/media-gfx/svg2rlg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/svg2rlg # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/svg2rlg/ChangeLog,v 1.8 2015/04/08 17:58:14 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/svg2rlg/ChangeLog,v 1.9 2015/06/04 10:32:34 jlec Exp $ + + 04 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Add pypi to remote-id in metadata.xml 08 Apr 2015; Michał Górny <mgorny@gentoo.org> svg2rlg-0.3.ebuild: Drop old Python implementations diff --git a/media-gfx/svg2rlg/metadata.xml b/media-gfx/svg2rlg/metadata.xml index e8d32a5c2ed1..edf9479ddd04 100644 --- a/media-gfx/svg2rlg/metadata.xml +++ b/media-gfx/svg2rlg/metadata.xml @@ -1,10 +1,12 @@ <?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"> The tool can be used as a console application to convert SVG to PDF files. </longdescription> + <upstream> + <remote-id type="pypi">svg2rlg</remote-id> + </upstream> </pkgmetadata> - |