gentoo-ebuilds/net-irc/inspircd/metadata.xml
Filip Kobierski 475745829b
net-irc/inspircd: improve metadata
- remve default longdescription lang tag
- remove global USE descriptions for ldap,
  mysql, postgres and sqlite
- rework USE=maxminddb description
- add bugs-to & changelog

Signed-off-by: Filip Kobierski <fkobi@pm.me>
Part-of: https://github.com/gentoo/gentoo/pull/42564
Closes: https://github.com/gentoo/gentoo/pull/42564
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-22 10:55:10 +01:00

41 lines
1.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
InspIRCd is a modular Internet Relay Chat (IRC) server written in C++
for Linux, BSD, Windows and Mac OS X systems which was created from
scratch to be stable, modern and lightweight.
</longdescription>
<longdescription lang="es">
InspIRCd es un servidor Internet Relay Chat (IRC) escrito en C++
para sistemas Linux, BSD, Windows y Mac OS X que se creó desde cero
para ser estable, moderno y ligero.
</longdescription>
<use>
<flag name="argon2">Enable Argon2 hashes in modules</flag>
<flag name="gnutls">Enable TLS support</flag>
<flag name="log-json">Enable logging via JSON</flag>
<flag name="maxminddb">Enable geolocation support via <pkg>dev-libs/libmaxminddb</pkg></flag>
<flag name="mbedtls">Add support for TLS using the mbedTLS library</flag>
<flag name="pcre2">Add support for Perl Compatible Regular Expressions 2</flag>
<flag name="re2">Add support for Google RE2 regular expressions library</flag>
<flag name="regex-posix">Add support for POSIX Regular Expressions</flag>
<flag name="regex-stdlib">Add support for C++ stdlib regular expressions</flag>
<flag name="ssl">Enable SSL support</flag>
<flag name="sslrehashsignal">Enable rehashing SSL module by SIGUSR1</flag>
<flag name="tre">Enable support for TRE, a lightweight, robust, and efficient POSIX compliant regexp matching library</flag>
</use>
<upstream>
<bugs-to>https://github.com/inspircd/inspircd/issues</bugs-to>
<changelog>https://docs.inspircd.org</changelog>
<remote-id type="github">inspircd/inspircd</remote-id>
</upstream>
<maintainer type="person" proxied="yes">
<email>wadecline@hotmail.com</email>
<name>Wade Cline</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>