mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
- add active upstream maintainer - mark Jum Pattee as inactive - add changelog - sort upstream tags Signed-off-by: Filip Kobierski <fkobi@pm.me> Signed-off-by: Sam James <sam@gentoo.org>
25 lines
871 B
XML
25 lines
871 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<!-- maintainer-needed -->
|
|
<longdescription>
|
|
astyle is a code formatter for C, C++, and Java source code, with many
|
|
granular formatting options to assist in enforcing code formatting
|
|
standards in projects.
|
|
</longdescription>
|
|
<upstream>
|
|
<maintainer status="active">
|
|
<name>Andre Simon</name>
|
|
</maintainer>
|
|
<maintainer status="inactive">
|
|
<name>Jim Pattee</name>
|
|
<email>jimp03@email.com</email>
|
|
</maintainer>
|
|
<bugs-to>https://sourceforge.net/p/astyle/bugs/</bugs-to>
|
|
<doc>https://astyle.sourceforge.net/astyle.html</doc>
|
|
<changelog>https://astyle.sourceforge.net/news.html</changelog>
|
|
<remote-id type="gitlab">saalen/astyle</remote-id>
|
|
<remote-id type="sourceforge">astyle</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|