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 1418F138359 for ; Sun, 26 Jul 2020 17:41:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A0F4E085E; Sun, 26 Jul 2020 17:41:02 +0000 (UTC) Received: from mail-wm1-x32b.google.com (mail-wm1-x32b.google.com [IPv6:2a00:1450:4864:20::32b]) (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 88D1CE085E for ; Sun, 26 Jul 2020 17:41:01 +0000 (UTC) Received: by mail-wm1-x32b.google.com with SMTP id 3so5610049wmi.1 for ; Sun, 26 Jul 2020 10:41:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=Fh0502mO3esKW38DNflJxeSVGzdoYtWBOgMNiFAD6Tk=; b=hGX5OEme/o1vq3jB7wAC0D0Ma+3Mql1WO4WWw1fwNTPOb2PZGrCwmwPlXGF/C8KcGn 5cUq4MQgJuuwtjMNJnTEq8v9IrDTinQQSumy9/r296znGX/RwIcUFAVOF2CZNHRYrkNT 2vVq5fWoJ7mbclTokwpW3sO0cm3URWDwy03kFbMp8hIiQmN5DGdZodtWgjrkejyqah5a pOPcUPKkH71/tJoE4j//g7/fMRVV/ufhLxAYS0k39Q6PfTw22stCZGyTKz+w+VRVIjCa Xn/NJcUw98cRUM4Gyt2xDfx5lycxsyfjdFOlG3L6rSs4Z2rHhoqUpC9g7Ph3IUoCj7YX 2ipA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Fh0502mO3esKW38DNflJxeSVGzdoYtWBOgMNiFAD6Tk=; b=JZPFoDr7LwcfBInCnzNmHGARWsLeZylsDCJjT3iNKuYPyIFF5Q5fYzhE/T3p+CqkQI t6VTx3LS62JPI0062Wgyw2MgR29zEETr3Z5GbyTtdcB31+7PR19rXkwK49FeHPnn1CEw wgUPJ40wAG2JSDbIS6WpSjan+d5c4wnl2zlsQCyx0ihlR4eN+fUjNxjsbl6PQwkVYIhC n1A7ZtIGhbYpSziwhjvPDX0/fWamOOi8y89HhyoxPZVog6xjCr/xokgTH8UE13hNKnKJ wnqHHgUlPFXM+z28PuR8hL0aLgqZ+R2NnByA+bf3RTURDLSFMc7I9gyOc3NvrtF1CkC/ GfkA== X-Gm-Message-State: AOAM532ISfmatS9f035xfm98W+19hbY+5JeWSEKVXmnjHL3m3DsRzt5V CxZ1VlwluHUOaxABWpoAn+uMkCkEEfhCbqK1ImFeD6uZ66VEHw== X-Google-Smtp-Source: ABdhPJwEfn4Uvo8b4wYrEOjVzJ0BViLGq0uCiLUSphv4xigoz53b26C9bXZUFSdAS7uN80WMKH1I3zchTMRWeSW8xVc= X-Received: by 2002:a1c:b007:: with SMTP id z7mr16513811wme.37.1595785259762; Sun, 26 Jul 2020 10:40:59 -0700 (PDT) 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 From: Zhang Zongyu Date: Mon, 27 Jul 2020 01:40:00 +0800 Message-ID: Subject: [gentoo-soc] Weekly Report: Big Data Infrastructure and Maven Overlay in Week 8 To: gentoo-soc@lists.gentoo.org Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: c171d3cf-c12b-4aa8-922f-6f0b16ab5180 X-Archives-Hash: ec71755bd2de6a2f747b783e84c48f6a Hello, This week I have improved the quality of the code of java-pkg-simple.eclass to resolve some corner cases. Besides, I have expanded ${JAVA_SRC_DIR} to array so that it can deal with java projects with multiple source code paths. I have also made it able to use pkgdiff to compare upstream jars and natively compiled jars. There are other improvements like supporting ejunit4. I will push through the review process after testing it locally and after a preliminary discussion with my mentor. Regards, Zhang Zongyu [1] the eclass https://raw.githubusercontent.com/6-6-6/spark-overlay/master/eclass/java-pkg-simple.eclass