Michał Górny 05f3b5ac7f
*/*: Add proxied="yes" for non-@gentoo.org people
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>
2021-03-16 17:42:19 +01:00

21 lines
1.1 KiB
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>william@ewpettersson.se</email>
<name>William Pettersson</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy maintainers</name>
</maintainer>
<longdescription>
Latexcodec provides a convenient way of going between text written in LaTeX and unicode. Since it is not a LaTeX compiler, it is more appropriate for short chunks of text, such as a paragraph or the values of a BibTeX entry, and it is not appropriate for a full LaTeX document. In particular, its behavior on the LaTeX commands that do not simply select characters is intended to allow the unicode representation to be understandable by a human reader, but is not canonical and may require hand tuning to produce the desired effect.
</longdescription>
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">latexcodec</remote-id>
<remote-id type="github">mcmtroffaes/latexcodec</remote-id>
</upstream>
</pkgmetadata>