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 1346915817D for ; Wed, 12 Jun 2024 13:04:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B723E2A7C; Wed, 12 Jun 2024 13:04:27 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3CC10E2A7C for ; Wed, 12 Jun 2024 13:04:27 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5705C33BE19 for ; Wed, 12 Jun 2024 13:04:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5F361CA2 for ; Wed, 12 Jun 2024 13:04:23 +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: <1718197445.143ae4caaf6c59fb28dc1f79ffdcf3067fa19279.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.3.1.ebuild app-containers/apptainer/apptainer-1.3.2.ebuild X-VCS-Directories: app-containers/apptainer/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 143ae4caaf6c59fb28dc1f79ffdcf3067fa19279 X-VCS-Branch: master Date: Wed, 12 Jun 2024 13:04: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: 6d3021fa-0ace-4e22-96ea-39f45d09834d X-Archives-Hash: c181886906b37e687f6d412ab7499c99 commit: 143ae4caaf6c59fb28dc1f79ffdcf3067fa19279 Author: Marek Szuba gentoo org> AuthorDate: Wed Jun 12 13:02:00 2024 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Jun 12 13:04:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=143ae4ca app-containers/apptainer: add 1.3.2, drop 1.3.1 Signed-off-by: Marek Szuba gentoo.org> app-containers/apptainer/Manifest | 2 +- .../apptainer/{apptainer-1.3.1.ebuild => apptainer-1.3.2.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app-containers/apptainer/Manifest b/app-containers/apptainer/Manifest index 7ba5b9344783..befd02721059 100644 --- a/app-containers/apptainer/Manifest +++ b/app-containers/apptainer/Manifest @@ -1,2 +1,2 @@ DIST apptainer-1.3.0.tar.gz 17103544 BLAKE2B ed42b763a20b2b71cce6081b903697dc506073f91f9d928d49801165289d15c1416044af8fcedddcbd2a260c17a2e6488ed3d06b1edb4fb5f5ca5e9d14a14312 SHA512 a72afcac8e783f43732517314a94ffe039ab8f29027bcc398295fed97b123e6777039c016b6655a3cefbcba7e69832f62f3418b11e1bbd0452edc702ecaef69e -DIST apptainer-1.3.1.tar.gz 17131707 BLAKE2B 08b25f188c8c0b3b72dd692ce9bb21ee5b40ad599170c12ec18b485a05a9b7309215ad17d2b2d15086f35864bf1d09dfd0834b7e2c8c54c5b175bb5989328022 SHA512 da24d7aac8b4a66c665f5d01a293a6de6ea214011a4f1b728c10fff03ee1e94beb648f3be04df072011dbac920624927ddbe2cf7c13a9aba424b463c51d2df64 +DIST apptainer-1.3.2.tar.gz 17129103 BLAKE2B a2c15d408dc956a4bc8cb154dadfe0e60aa8b4216277ff4afd508058f9425722fb66200e7d4ab33cf5a73aee34761ac198e7b31439ab69dfaceebb9f768b58e6 SHA512 c3112c8254c995f83e3ae424ecf734e8ca9583c34cd8b0e56fdde2a7ef8d5145ac68a7a2c9575b071515a2cb681d11423fe57a5a3910750d3bc697c85c15585d diff --git a/app-containers/apptainer/apptainer-1.3.1.ebuild b/app-containers/apptainer/apptainer-1.3.2.ebuild similarity index 100% rename from app-containers/apptainer/apptainer-1.3.1.ebuild rename to app-containers/apptainer/apptainer-1.3.2.ebuild