mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-11 02:28:07 -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>
23 lines
833 B
XML
23 lines
833 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">
|
|
Imageio is a Python library that provides an easy interface to read
|
|
and write a wide range of image data, including animated images,
|
|
video, volumetric data, and scientific formats. It is cross-platform,
|
|
runs on Python 2.x and 3.x, and is easy to install.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">imageio/imageio</remote-id>
|
|
<remote-id type="pypi">imageio</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|