Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/squashdelta/
Date: Sun, 05 Jan 2020 15:18:07
Message-Id: 1578237474.7fb85227fef3dd540f1b84bc831a28464e4b0932.mgorny@gentoo
1 commit: 7fb85227fef3dd540f1b84bc831a28464e4b0932
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 5 14:46:48 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 5 15:17:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fb85227
7
8 dev-util/squashdelta: Bump to EAPI 7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/squashdelta/squashdelta-0.1.1.ebuild | 9 ++++-----
13 dev-util/squashdelta/squashdelta-9999.ebuild | 9 ++++-----
14 2 files changed, 8 insertions(+), 10 deletions(-)
15
16 diff --git a/dev-util/squashdelta/squashdelta-0.1.1.ebuild b/dev-util/squashdelta/squashdelta-0.1.1.ebuild
17 index 9f6ebdce8b9..ea0756376a3 100644
18 --- a/dev-util/squashdelta/squashdelta-0.1.1.ebuild
19 +++ b/dev-util/squashdelta/squashdelta-0.1.1.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 DESCRIPTION="Efficient (partially uncompressed) SquashFS binary delta tool"
29 HOMEPAGE="https://github.com/mgorny/squashdelta/"
30 @@ -12,6 +12,8 @@ LICENSE="BSD public-domain"
31 SLOT="0"
32 KEYWORDS="~amd64 ~x86"
33 IUSE="lz4 +lzo"
34 +# SquashDelta does not make much sense without a compression algo.
35 +REQUIRED_USE="|| ( lz4 lzo )"
36
37 COMMON_DEPEND="
38 lz4? ( app-arch/lz4:0= )
39 @@ -20,9 +22,6 @@ RDEPEND="${COMMON_DEPEND}
40 dev-util/xdelta:3"
41 DEPEND=${COMMON_DEPEND}
42
43 -# SquashDelta does not make much sense without a compression algo.
44 -REQUIRED_USE="|| ( lz4 lzo )"
45 -
46 src_configure() {
47 local myconf=(
48 $(use_enable lz4)
49
50 diff --git a/dev-util/squashdelta/squashdelta-9999.ebuild b/dev-util/squashdelta/squashdelta-9999.ebuild
51 index fd19fe30514..af4bc7cf66b 100644
52 --- a/dev-util/squashdelta/squashdelta-9999.ebuild
53 +++ b/dev-util/squashdelta/squashdelta-9999.ebuild
54 @@ -1,7 +1,7 @@
55 -# Copyright 1999-2017 Gentoo Foundation
56 +# Copyright 1999-2020 Gentoo Authors
57 # Distributed under the terms of the GNU General Public License v2
58
59 -EAPI=6
60 +EAPI=7
61
62 EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
63 inherit autotools git-r3
64 @@ -15,6 +15,8 @@ LICENSE="BSD public-domain"
65 SLOT="0"
66 KEYWORDS=""
67 IUSE="lz4 +lzo"
68 +# SquashDelta does not make much sense without a compression algo.
69 +REQUIRED_USE="|| ( lz4 lzo )"
70
71 COMMON_DEPEND="
72 lz4? ( app-arch/lz4:0= )
73 @@ -23,9 +25,6 @@ RDEPEND="${COMMON_DEPEND}
74 dev-util/xdelta:3"
75 DEPEND=${COMMON_DEPEND}
76
77 -# SquashDelta does not make much sense without a compression algo.
78 -REQUIRED_USE="|| ( lz4 lzo )"
79 -
80 src_prepare() {
81 default
82 eautoreconf