From: Michael Orlitzky Date: Sun, 2 Feb 2020 20:04:38 +0000 (-0500) Subject: app-antivirus/clamav-unofficial-sigs: new revision to fix cosmetic issue. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f514f40099f79fb9fa68265cf7af20b71c760700;p=gentoo.git app-antivirus/clamav-unofficial-sigs: new revision to fix cosmetic issue. Our logrotate file was being installed with doins, leaving it with a ".logrotate" suffix on the live filesystem. This was harmless, but looks a bit weird. Now it's installed as "/etc/logrotate.d/${PN}". Closes: https://bugs.gentoo.org/707952 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Michael Orlitzky --- diff --git a/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r3.ebuild b/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r4.ebuild similarity index 98% rename from app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r3.ebuild rename to app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r4.ebuild index 88d2fd74ec5d..5125872c022a 100644 --- a/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r3.ebuild +++ b/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r4.ebuild @@ -33,7 +33,7 @@ src_install() { dosbin "${PN}.sh" insinto /etc/logrotate.d - doins "${FILESDIR}/${PN}.logrotate" + newins "${FILESDIR}/${PN}.logrotate" "${PN}" insinto "/etc/${PN}" doins config/{master,user}.conf