mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 09:08:08 -07:00
- 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>
31 lines
1.2 KiB
XML
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>
|