commit: d1ecfcb5aa2237c21d1061cef564435de98a283f
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 16:29:34 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 16:29:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ecfcb5
dev-util/xdelta: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-util/xdelta/{xdelta-3.0.11.ebuild => xdelta-3.0.11-r1.ebuild} | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-util/xdelta/xdelta-3.0.11.ebuild
b/dev-util/xdelta/xdelta-3.0.11-r1.ebuild
similarity index 92%
rename from dev-util/xdelta/xdelta-3.0.11.ebuild
rename to dev-util/xdelta/xdelta-3.0.11-r1.ebuild
index b54d5ac9aa8b..512f33a4faf7 100644
--- a/dev-util/xdelta/xdelta-3.0.11.ebuild
+++ b/dev-util/xdelta/xdelta-3.0.11-r1.ebuild
@@ -1,13 +1,14 @@
# Copyright 2002-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
MY_P=xdelta3-${PV}
DESCRIPTION="Computes changes between binary or text files and creates deltas"
HOMEPAGE="http://xdelta.org/"
SRC_URI="https://github.com/jmacd/xdelta-gpl/releases/download/v${PV}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2"
SLOT="3"
@@ -17,11 +18,8 @@ IUSE="examples lzma"
RDEPEND="lzma? ( app-arch/xz-utils:= )"
DEPEND="${RDEPEND}"
-S=${WORKDIR}/${MY_P}
-
src_configure() {
- econf \
- $(use_with lzma liblzma)
+ econf $(use_with lzma liblzma)
}
src_compile() {