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 DFF2F158009 for ; Wed, 28 Jun 2023 07:52:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DB2BE094F; Wed, 28 Jun 2023 07:52:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14AFEE094A for ; Wed, 28 Jun 2023 07:52:53 +0000 (UTC) From: Florian Schmaus To: gentoo-dev@lists.gentoo.org Cc: Florian Schmaus Subject: [gentoo-dev] [PATCH 0/2] new gradle.eclass Date: Wed, 28 Jun 2023 09:52:43 +0200 Message-Id: <20230628075245.892402-1-flow@gentoo.org> X-Mailer: git-send-email 2.39.3 In-Reply-To: <20230106172051.274199-1-flow@gentoo.org> References: <20230106172051.274199-1-flow@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: 76aa3b08-98a8-4c9e-91f8-46e5a6d66a9f X-Archives-Hash: b7415d944e5f6678935915403233906d I would like to propose the gradle.eclass for ::gentoo. Multiple people have shown interest in an eclass for Gradle, as it would make it easier to move Gradle-based projects into ::gentoo. For exmaple, ghidra from ::pentoo. And, as a nice bonus, the addition of the gradle eclass to ::gentoo would make it easier for overlays to use it. This, in turn, reduces the friction when migrating Gradle-based projects from overlays into ::gentoo. The second patch shows how gradle.eclass can be used in the openfjx ebuild. PR at https://github.com/gentoo/gentoo/pull/28986 Florian Schmaus (2): gradle.eclass: add new eclass dev-java/openjfx: switch to gradle.eclass dev-java/openjfx/openjfx-11.0.11_p1.ebuild | 46 ++--- eclass/gradle.eclass | 208 +++++++++++++++++++++ eclass/tests/gradle.sh | 62 ++++++ 3 files changed, 285 insertions(+), 31 deletions(-) create mode 100644 eclass/gradle.eclass create mode 100755 eclass/tests/gradle.sh -- 2.39.3