Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bdelta/
Date: Sat, 27 Aug 2022 23:00:07
Message-Id: 1661619392.ce5bd2917711d272e5c3e7124923f6bc28d36556.sam@gentoo
1 commit: ce5bd2917711d272e5c3e7124923f6bc28d36556
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 27 16:56:00 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 27 16:56:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce5bd291
7
8 dev-util/bdelta: fix EbuildReservedName (drop unused semi-live template bits)
9
10 Not sure what LIVE_EBUILD was supposed to be but there's no live
11 ebuild now and it's not how we normally do live ebuild
12 templates nowadays anyway.
13
14 Maybe it was something like PROPERTIES="live" before we had it,
15 or maybe just nothing. Dunno!
16
17 Signed-off-by: Sam James <sam <AT> gentoo.org>
18
19 dev-util/bdelta/bdelta-0.3.1-r1.ebuild | 12 ++++--------
20 1 file changed, 4 insertions(+), 8 deletions(-)
21
22 diff --git a/dev-util/bdelta/bdelta-0.3.1-r1.ebuild b/dev-util/bdelta/bdelta-0.3.1-r1.ebuild
23 index bf1c9ae4ddbf..88d9366e4cae 100644
24 --- a/dev-util/bdelta/bdelta-0.3.1-r1.ebuild
25 +++ b/dev-util/bdelta/bdelta-0.3.1-r1.ebuild
26 @@ -1,21 +1,17 @@
27 -# Copyright 1999-2019 Gentoo Authors
28 +# Copyright 1999-2022 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=7
32
33 inherit toolchain-funcs vcs-snapshot
34
35 -if [[ -z ${LIVE_EBUILD} ]]; then
36 - KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-linux"
37 - SRC_URI="https://github.com/jjwhitney/BDelta/archive/v${PV}.tar.gz -> ${P}.tar.gz"
38 -fi
39 -
40 DESCRIPTION="Binary Delta - Efficient difference algorithm and format"
41 HOMEPAGE="https://github.com/jjwhitney/BDelta"
42 +SRC_URI="https://github.com/jjwhitney/BDelta/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43
44 -SLOT="0"
45 LICENSE="MPL-2.0"
46 -IUSE=""
47 +SLOT="0"
48 +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-linux"
49
50 PATCHES=(
51 "${FILESDIR}"/${P}-soname.patch