mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -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>
24 lines
808 B
XML
24 lines
808 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<stabilize-allarches/>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>matt@offtopica.uk</email>
|
|
<name>Matt Smith</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</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">kaitaistruct</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|