# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=9 JAVA_PKG_IUSE="doc source test" JAVA_TESTING_FRAMEWORKS="junit-4" inherit java-pkg-2 java-pkg-simple DESCRIPTION="A pure Java library for reading from and writing to MS Access databases" HOMEPAGE="https://jackcess.sourceforge.io" SRC_URI="https://github.com/jahlborn/jackcess/archive/${P}.tar.gz -> ${P}-sources.tar.gz" S="${WORKDIR}/${PN}-${P}" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm64 ~ppc64" CP_DEPEND=" >=dev-java/poi-5.5.1:0 >=dev-java/commons-lang-3.20.0:0 >=dev-java/commons-logging-1.3.5-r1:0[log4j] " # src/main/java/com/healthmarketscience/jackcess/util/OleBlob.java:100: # error: types Blob and Closeable are incompatible; # public interface OleBlob extends Blob, Closeable # ^ # interface OleBlob inherits abstract and default for close() from types Blob and Closeable DEPEND=" ${CP_DEPEND}