diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:02:58 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:02:58 +0000 |
commit | 44c8ea35099356c1dc538c9970d0e41b71e58452 (patch) | |
tree | 8c73ec63b48ff32119e3d756507f419930908bd3 /media-gfx/pydot | |
parent | Add upstream remote-id annotations using tools by Corentin Chary, bug #406287. (diff) | |
download | historical-44c8ea35099356c1dc538c9970d0e41b71e58452.tar.gz historical-44c8ea35099356c1dc538c9970d0e41b71e58452.tar.bz2 historical-44c8ea35099356c1dc538c9970d0e41b71e58452.zip |
Add upstream remote-id annotations using tools by Corentin Chary, bug #406287.
Diffstat (limited to 'media-gfx/pydot')
-rw-r--r-- | media-gfx/pydot/metadata.xml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/media-gfx/pydot/metadata.xml b/media-gfx/pydot/metadata.xml index 08b1a683c254..d48dbc32c906 100644 --- a/media-gfx/pydot/metadata.xml +++ b/media-gfx/pydot/metadata.xml @@ -1,9 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>python</herd> -<maintainer> - <email>cedk@gentoo.org</email> -</maintainer> -<longdescription>Python bindings for Graphviz</longdescription> + <herd>python</herd> + <maintainer> + <email>cedk@gentoo.org</email> + </maintainer> + <longdescription>Python bindings for Graphviz</longdescription> + <upstream> + <remote-id type="google-code">pydot</remote-id> + </upstream> </pkgmetadata> |