commit: 26917dcd3c594be01693b710ddc772476a917021 Author: Diogo Pereira <sir.suriv <AT> gmail <DOT> com> AuthorDate: Wed Jun 27 21:37:26 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Jul 6 22:54:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26917dcd
dev-python/pyacoustid: update metadata - Add myself as proxied maintainer - Add upstream GitHub repository information Package-Manager: Portage-2.3.40, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/9063 dev-python/pyacoustid/metadata.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/dev-python/pyacoustid/metadata.xml b/dev-python/pyacoustid/metadata.xml index cc75a3ff517..2bc25277529 100644 --- a/dev-python/pyacoustid/metadata.xml +++ b/dev-python/pyacoustid/metadata.xml @@ -1,11 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> + <maintainer type="person"> + <email>[email protected]</email> + <name>Diogo Pereira</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> <longdescription lang="en"> Chromaprint and its associated Acoustid Web service make up a high-quality, open-source acoustic fingerprinting system. This package provides Python bindings for both the fingerprinting algorithm library, which is written in C but portable, and the Web service, which provides fingerprint lookups. </longdescription> <upstream> <remote-id type="pypi">pyacoustid</remote-id> + <remote-id type="github">beetbox/pyacoustid</remote-id> + <bugs-to>https://github.com/beetbox/pyacoustid/issues</bugs-to> </upstream> </pkgmetadata>
