Diff nftlb-1.0.8-r1 with a nftlb-1.1.0
/usr/portage/net-firewall/nftlb/nftlb-1.1.0.ebuild 2025-02-03 17:39:35.878677808 +0300 | ||
---|---|---|
1 |
# Copyright 2020-2023 Gentoo Authors |
|
1 |
# Copyright 2020-2025 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
6 | 6 |
inherit linux-info autotools |
7 | 7 | |
8 | 8 |
DESCRIPTION="nftables load balancer" |
9 |
HOMEPAGE="https://github.com/zevenet/nftlb" |
|
10 |
SRC_URI="https://github.com/zevenet/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" |
|
9 |
HOMEPAGE=" |
|
10 |
https://www.relianoid.com/nftlb |
|
11 |
https://github.com/relianoid/nftlb |
|
12 |
" |
|
13 |
SRC_URI="https://github.com/relianoid/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" |
|
11 | 14 | |
12 | 15 |
LICENSE="AGPL-3" |
13 | 16 |
SLOT="0" |
... | ... | |
18 | 21 |
dev-libs/jansson:= |
19 | 22 |
dev-libs/libev:= |
20 | 23 |
" |
21 |
RDEPEND="${DEPEND}" |
|
24 |
RDEPEND=" |
|
25 |
${DEPEND} |
|
26 |
" |
|
22 | 27 | |
23 | 28 |
# tests need root access |
24 | 29 |
RESTRICT="test" |
25 | 30 | |
26 | 31 |
PATCHES=( |
27 | 32 |
"${FILESDIR}/nftlb-1.0.8-tests.patch" |
28 |
"${FILESDIR}/nftlb-1.0.8-musl.patch" |
|
33 |
"${FILESDIR}/nftlb-1.1.0-musl.patch" |
|
29 | 34 |
) |
30 | 35 | |
31 | 36 |
pkg_setup() { |