mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
The <remote-id> tag cannot contain arbitrary whitespace; pkgcheck was complaining about this, and the "Upstream" URL at https://packages.gentoo.org/packages/sci-mathematics/planarity is currently broken since there are extra %20 characters in it that make it point to a non-existing page. Closes: https://github.com/gentoo/gentoo/pull/38257 Signed-off-by: Emanuele Torre <torreemanuele6@gmail.com> Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
25 lines
797 B
XML
25 lines
797 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>mjo@gentoo.org</email>
|
|
</maintainer>
|
|
<!--
|
|
mjo: François maintained this package in the sage-on-gentoo overlay
|
|
long before I moved it into ::gentoo. You don't need an ACK from me
|
|
to merge his changes.
|
|
-->
|
|
<maintainer type="person" proxied="yes">
|
|
<email>frp.bissey@gmail.com</email>
|
|
<name>François Bissey</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
|
|
<upstream>
|
|
<remote-id type="github">graph-algorithms/edge-addition-planarity-suite</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|