From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1A5811382C5 for ; Tue, 26 May 2020 17:18:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36C91E0916; Tue, 26 May 2020 17:18:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 156B2E0916 for ; Tue, 26 May 2020 17:18:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D44D34EE0F for ; Tue, 26 May 2020 17:18:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28AA021E for ; Tue, 26 May 2020 17:18:31 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1590513507.4302dcdf804aa25a9f9f8eb9b0150ca8996af8ed.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/apt-cacher-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/apt-cacher-ng/apt-cacher-ng-3.5_p1-r1.ebuild net-misc/apt-cacher-ng/apt-cacher-ng-9999999.ebuild X-VCS-Directories: net-misc/apt-cacher-ng/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 4302dcdf804aa25a9f9f8eb9b0150ca8996af8ed X-VCS-Branch: master Date: Tue, 26 May 2020 17:18:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ec4edf8c-8ca3-4534-8d95-ecfa1e471618 X-Archives-Hash: 2c2e0698b22b724d7e6e0d7243101346 commit: 4302dcdf804aa25a9f9f8eb9b0150ca8996af8ed Author: Jeroen Roovers gentoo org> AuthorDate: Tue May 26 17:18:05 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue May 26 17:18:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4302dcdf net-misc/apt-cacher-ng: doins => newins Package-Manager: Portage-2.3.100, Repoman-2.3.22 Closes: https://bugs.gentoo.org/show_bug.cgi?id=725512 Signed-off-by: Jeroen Roovers gentoo.org> net-misc/apt-cacher-ng/apt-cacher-ng-3.5_p1-r1.ebuild | 2 +- net-misc/apt-cacher-ng/apt-cacher-ng-9999999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-3.5_p1-r1.ebuild b/net-misc/apt-cacher-ng/apt-cacher-ng-3.5_p1-r1.ebuild index 97eab60040b..f118d28f011 100644 --- a/net-misc/apt-cacher-ng/apt-cacher-ng-3.5_p1-r1.ebuild +++ b/net-misc/apt-cacher-ng/apt-cacher-ng-3.5_p1-r1.ebuild @@ -123,7 +123,7 @@ src_install() { # perl daily cron script dosbin scripts/expire-caller.pl insinto /etc/cron.daily - doins "${FILESDIR}"/cron.daily ${PN} + newins "${FILESDIR}"/cron.daily ${PN} # default configuration insinto /etc/${PN} diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-9999999.ebuild b/net-misc/apt-cacher-ng/apt-cacher-ng-9999999.ebuild index 9740af934f3..6ae025935bf 100644 --- a/net-misc/apt-cacher-ng/apt-cacher-ng-9999999.ebuild +++ b/net-misc/apt-cacher-ng/apt-cacher-ng-9999999.ebuild @@ -115,7 +115,7 @@ src_install() { # perl daily cron script dosbin scripts/expire-caller.pl insinto /etc/cron.daily - doins "${FILESDIR}"/cron.daily ${PN} + newins "${FILESDIR}"/cron.daily ${PN} # default configuration insinto /etc/${PN}