From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 4C5D915808A for ; Fri, 18 Jul 2025 09:34:44 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 26A6F340EE4 for ; Fri, 18 Jul 2025 09:34:44 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 24E91110280; Fri, 18 Jul 2025 09:34:43 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 1C7B8110280 for ; Fri, 18 Jul 2025 09:34:43 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B762A340EE4 for ; Fri, 18 Jul 2025 09:34:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55E39272E for ; Fri, 18 Jul 2025 09:34:41 +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: <1752831265.856ee12fccc04cfdfa2f31b12038d235bb286224.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-3.0.0.ebuild dev-build/xmake/xmake-3.0.1.ebuild X-VCS-Directories: dev-build/xmake/ X-VCS-Committer: dev X-VCS-Committer-Name: Daichi Yamamoto X-VCS-Revision: 856ee12fccc04cfdfa2f31b12038d235bb286224 X-VCS-Branch: dev Date: Fri, 18 Jul 2025 09:34:41 +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: cae37d15-9d41-4448-aa4f-27faf3a6140a X-Archives-Hash: bbea925c10b40d743d7b7cc55f8b4882 commit: 856ee12fccc04cfdfa2f31b12038d235bb286224 Author: Daichi Yamamoto dyama net> AuthorDate: Fri Jul 18 09:33:45 2025 +0000 Commit: Daichi Yamamoto dyama net> CommitDate: Fri Jul 18 09:34:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=856ee12f dev-build/xmake: add 3.0.1, drop 3.0.0 Signed-off-by: Daichi Yamamoto dyama.net> dev-build/xmake/Manifest | 2 +- dev-build/xmake/{xmake-3.0.0.ebuild => xmake-3.0.1.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-build/xmake/Manifest b/dev-build/xmake/Manifest index c28e0dda4e..d7d42c16e2 100644 --- a/dev-build/xmake/Manifest +++ b/dev-build/xmake/Manifest @@ -1 +1 @@ -DIST xmake-v3.0.0.tar.gz 3021068 BLAKE2B bd4a03ddcde97d47bcc5c83176c99d40e6c173b379bc2589908fb1c3032afcb9f8bc8f238bf81ecf9283859644644ae68f1ba5d84af93333c671e0f0ea63798b SHA512 d32c1a17188cc3d830c8ebd816884ac9aeef5c9a8423b44bba5ce17cea680f696e07fb709fc3ec38dce3d8ba7df4b17aca113211f1751fb719fc9be0668e37d3 +DIST xmake-v3.0.1.tar.gz 3029064 BLAKE2B 03cdfa02dd2b306a875ddcd87b1c46b13b2e3be84a81b2111f7cf78fa390baa2028ef0c6955385287c5a0404575840152790aecee3da4a1a0cfc3fcbf734d9e4 SHA512 fc9fd5d84104501e6a16f52e6c1f3415e9e1614f4cbc28af993bba62309f3882b1515bbad6fcecf119a7d0229414e405743918a9ac2257e8b583134b1103f9f8 diff --git a/dev-build/xmake/xmake-3.0.0.ebuild b/dev-build/xmake/xmake-3.0.1.ebuild similarity index 100% rename from dev-build/xmake/xmake-3.0.0.ebuild rename to dev-build/xmake/xmake-3.0.1.ebuild