mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-15 03:27:39 -08:00
Normalize quoting, replace '>' with entities, replace unnecessary
entities, remove trailing empty lines.
Done via:
find -name metadata.xml -exec xml ed -P -L -d //none {} +
Signed-off-by: Michał Górny <mgorny@gentoo.org>
17 lines
644 B
XML
17 lines
644 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>prometheanfire@gentoo.org</email>
|
|
<name>Matthew Thode</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
This is a client library for Designate built on the Designate API. It provides a Python API (the designateclient module) and a command-line tool (designate).
|
|
</longdescription>
|
|
<stabilize-allarches/>
|
|
<upstream>
|
|
<remote-id type="github">openstack/python-designateclient</remote-id>
|
|
<remote-id type="pypi">python-designateclient</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|