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 F1C46158042 for ; Wed, 30 Oct 2024 13:13:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 958D2E07EC; Wed, 30 Oct 2024 09:36:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7F930E07EC for ; Wed, 30 Oct 2024 09:36:31 +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 889593437CE for ; Wed, 30 Oct 2024 09:36:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A1FEAE7 for ; Wed, 30 Oct 2024 09:36:28 +0000 (UTC) From: "Daichi Yamamoto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Daichi Yamamoto" Message-ID: <1730280924.72a107b153ae780deb9c8cd657e21a61b24afe8b.dev@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-build/xmake/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-build/xmake/Manifest dev-build/xmake/xmake-2.9.5.ebuild dev-build/xmake/xmake-2.9.6.ebuild X-VCS-Directories: dev-build/xmake/ X-VCS-Committer: dev X-VCS-Committer-Name: Daichi Yamamoto X-VCS-Revision: 72a107b153ae780deb9c8cd657e21a61b24afe8b X-VCS-Branch: dev Date: Wed, 30 Oct 2024 09:36:28 +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: 7f6e945c-d03f-4a37-bd6d-b2682bb0eb97 X-Archives-Hash: 69ca6204c47cd5cd8d508b725607eaad commit: 72a107b153ae780deb9c8cd657e21a61b24afe8b Author: Daichi Yamamoto dyama net> AuthorDate: Wed Oct 30 09:35:24 2024 +0000 Commit: Daichi Yamamoto dyama net> CommitDate: Wed Oct 30 09:35:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=72a107b1 dev-build/xmake: add 2.9.6, drop 2.9.5 Signed-off-by: Daichi Yamamoto dyama.net> dev-build/xmake/Manifest | 2 +- dev-build/xmake/{xmake-2.9.5.ebuild => xmake-2.9.6.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-build/xmake/Manifest b/dev-build/xmake/Manifest index c943cc71b..6ba0fd972 100644 --- a/dev-build/xmake/Manifest +++ b/dev-build/xmake/Manifest @@ -1 +1 @@ -DIST xmake-v2.9.5.tar.gz 2941522 BLAKE2B bcef6355424af891f053b84ec6682057d791215ac2de0ed7e51b9c26bf0092757b0f19860b2796d6552d0d73e777afefaa2f30e76b7cb687a844cdd14a143b60 SHA512 64553d830924a374be9aeb526e79ef7c91b0de70c5cd336a2eb2c5fcdf413b4cdabd33cf333fedeee0873517a7b3a6867346e48b37fe41590c8fee3805b04800 +DIST xmake-v2.9.6.tar.gz 2948407 BLAKE2B 3cf2acf6b341ada819ece07311bfb1be6007d66aeae4ca0309cd942c715a167591a62a3492969051d09d3f33e6482472e050715d59b421fd989b981a16279e08 SHA512 ddb3f4fbd8fdf6a6415b786c70a9bbe1f7e11009cce982366e253ad10378481f97911f54cc1a2301706e85662039d234f81ca69222f1a8d3f731505c9229dc2b diff --git a/dev-build/xmake/xmake-2.9.5.ebuild b/dev-build/xmake/xmake-2.9.6.ebuild similarity index 100% rename from dev-build/xmake/xmake-2.9.5.ebuild rename to dev-build/xmake/xmake-2.9.6.ebuild