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 3474F15A7D9 for ; Thu, 23 Mar 2023 15:33:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65C94E0845; Thu, 23 Mar 2023 15:33:08 +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 A7A96E0845 for ; Thu, 23 Mar 2023 15:33:07 +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 B184F335D53 for ; Thu, 23 Mar 2023 15:33:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62B114A2 for ; Thu, 23 Mar 2023 15:33:03 +0000 (UTC) From: "Zhang Zheng" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zhang Zheng" Message-ID: <1679585332.e3585f51d8df9513971e77bb0422ee593826a197.zhangzheng.dylan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/xmake/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/xmake/Manifest dev-util/xmake/xmake-2.7.1.ebuild dev-util/xmake/xmake-2.7.7.ebuild X-VCS-Directories: dev-util/xmake/ X-VCS-Committer: zhangzheng.dylan X-VCS-Committer-Name: Zhang Zheng X-VCS-Revision: e3585f51d8df9513971e77bb0422ee593826a197 X-VCS-Branch: dev Date: Thu, 23 Mar 2023 15:33:03 +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: 592a64e9-5c2b-4cb5-a622-9c4f78d21d3e X-Archives-Hash: 61094466ab4e6578397a811f078eabe1 commit: e3585f51d8df9513971e77bb0422ee593826a197 Author: Big Pineapple foxmail com> AuthorDate: Thu Mar 23 15:28:52 2023 +0000 Commit: Zhang Zheng foxmail com> CommitDate: Thu Mar 23 15:28:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e3585f51 dev-util/xmake: revert back to 2.7.1, newer version unavailable Signed-off-by: Big Pineapple foxmail.com> dev-util/xmake/Manifest | 2 +- dev-util/xmake/{xmake-2.7.7.ebuild => xmake-2.7.1.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/xmake/Manifest b/dev-util/xmake/Manifest index 0248d8c13..1aba9b603 100644 --- a/dev-util/xmake/Manifest +++ b/dev-util/xmake/Manifest @@ -1 +1 @@ -DIST xmake-v2.7.7.tar.gz 2719137 BLAKE2B c3aca5c538292d2ee002785c5a4bb82ff4ea6d67d07d00f055f35c46caeec8ecd3134e05f9bba6d4e7db5cda725b474fcf70d3b91a4be03b2859c542fa0c0f83 SHA512 449c6ce318076a9473084ae197b0d333e0b4b0f2d7bffe9e3c725ddf7aef3c7d888e9d063e033a7a7d9f690e0e49925e45bc7910f5076b790344f8bdbde0fb15 +DIST xmake-v2.7.1.tar.gz 4344324 BLAKE2B 6baec6724f4489f0abe25a5925f87fd952fd59645696014ffe23d33df98e838c7ef53fc948ca4d17feed6063da532fa2a59c691dd76305840f476e5e8f3407bb SHA512 499d1d4ac53b8189d8f68706b45981dd9a3c62018000291616a281b944fedb9d5802502dd9edfb7bc0ee5f0456b839f9f2605d536543994bdfb72d178024742e diff --git a/dev-util/xmake/xmake-2.7.7.ebuild b/dev-util/xmake/xmake-2.7.1.ebuild similarity index 100% rename from dev-util/xmake/xmake-2.7.7.ebuild rename to dev-util/xmake/xmake-2.7.1.ebuild