Diff squashmerge-0.1 with a squashmerge-9999
/usr/portage/dev-util/squashmerge/squashmerge-9999.ebuild 2023-10-09 14:52:31.004368388 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=7 |
5 | 5 | |
6 |
EGIT_REPO_URI="https://github.com/projg2/${PN}.git" |
|
7 |
inherit autotools git-r3 |
|
8 | ||
6 | 9 |
DESCRIPTION="dev-util/squashdelta delta merge tool" |
7 | 10 |
HOMEPAGE="https://github.com/projg2/squashmerge/" |
8 |
SRC_URI="https://github.com/projg2/${PN}/releases/download/v${PV}/${P}.tar.bz2" |
|
11 |
SRC_URI="" |
|
9 | 12 | |
10 | 13 |
LICENSE="BSD" |
11 | 14 |
SLOT="0" |
12 |
KEYWORDS="~amd64 ~x86" |
|
15 |
KEYWORDS="" |
|
13 | 16 |
IUSE="lz4 +lzo" |
14 | 17 |
# SquashDelta does not make much sense without a compression algo. |
15 | 18 |
REQUIRED_USE="|| ( lz4 lzo )" |
... | ... | |
23 | 26 | |
24 | 27 |
DOCS=( FORMAT ) |
25 | 28 | |
29 |
src_prepare() { |
|
30 |
default |
|
31 |
eautoreconf |
|
32 |
} |
|
33 | ||
26 | 34 |
src_configure() { |
27 | 35 |
local myconf=( |
28 | 36 |
$(use_enable lz4) |