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 38658138359 for ; Wed, 15 Jul 2020 03:10:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AEA7E0866; Wed, 15 Jul 2020 03:10:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 3BDCDE0866 for ; Wed, 15 Jul 2020 03:10:48 +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 77D0034F024 for ; Wed, 15 Jul 2020 03:10:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BEB12A4 for ; Wed, 15 Jul 2020 03:10:42 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1594782626.a637e07a54dfd70f92c1f688d8ce99d2894f6e93.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/chroot-wrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/chroot-wrapper/Manifest dev-util/chroot-wrapper/chroot-wrapper-0.9.1.ebuild dev-util/chroot-wrapper/chroot-wrapper-0.9.2.ebuild X-VCS-Directories: dev-util/chroot-wrapper/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: a637e07a54dfd70f92c1f688d8ce99d2894f6e93 X-VCS-Branch: master Date: Wed, 15 Jul 2020 03:10:42 +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: f3a8734b-4b2f-4acb-94e6-92ecc0cb3479 X-Archives-Hash: 1dafccadaba9aa70cdebb696c44afbb9 commit: a637e07a54dfd70f92c1f688d8ce99d2894f6e93 Author: Patrick McLean gentoo org> AuthorDate: Wed Jul 15 03:10:26 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Wed Jul 15 03:10:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a637e07a dev-util/chroot-wrapper-0.9.2: version bump Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Patrick McLean gentoo.org> dev-util/chroot-wrapper/Manifest | 2 +- .../{chroot-wrapper-0.9.1.ebuild => chroot-wrapper-0.9.2.ebuild} | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-util/chroot-wrapper/Manifest b/dev-util/chroot-wrapper/Manifest index b3efb81787a..d1a54d88d88 100644 --- a/dev-util/chroot-wrapper/Manifest +++ b/dev-util/chroot-wrapper/Manifest @@ -1 +1 @@ -DIST chroot-wrapper-0.9.1.tar.gz 12166 BLAKE2B 526c4c5630d603e726b27782433a19c67582afdae29e5775a34a5bc0e7ccff78523ad548f4645394863b1742e4f71a3755b1c371979470933eaa99a301623020 SHA512 c558f4abd14b083f4553cacd418de548cce1d73d46706485c57dc23fd3c8d7130933d50408a78bf621b39bbd9dc77dfbd1dbe5677e371dee5bf7840bc0fa645a +DIST chroot-wrapper-0.9.2.tar.gz 12456 BLAKE2B 4a85cebbf2358e9349881d19f329eac9b82ed65bf1de9d7b8f44ecb57191a48cd550dd98398c704d60d445084b70894dc515815f6ef255b9065849a8f1f2bce8 SHA512 a40474f2022ab18683a040671cc7f6aa3bc59f86f5d6a1f68c173d721cb72e36464a8641aa7e0dd444ea181f96f88a8b5fdd73a70ec6d11ecf93f9f7068eecc8 diff --git a/dev-util/chroot-wrapper/chroot-wrapper-0.9.1.ebuild b/dev-util/chroot-wrapper/chroot-wrapper-0.9.2.ebuild similarity index 92% rename from dev-util/chroot-wrapper/chroot-wrapper-0.9.1.ebuild rename to dev-util/chroot-wrapper/chroot-wrapper-0.9.2.ebuild index d5e93afab40..65733fb3753 100644 --- a/dev-util/chroot-wrapper/chroot-wrapper-0.9.1.ebuild +++ b/dev-util/chroot-wrapper/chroot-wrapper-0.9.2.ebuild @@ -27,4 +27,6 @@ CONFIG_CHECK=" src_install() { newsbin src/chroot-wrapper chr + insinto /etc/chroot-wrapper + doins config.bash }