mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-21 05:48:15 -07:00
Done via:
find -name metadata.xml -exec xml ed -P -L \
-a '/pkgmetadata/maintainer[substring(email,
string-length(email) - string-length("@gentoo.org") + 1)
!= "@gentoo.org"]' \
-t attr -n proxied -v yes {} +
Signed-off-by: Michał Górny <mgorny@gentoo.org>
21 lines
941 B
XML
21 lines
941 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>sir.suriv@gmail.com</email>
|
|
<name>Diogo Pereira</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</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>
|