commit: 260244efaf1b0059c4a45b3ee68c6892e0587015 Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Sun Jun 8 13:14:06 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 22 13:07:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=260244ef
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 <AT> pm.me> Part-of: https://github.com/gentoo/gentoo/pull/42501 Signed-off-by: Sam James <sam <AT> gentoo.org> app-admin/logrotate/metadata.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-admin/logrotate/metadata.xml b/app-admin/logrotate/metadata.xml index 5fc3fca4708a..4f07f36161d8 100644 --- a/app-admin/logrotate/metadata.xml +++ b/app-admin/logrotate/metadata.xml @@ -5,7 +5,7 @@ <email>[email protected]</email> <name>Gentoo Base System</name> </maintainer> - <longdescription lang="en"> + <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 @@ -19,11 +19,11 @@ su tamaƱo alcanza cierto valor. </longdescription> <use> - <flag name="acl">Installs acl support</flag> <flag name="cron">Installs cron file</flag> - <flag name="selinux">Installs Security Enhanced Linux support</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>
