# 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 ~arm64 ~ppc-macos ~x64-macos" IUSE="ant-task examples test vim-syntax" REQUIRED_USE="test? ( ant-task )" # jdk-11:* for bug #963787 #