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 0E0D615ACFB for ; Sat, 22 Apr 2023 05:13:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FEEAE07EC; Sat, 22 Apr 2023 05:13:36 +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 46ACCE07EC for ; Sat, 22 Apr 2023 05:13:33 +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 36B64341130 for ; Sat, 22 Apr 2023 05:13:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61B817DE for ; Sat, 22 Apr 2023 05:13:29 +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: <1682140249.9454dfe1feb990cd71545016a7ba6d0d4c1c53e7.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.7.ebuild dev-util/xmake/xmake-2.7.8.ebuild X-VCS-Directories: dev-util/xmake/ X-VCS-Committer: zhangzheng.dylan X-VCS-Committer-Name: Zhang Zheng X-VCS-Revision: 9454dfe1feb990cd71545016a7ba6d0d4c1c53e7 X-VCS-Branch: dev Date: Sat, 22 Apr 2023 05:13:29 +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: 2eb64a29-fef1-407c-aec5-7f4a6176c3d6 X-Archives-Hash: 184096ca1c63b2786dc3989b42594621 commit: 9454dfe1feb990cd71545016a7ba6d0d4c1c53e7 Author: Big Pineapple foxmail com> AuthorDate: Sat Apr 22 05:10:49 2023 +0000 Commit: Zhang Zheng foxmail com> CommitDate: Sat Apr 22 05:10:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9454dfe1 dev-util/xmake: add 2.7.8, drop 2.7.7 Signed-off-by: Big Pineapple foxmail.com> dev-util/xmake/Manifest | 2 +- dev-util/xmake/{xmake-2.7.7.ebuild => xmake-2.7.8.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/xmake/Manifest b/dev-util/xmake/Manifest index 0248d8c13..3a63b812b 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.8.tar.gz 2733324 BLAKE2B 0ad75dd899e154abbda267b629d45e5e9f5a6371ea4af461551fa239da8d8a47457b1c7637c767333468bf46a5ad365f5f650ab0e77f489629fdc9ae04d0c8de SHA512 abfd9a2d4a7ed4204d57482a4f87f17b5d1215fcf6d9d73af35e8e0445d15d3369d1a4641846eb7a92c9e8f580bd4601309d950d9990ce048f136f23051ecc8c diff --git a/dev-util/xmake/xmake-2.7.7.ebuild b/dev-util/xmake/xmake-2.7.8.ebuild similarity index 100% rename from dev-util/xmake/xmake-2.7.7.ebuild rename to dev-util/xmake/xmake-2.7.8.ebuild