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 2E27F1382C5 for ; Sun, 4 Apr 2021 18:55:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AD58E0875; Sun, 4 Apr 2021 18:55:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 34CC4E0875 for ; Sun, 4 Apr 2021 18:55:28 +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 211D9335CB7 for ; Sun, 4 Apr 2021 18:55:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B094645 for ; Sun, 4 Apr 2021 18:55:23 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1617562507.049fae94b71ae110b46a3e535a590fb70cea3c5c.asturm@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.21.ebuild sys-cluster/charliecloud/charliecloud-0.22.ebuild sys-cluster/charliecloud/charliecloud-9999.ebuild X-VCS-Directories: sys-cluster/charliecloud/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 049fae94b71ae110b46a3e535a590fb70cea3c5c X-VCS-Branch: master Date: Sun, 4 Apr 2021 18:55:23 +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: 109b8043-ee33-4901-995c-8a1bb8c02582 X-Archives-Hash: bd36240a62b67d4a6dced3532e5a6948 commit: 049fae94b71ae110b46a3e535a590fb70cea3c5c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 3 11:10:36 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 4 18:55:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=049fae94 sys-cluster/charliecloud: Drop superfluous optfeature header Signed-off-by: Andreas Sturmlechner gentoo.org> sys-cluster/charliecloud/charliecloud-0.21.ebuild | 8 ++------ sys-cluster/charliecloud/charliecloud-0.22.ebuild | 6 +----- sys-cluster/charliecloud/charliecloud-9999.ebuild | 8 ++------ 3 files changed, 5 insertions(+), 17 deletions(-) diff --git a/sys-cluster/charliecloud/charliecloud-0.21.ebuild b/sys-cluster/charliecloud/charliecloud-0.21.ebuild index 70b793a6a2f..b9628597125 100644 --- a/sys-cluster/charliecloud/charliecloud-0.21.ebuild +++ b/sys-cluster/charliecloud/charliecloud-0.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -67,11 +67,7 @@ src_configure() { } pkg_postinst() { - elog "Various builders are supported, as alternative " - elog "to the internal ch-image. The following packages " - elog "can be installed to get the corresponding support " - elog "and related functionality." - + elog "Various builders are supported, as alternative to the internal ch-image." optfeature "Building with Buildah" app-emulation/buildah optfeature "Building with Docker" app-emulation/docker optfeature "Progress bars during long operations" sys-apps/pv diff --git a/sys-cluster/charliecloud/charliecloud-0.22.ebuild b/sys-cluster/charliecloud/charliecloud-0.22.ebuild index 828e7a1e5d3..b9628597125 100644 --- a/sys-cluster/charliecloud/charliecloud-0.22.ebuild +++ b/sys-cluster/charliecloud/charliecloud-0.22.ebuild @@ -67,11 +67,7 @@ src_configure() { } pkg_postinst() { - elog "Various builders are supported, as alternative " - elog "to the internal ch-image. The following packages " - elog "can be installed to get the corresponding support " - elog "and related functionality." - + elog "Various builders are supported, as alternative to the internal ch-image." optfeature "Building with Buildah" app-emulation/buildah optfeature "Building with Docker" app-emulation/docker optfeature "Progress bars during long operations" sys-apps/pv diff --git a/sys-cluster/charliecloud/charliecloud-9999.ebuild b/sys-cluster/charliecloud/charliecloud-9999.ebuild index 70b793a6a2f..b9628597125 100644 --- a/sys-cluster/charliecloud/charliecloud-9999.ebuild +++ b/sys-cluster/charliecloud/charliecloud-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -67,11 +67,7 @@ src_configure() { } pkg_postinst() { - elog "Various builders are supported, as alternative " - elog "to the internal ch-image. The following packages " - elog "can be installed to get the corresponding support " - elog "and related functionality." - + elog "Various builders are supported, as alternative to the internal ch-image." optfeature "Building with Buildah" app-emulation/buildah optfeature "Building with Docker" app-emulation/docker optfeature "Progress bars during long operations" sys-apps/pv