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 98B7E138334 for ; Thu, 18 Jul 2019 08:00:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD6ECE077A; Thu, 18 Jul 2019 08:00:23 +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 77032E077A for ; Thu, 18 Jul 2019 08:00:23 +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 81D24347FAB for ; Thu, 18 Jul 2019 08:00:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F33066F1 for ; Thu, 18 Jul 2019 08:00:04 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1563436713.8ccd3ca0b05411924c567e0938908d3fd83b809c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/charliecloud/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/charliecloud/charliecloud-0.10.ebuild sys-cluster/charliecloud/charliecloud-9999.ebuild sys-cluster/charliecloud/metadata.xml X-VCS-Directories: sys-cluster/charliecloud/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8ccd3ca0b05411924c567e0938908d3fd83b809c X-VCS-Branch: master Date: Thu, 18 Jul 2019 08:00:04 +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: 25dd18c7-c7cc-42a0-b611-7cd4bf46d7d7 X-Archives-Hash: a946cab814228c299c325732394ab94d commit: 8ccd3ca0b05411924c567e0938908d3fd83b809c Author: Oliver Freyermuth googlemail com> AuthorDate: Tue Jul 16 23:43:29 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jul 18 07:58:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ccd3ca0 sys-cluster/charliecloud: Add squashfuse USE-flag. Starting from version 0.10, a SquashFS container workflow is supported (runtime dependency). Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Oliver Freyermuth googlemail.com> Closes: https://github.com/gentoo/gentoo/pull/12458 Signed-off-by: Michał Górny gentoo.org> sys-cluster/charliecloud/charliecloud-0.10.ebuild | 3 ++- sys-cluster/charliecloud/charliecloud-9999.ebuild | 3 ++- sys-cluster/charliecloud/metadata.xml | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sys-cluster/charliecloud/charliecloud-0.10.ebuild b/sys-cluster/charliecloud/charliecloud-0.10.ebuild index fdf652c5e31..b5e0b1e21ce 100644 --- a/sys-cluster/charliecloud/charliecloud-0.10.ebuild +++ b/sys-cluster/charliecloud/charliecloud-0.10.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="https://hpc.github.io/charliecloud/" SLOT="0" LICENSE="Apache-2.0" -IUSE="doc examples +pv" +IUSE="doc examples +pv squashfuse" # Extensive test suite exists, but downloads container images # directly and via Docker and installs packages inside using apt/yum. @@ -32,6 +32,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} pv? ( sys-apps/pv ) + squashfuse? ( sys-fs/squashfuse ) " DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] diff --git a/sys-cluster/charliecloud/charliecloud-9999.ebuild b/sys-cluster/charliecloud/charliecloud-9999.ebuild index a10f56497f1..dae07ff3e27 100644 --- a/sys-cluster/charliecloud/charliecloud-9999.ebuild +++ b/sys-cluster/charliecloud/charliecloud-9999.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="https://hpc.github.io/charliecloud/" SLOT="0" LICENSE="Apache-2.0" -IUSE="doc examples +pv" +IUSE="doc examples +pv squashfuse" # Extensive test suite exists, but downloads container images # directly and via Docker and installs packages inside using apt/yum. @@ -32,6 +32,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} pv? ( sys-apps/pv ) + squashfuse? ( sys-fs/squashfuse ) " DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] diff --git a/sys-cluster/charliecloud/metadata.xml b/sys-cluster/charliecloud/metadata.xml index 6db8cc60e6a..584c3076690 100644 --- a/sys-cluster/charliecloud/metadata.xml +++ b/sys-cluster/charliecloud/metadata.xml @@ -18,5 +18,6 @@ Use sys-apps/pv to enable progress bar functionality + Use sys-fs/squashfuse for the SquashFS workflow