From f514f40099f79fb9fa68265cf7af20b71c760700 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 2 Feb 2020 15:04:38 -0500 Subject: [PATCH] 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 --- ...s-6.0.1-r3.ebuild => clamav-unofficial-sigs-6.0.1-r4.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename app-antivirus/clamav-unofficial-sigs/{clamav-unofficial-sigs-6.0.1-r3.ebuild => clamav-unofficial-sigs-6.0.1-r4.ebuild} (98%) 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 -- 2.26.2