commit: ea265a449c75db3b5ddafaba661a0dce4e80f892 Author: Matt Smith <matt <AT> offtopica <DOT> uk> AuthorDate: Sat Aug 29 13:55:46 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Sep 2 22:43:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea265a44
dev-python/kaitaistruct: Update metadata.xml Add myself and the proxy-maintainer project as maintainers, and also add a description and some upstreams. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Matt Smith <matt <AT> offtopica.uk> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/kaitaistruct/metadata.xml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/dev-python/kaitaistruct/metadata.xml b/dev-python/kaitaistruct/metadata.xml index 97c6505eb5c..65d46603f15 100644 --- a/dev-python/kaitaistruct/metadata.xml +++ b/dev-python/kaitaistruct/metadata.xml @@ -1,6 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> - </pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Matt Smith</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription lang="en"> + Kaitai Struct is a declarative language used for + describe various binary data structures, laid out in + files or in memory: i.e. binary file formats, network + stream packet formats, etc. + </longdescription> + <upstream> + <remote-id type="github">kaitai-io/kaitai_struct_python_runtime</remote-id> + <remote-id type="pypi">mitmproxy</remote-id> + </upstream> +</pkgmetadata>
