mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -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>
22 lines
757 B
XML
22 lines
757 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>gentoo@chymera.eu</email>
|
|
<name>Horea Christian</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
YAPF is based off of 'clang-format', developed by Daniel Jasper.
|
|
In essence, the algorithm takes the code and reformats it to the best
|
|
formatting that conforms to the style guide, even if the original code
|
|
didn't violate the style guide.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="pypi">yapf</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|