gentoo-ebuilds/dev-java/lzmajio/lzmajio-0.95-r4.ebuild
Volkmar W. Pogatzki e2fde5fe00
dev-java/lzmajio: fix SRC_URI, update EAPI 7 -> 8
revbump for updated checksums

Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/39208/commits/184ec4715a2d51f26d5c9bd422e0617055d57a59
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
2024-11-07 08:37:32 +01:00

32 lines
662 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-pkg-simple
DESCRIPTION="LzmaInputStream/LzmaOutputStream interacting with underlying LZMA en-/decoders"
HOMEPAGE="https://contrapunctus.net/league/haques/lzmajio/
https://github.com/league/lzmajio"
SRC_URI="https://github.com/league/lzmajio/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${P}"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ~arm64"
CP_DEPEND="dev-java/lzma:0"
RDEPEND="
${CP_DEPEND}
>=virtual/jre-1.8:*
"
DEPEND="
${CP_DEPEND}
>=virtual/jdk-1.8:*
"
JAVA_SRC_DIR="net"