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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 35D08158042 for ; Mon, 21 Oct 2024 09:41:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43945E080E; Mon, 21 Oct 2024 09:41: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28189E080E for ; Mon, 21 Oct 2024 09:41: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3364F342FEF for ; Mon, 21 Oct 2024 09:41:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9501CAE7 for ; Mon, 21 Oct 2024 09:41:24 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1729503676.951d3a10855b1e9555d8059d014a0d4ab4b88ad5.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/azure-vm-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/azure-vm-utils/Manifest sys-apps/azure-vm-utils/azure-vm-utils-0.3.0.ebuild sys-apps/azure-vm-utils/azure-vm-utils-0.4.0.ebuild X-VCS-Directories: sys-apps/azure-vm-utils/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 951d3a10855b1e9555d8059d014a0d4ab4b88ad5 X-VCS-Branch: master Date: Mon, 21 Oct 2024 09:41:24 +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: 2f33e4aa-3ce4-4148-adda-f7a5650ff388 X-Archives-Hash: 4e6a128926f1f67950d7e840a1684d83 commit: 951d3a10855b1e9555d8059d014a0d4ab4b88ad5 Author: James Le Cuirot gentoo org> AuthorDate: Mon Oct 21 09:39:51 2024 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Mon Oct 21 09:41:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=951d3a10 sys-apps/azure-vm-utils: Bump to 0.4.0, drop old 0.3.0 Signed-off-by: James Le Cuirot gentoo.org> sys-apps/azure-vm-utils/Manifest | 2 +- .../{azure-vm-utils-0.3.0.ebuild => azure-vm-utils-0.4.0.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/azure-vm-utils/Manifest b/sys-apps/azure-vm-utils/Manifest index ae75b735cdc4..c16b4dadd75b 100644 --- a/sys-apps/azure-vm-utils/Manifest +++ b/sys-apps/azure-vm-utils/Manifest @@ -1 +1 @@ -DIST azure-vm-utils-0.3.0.tar.gz 15680 BLAKE2B b739299bda66dd594172e95ae0fe99155d1c101af4e20a012ce5dce658ee0648f802b5c4ec199d76bd650967abac763fea81a2e0202168fc74cd92fd25900956 SHA512 00eb9b0781f5070a35e921ee58d691cf4d530c695e6673fcb24fefbfefc9d869e0ccfab213dbb5ea78d2f93ef829aded3de1c411ccd24b03e52e564895bb2ed8 +DIST azure-vm-utils-0.4.0.tar.gz 15688 BLAKE2B 4a8f5b28a01b3670d81cbc9ae43c24b6177d90ddc3bf6e78a3ccc7406361474d2aa7dce934709fdb73cc0930616475e79ef8484e05bf34354668909e5d8a1c96 SHA512 e97f6de49f0ee9281d17c2be0f4c0e0d86385d113fd514e28fc14f635669a1abdddd83961193941b6969b2b0d41a357e4211357f8c226d84f698166c2eb21b8e diff --git a/sys-apps/azure-vm-utils/azure-vm-utils-0.3.0.ebuild b/sys-apps/azure-vm-utils/azure-vm-utils-0.4.0.ebuild similarity index 100% rename from sys-apps/azure-vm-utils/azure-vm-utils-0.3.0.ebuild rename to sys-apps/azure-vm-utils/azure-vm-utils-0.4.0.ebuild