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 3AC551382C5 for ; Sat, 27 Jun 2020 19:47:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FEDEE089B; Sat, 27 Jun 2020 19:47:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 56BECE089B for ; Sat, 27 Jun 2020 19:47:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1466D34F139 for ; Sat, 27 Jun 2020 19:47:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B299129A for ; Sat, 27 Jun 2020 19:47:48 +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: <1593287247.f96df9fce300e1568186a971a74e7902c7a4ecff.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/metadata.xml X-VCS-Directories: dev-util/chroot-wrapper/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: f96df9fce300e1568186a971a74e7902c7a4ecff X-VCS-Branch: master Date: Sat, 27 Jun 2020 19:47:48 +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: 080f7c31-cff7-49ac-ad77-1e774f39ea6b X-Archives-Hash: 2258c0c0333843f3be0d53b4bab6bb29 commit: f96df9fce300e1568186a971a74e7902c7a4ecff Author: Patrick McLean gentoo org> AuthorDate: Sat Jun 27 19:47:27 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Sat Jun 27 19:47:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f96df9fc dev-util/chroot-wrapper: New package Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Patrick McLean gentoo.org> dev-util/chroot-wrapper/Manifest | 1 + .../chroot-wrapper/chroot-wrapper-0.9.1.ebuild | 30 ++++++++++++++++++++++ dev-util/chroot-wrapper/metadata.xml | 8 ++++++ 3 files changed, 39 insertions(+) diff --git a/dev-util/chroot-wrapper/Manifest b/dev-util/chroot-wrapper/Manifest new file mode 100644 index 00000000000..b3efb81787a --- /dev/null +++ b/dev-util/chroot-wrapper/Manifest @@ -0,0 +1 @@ +DIST chroot-wrapper-0.9.1.tar.gz 12166 BLAKE2B 526c4c5630d603e726b27782433a19c67582afdae29e5775a34a5bc0e7ccff78523ad548f4645394863b1742e4f71a3755b1c371979470933eaa99a301623020 SHA512 c558f4abd14b083f4553cacd418de548cce1d73d46706485c57dc23fd3c8d7130933d50408a78bf621b39bbd9dc77dfbd1dbe5677e371dee5bf7840bc0fa645a diff --git a/dev-util/chroot-wrapper/chroot-wrapper-0.9.1.ebuild b/dev-util/chroot-wrapper/chroot-wrapper-0.9.1.ebuild new file mode 100644 index 00000000000..d5e93afab40 --- /dev/null +++ b/dev-util/chroot-wrapper/chroot-wrapper-0.9.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit linux-info + +DESCRIPTION="Wrapper for chroot to set up some bind mounts, namespaces, and control groups" +HOMEPAGE="https://github.com/chutz/chroot-wrapper" +SRC_URI="https://github.com/chutz/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=app-shells/bash-5.0 + sys-apps/util-linux + sys-apps/coreutils +" + +CONFIG_CHECK=" + ~TMPFS + ~IPC_NS + ~UTS_NS +" + +src_install() { + newsbin src/chroot-wrapper chr +} diff --git a/dev-util/chroot-wrapper/metadata.xml b/dev-util/chroot-wrapper/metadata.xml new file mode 100644 index 00000000000..126b9ca42a2 --- /dev/null +++ b/dev-util/chroot-wrapper/metadata.xml @@ -0,0 +1,8 @@ + + + + + Patrick McLean + chutzpah@gentoo.org + +