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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A141C138359 for ; Mon, 24 Aug 2020 02:37:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C628DE07FE; Mon, 24 Aug 2020 02:37:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A06AFE07FE for ; Mon, 24 Aug 2020 02:37:25 +0000 (UTC) Received: from [2a0c:b641:69c:e7f1:6d3:b0ff:fe40:5fd8] (port=43632 helo=robot) by muon with esmtp (Exim 4.92) (envelope-from ) id 1kA2ML-0003pu-9V for gentoo-soc@lists.gentoo.org; Mon, 24 Aug 2020 02:37:21 +0000 From: Benda Xu To: gentoo-soc@lists.gentoo.org Subject: Re: [gentoo-soc] Weekly Report: Big Data Infrastructure and Maven Overlay in Week 12 References: Date: Mon, 24 Aug 2020 10:37:17 +0800 In-Reply-To: (Zhang Zongyu's message of "Mon, 24 Aug 2020 01:22:00 +0800") Message-ID: <87mu2kahwi.fsf@robot.e.airelinux.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-soc@lists.gentoo.org Reply-to: gentoo-soc@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain X-Archives-Salt: 8848f21b-a546-4e4e-ae8f-a619e66ddbc9 X-Archives-Hash: 3e214253d85edef8938d6d815b384c58 Hi Zongyu, Zhang Zongyu writes: > Besides, I have rewritten the scripts of java-ebuilder. The new > makefile coded version of `movl` and its friends are located in > 'scripts.new/' of the repository[2]. The test-java-pkg-simple > overlay[1] also contains an ebuild that will install makefile coded > version scripts. scripts.new is not a good name to use in the version control system. Just "scripts" will go. You can checkout the "old" version anyway. Yours, Benda