Files
gentoo/app-admin/logrotate/metadata.xml
Filip Kobierski 260244efaf app-admin/logrotate: metadata: minor improvements
- remove default `lang="en"`
- remove generic global USE descriptions
- add bugs-to & changelog

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

31 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>base-system@gentoo.org</email>
<name>Gentoo Base System</name>
</maintainer>
<longdescription>
Logrotate allows for the automatic rotation compression, removal
and mailing of log files. Logrotate can be set to handle a log
file daily, weekly, monthly or when the log file gets to a certain
size.
</longdescription>
<longdescription lang="es">
Logrotate permite la rotación, compresión, eliminación y
notificación por correo electrónico de forma automática de ficheros
de registro (logs). Logrotate se puede configurar para gestionar
estos ficheros diariamente, semanalmente, mensualmente o cuando
su tamaño alcanza cierto valor.
</longdescription>
<use>
<flag name="cron">Installs cron file</flag>
</use>
<upstream>
<bugs-to>https://github.com/logrotate/logrotate/issues</bugs-to>
<changelog>https://github.com/logrotate/logrotate/releases</changelog>
<remote-id type="github">logrotate/logrotate</remote-id>
<remote-id type="cpe">cpe:/a:logrotate_project:logrotate</remote-id>
</upstream>
</pkgmetadata>