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 9B67A158086 for ; Thu, 14 Oct 2021 09:40:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC72CE091B; Thu, 14 Oct 2021 09:40:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4661E091B for ; Thu, 14 Oct 2021 09:40:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75C79342D20 for ; Thu, 14 Oct 2021 09:40:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BD05EC for ; Thu, 14 Oct 2021 09:40:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1634204442.4ee346b3979f6e562f3e6b2bf94858867f81c144.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/detox/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/detox/detox-1.4.2-r1.ebuild app-misc/detox/detox-1.4.2.ebuild app-misc/detox/detox-1.4.5-r1.ebuild app-misc/detox/detox-1.4.5.ebuild X-VCS-Directories: app-misc/detox/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4ee346b3979f6e562f3e6b2bf94858867f81c144 X-VCS-Branch: master Date: Thu, 14 Oct 2021 09:40:52 +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: bfa8e686-54f5-4672-86f9-c32ce79ecbf3 X-Archives-Hash: 9b7205ec69ca2eb0f73994551923f11c commit: 4ee346b3979f6e562f3e6b2bf94858867f81c144 Author: Sam James gentoo org> AuthorDate: Thu Oct 14 09:38:47 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 14 09:40:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ee346b3 app-misc/detox: install detoxrc Closes: https://bugs.gentoo.org/811945 Signed-off-by: Sam James gentoo.org> app-misc/detox/{detox-1.4.2.ebuild => detox-1.4.2-r1.ebuild} | 4 +++- app-misc/detox/{detox-1.4.5.ebuild => detox-1.4.5-r1.ebuild} | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app-misc/detox/detox-1.4.2.ebuild b/app-misc/detox/detox-1.4.2-r1.ebuild similarity index 91% rename from app-misc/detox/detox-1.4.2.ebuild rename to app-misc/detox/detox-1.4.2-r1.ebuild index d168fe1e4e0..549e71fe960 100644 --- a/app-misc/detox/detox-1.4.2.ebuild +++ b/app-misc/detox/detox-1.4.2-r1.ebuild @@ -38,5 +38,7 @@ src_prepare() { src_install() { default - dodoc etc/${PN}rc.sample + # bug #811945 + insinto /etc + newins etc/detoxrc.sample detoxrc } diff --git a/app-misc/detox/detox-1.4.5.ebuild b/app-misc/detox/detox-1.4.5-r1.ebuild similarity index 91% rename from app-misc/detox/detox-1.4.5.ebuild rename to app-misc/detox/detox-1.4.5-r1.ebuild index 14a57b781c0..d04bce3cb5c 100644 --- a/app-misc/detox/detox-1.4.5.ebuild +++ b/app-misc/detox/detox-1.4.5-r1.ebuild @@ -34,5 +34,7 @@ src_prepare() { src_install() { default - dodoc etc/${PN}rc.sample + # bug #811945 + insinto /etc + newins etc/detoxrc.sample detoxrc }