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 80B3A158041 for ; Fri, 29 Mar 2024 10:54:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1F63E2A1A; Fri, 29 Mar 2024 10:54:46 +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 92EA6E2A1A for ; Fri, 29 Mar 2024 10:54:46 +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 8697234308A for ; Fri, 29 Mar 2024 10:54:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1B691605 for ; Fri, 29 Mar 2024 10:54:43 +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: <1711709448.ca5f31af7dabf227bf7caa1722fc5b81d886f11b.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.2.5.ebuild app-containers/apptainer/apptainer-1.3.0.ebuild X-VCS-Directories: app-containers/apptainer/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: ca5f31af7dabf227bf7caa1722fc5b81d886f11b X-VCS-Branch: master Date: Fri, 29 Mar 2024 10:54:43 +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: d4c619c7-8790-406f-97be-b299d751eea5 X-Archives-Hash: 962ca541182bba8a33c347f5c086a306 commit: ca5f31af7dabf227bf7caa1722fc5b81d886f11b Author: Marek Szuba gentoo org> AuthorDate: Fri Mar 29 10:50:48 2024 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Mar 29 10:50:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca5f31af app-containers/apptainer: add 1.3.0, drop 1.2.5 Signed-off-by: Marek Szuba gentoo.org> app-containers/apptainer/Manifest | 2 +- .../apptainer/{apptainer-1.2.5.ebuild => apptainer-1.3.0.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-containers/apptainer/Manifest b/app-containers/apptainer/Manifest index e00c4fa6590d..0542acc8ef27 100644 --- a/app-containers/apptainer/Manifest +++ b/app-containers/apptainer/Manifest @@ -1,2 +1,2 @@ DIST apptainer-1.2.4.tar.gz 14387522 BLAKE2B 8435bf590149c4e83dc32a866198fdcaa44270cad4e6722e9174352c7b00e4b13c1aa4c290991c289d71797afcd9e2411e3bcc0a2b80440528babdcf3e19bec5 SHA512 bc2ad5f10f2c8e69b4bc5b997083e2dd5f62913d195eda6213d572c3dbfe03923845882e55e1a60d395ed3019100ce26919323f9523c59ccda51d7f1397bcba3 -DIST apptainer-1.2.5.tar.gz 14360956 BLAKE2B 4ee50229e800c5505c127731944d102fd688bc5f24ea4fc11cf8216d4f3d49f8d3cb19c8f6f03d34004c36acacfe729ba51f00661b6dcd046d6f4b862a6b8dd9 SHA512 58b7e9947bfc2e2d267e126ae7f9766d04ffa943c72e9a00b649ba93fd66828ee55c8d93b114f542067b305822737516675cdca79ce0d8c1153c61fa88d058d7 +DIST apptainer-1.3.0.tar.gz 17103544 BLAKE2B ed42b763a20b2b71cce6081b903697dc506073f91f9d928d49801165289d15c1416044af8fcedddcbd2a260c17a2e6488ed3d06b1edb4fb5f5ca5e9d14a14312 SHA512 a72afcac8e783f43732517314a94ffe039ab8f29027bcc398295fed97b123e6777039c016b6655a3cefbcba7e69832f62f3418b11e1bbd0452edc702ecaef69e diff --git a/app-containers/apptainer/apptainer-1.2.5.ebuild b/app-containers/apptainer/apptainer-1.3.0.ebuild similarity index 97% rename from app-containers/apptainer/apptainer-1.2.5.ebuild rename to app-containers/apptainer/apptainer-1.3.0.ebuild index b5e7811c6f00..98dac6fa2dbb 100644 --- a/app-containers/apptainer/apptainer-1.2.5.ebuild +++ b/app-containers/apptainer/apptainer-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ IUSE="examples +network suid systemd" QA_FLAGS_IGNORED='.*' DEPEND="app-crypt/gpgme - >=dev-lang/go-1.19.0 + >=dev-lang/go-1.20.0 dev-libs/openssl sys-apps/util-linux sys-fs/cryptsetup