mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
dev-util/squashdelta: Bump to EAPI 8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
parent
b381ceeac4
commit
5a72c38e65
@ -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=(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user