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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3CB7B15808B for ; Sun, 20 Mar 2022 22:44:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75436E07EE; Sun, 20 Mar 2022 22:44:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E42AAE07EE for ; Sun, 20 Mar 2022 22:44:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80EA7342C99 for ; Sun, 20 Mar 2022 22:44:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B06CF290 for ; Sun, 20 Mar 2022 22:44:03 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1647816160.4ffa931b860b63fab7371e9ae96ca696a3324c2f.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/apptainer/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/apptainer/Manifest app-containers/apptainer/apptainer-1.0.0.ebuild app-containers/apptainer/apptainer-1.0.1.ebuild X-VCS-Directories: app-containers/apptainer/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 4ffa931b860b63fab7371e9ae96ca696a3324c2f X-VCS-Branch: master Date: Sun, 20 Mar 2022 22:44:03 +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: b97e827e-d1b5-41b4-bcdf-ac02853da347 X-Archives-Hash: 4a907d942b42676e9be7d7018a5dae57 commit: 4ffa931b860b63fab7371e9ae96ca696a3324c2f Author: Marek Szuba gentoo org> AuthorDate: Sun Mar 20 21:57:37 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sun Mar 20 22:42:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ffa931b app-containers/apptainer: add 1.0.1, drop 1.0.0 Signed-off-by: Marek Szuba gentoo.org> app-containers/apptainer/Manifest | 2 +- .../apptainer/{apptainer-1.0.0.ebuild => apptainer-1.0.1.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app-containers/apptainer/Manifest b/app-containers/apptainer/Manifest index 2a0979900d11..3473e30ba936 100644 --- a/app-containers/apptainer/Manifest +++ b/app-containers/apptainer/Manifest @@ -1 +1 @@ -DIST apptainer-1.0.0.tar.gz 11978144 BLAKE2B ca2444fedbd669e6da1a9bbc7c1561dfa8ddebcf82e14ce3233e7e4bbb743eb4b4289aeb1977afe4871ee3abc453ed61821fc25f5b28a0dbfe708253ec031fd9 SHA512 c772b9286d54b21112dba98b7361fac7e1661616643851dc12f58b2565a51d145806f8e5b5dc635b357526e5d270bea096498dcd6c40635530ec3beced6f582f +DIST apptainer-1.0.1.tar.gz 11977965 BLAKE2B ba0187c82321583825210f418744add120b682af3f14ee6d8071b927cd884b7e58f67f891ccc53c0d7d98bd786a27abcc26b2bafe79ed723a2f4f38a8e1a344b SHA512 273e94a348be2eaf83cf14b4c72a571670a9fa5cd185a90a0f557ba58ea7eb90d3a0f4bdb749673b0009e2291dd994dc715223c38ce82f9fcd6bf142e7692363 diff --git a/app-containers/apptainer/apptainer-1.0.0.ebuild b/app-containers/apptainer/apptainer-1.0.1.ebuild similarity index 100% rename from app-containers/apptainer/apptainer-1.0.0.ebuild rename to app-containers/apptainer/apptainer-1.0.1.ebuild