dev-util/squashdelta: Bump to EAPI 8

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2025-05-30 20:52:06 +02:00
parent b381ceeac4
commit 5a72c38e65
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E

View File

@ -1,11 +1,13 @@
# Copyright 1999-2023 Gentoo Authors # Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=8
DESCRIPTION="Efficient (partially uncompressed) SquashFS binary delta tool" DESCRIPTION="Efficient (partially uncompressed) SquashFS binary delta tool"
HOMEPAGE="https://github.com/projg2/squashdelta/" HOMEPAGE="https://github.com/projg2/squashdelta/"
SRC_URI="https://github.com/projg2/squashdelta/releases/download/v${PV}/${P}.tar.bz2" SRC_URI="
https://github.com/projg2/squashdelta/releases/download/v${PV}/${P}.tar.bz2
"
# uses public-domain murmurhash3 # uses public-domain murmurhash3
LICENSE="BSD public-domain" LICENSE="BSD public-domain"
@ -15,12 +17,14 @@ IUSE="lz4 +lzo"
# SquashDelta does not make much sense without a compression algo. # SquashDelta does not make much sense without a compression algo.
REQUIRED_USE="|| ( lz4 lzo )" REQUIRED_USE="|| ( lz4 lzo )"
COMMON_DEPEND=" DEPEND="
lz4? ( app-arch/lz4:0= ) lz4? ( app-arch/lz4:0= )
lzo? ( dev-libs/lzo:2= )" lzo? ( dev-libs/lzo:2= )
RDEPEND="${COMMON_DEPEND} "
dev-util/xdelta:3" RDEPEND="
DEPEND=${COMMON_DEPEND} ${DEPEND}
dev-util/xdelta:3
"
src_configure() { src_configure() {
local myconf=( local myconf=(