From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 382041581B9 for ; Fri, 03 Oct 2025 16:28:02 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 155FA341FF3 for ; Fri, 03 Oct 2025 16:28:02 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 649C0110581; Fri, 03 Oct 2025 16:27:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 53C7D11057F for ; Fri, 03 Oct 2025 16:27:16 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB070341FC0 for ; Fri, 03 Oct 2025 16:27:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F0613AAD for ; Fri, 03 Oct 2025 16:27:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1759508676.ed3f79f845a092e3722737c1ffa748406f92a848.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jflex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jflex/Manifest dev-java/jflex/jflex-1.9.1.ebuild dev-java/jflex/metadata.xml X-VCS-Directories: dev-java/jflex/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ed3f79f845a092e3722737c1ffa748406f92a848 X-VCS-Branch: master Date: Fri, 03 Oct 2025 16:27:09 +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: 29c9b037-23cd-4ef9-9954-6f5b99737d7f X-Archives-Hash: 8d0dc2982e00df2a741a64b45a9cf5b7 commit: ed3f79f845a092e3722737c1ffa748406f92a848 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Sat Mar 13 09:30:24 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 3 16:24:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed3f79f8 dev-java/jflex: add 1.9.1 - now DEPEND instead of PDEPEND on dev-java/javacup because upstream stops providing a bundled javacup - builds with auto-value annotation processor - keeps 'manual' selection of tests Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/44017 Signed-off-by: Sam James gentoo.org> dev-java/jflex/Manifest | 1 + dev-java/jflex/jflex-1.9.1.ebuild | 144 ++++++++++++++++++++++++++++++++++++++ dev-java/jflex/metadata.xml | 6 ++ 3 files changed, 151 insertions(+) diff --git a/dev-java/jflex/Manifest b/dev-java/jflex/Manifest index dc9f2fde4025..ff6b6d0feb28 100644 --- a/dev-java/jflex/Manifest +++ b/dev-java/jflex/Manifest @@ -1 +1,2 @@ DIST jflex-1.6.1.tar.gz 3027791 BLAKE2B 4262f75c16a847314db8cb175901658ff6b424469e66523b41564179fa30f0e64bcf2d7ad0e06ad918336e5a41e166a74d55f19f7451662d19fbcaa29f716dce SHA512 436840c90d906042205d27e1d3c56dec724bf62cc3d8c8d3445f217af0a50c9ca2bb56ed91f0cd3c37a930f7ca22f4cc50e8c28dbe905f02adf695c8e96fb07b +DIST jflex-1.9.1.tar.gz 4944916 BLAKE2B 7976e17c0a75f84fc09a431ae100ea5061694edeffb5a8bc14b8afbb93a07296b7826b4540634ea0cb4db761a600603925a4489e49ea9b8a1d948d4cad9919be SHA512 2f7dc057741fb76309cd83042301cfcd73ff1e9e2e5330cdd88d96b8aa45d66cbb73a2a3e1020613d717ccd8aece21afe98b92c6d718d73337baa28c142a031f diff --git a/dev-java/jflex/jflex-1.9.1.ebuild b/dev-java/jflex/jflex-1.9.1.ebuild new file mode 100644 index 000000000000..31acca3718ce --- /dev/null +++ b/dev-java/jflex/jflex-1.9.1.ebuild @@ -0,0 +1,144 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +JAVA_PKG_IUSE="doc source test" +JAVA_TESTING_FRAMEWORKS="junit-4" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="JFlex is a lexical analyzer generator for Java" +HOMEPAGE="https://www.jflex.de/" +SRC_URI="https://github.com/jflex-de/jflex/releases/download/v${PV}/${P}.tar.gz" +S="${WORKDIR}/${P}" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc-macos ~x64-macos" +IUSE="ant-task examples test vim-syntax" +REQUIRED_USE="test? ( ant-task )" + +# Build and register the ant-task + + jflex-de/jflex + https://jflex.de/changelog.html + https://github.com/jflex-de/jflex/issues/ + https://jflex.de/docu.html +