Diff vrrpd-1.9-r1 with a vrrpd-1.18
/usr/portage/net-misc/vrrpd/vrrpd-1.18.ebuild 2025-07-29 16:22:17.292467577 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2025 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 | 6 |
DESCRIPTION="Virtual Router Redundancy Protocol Daemon" |
7 |
HOMEPAGE="http://numsys.eu/vrrp_art.php" |
|
8 |
SRC_URI="https://github.com/fredbcode/Vrrpd/archive/v${PV}.tar.gz -> ${P}.tar.gz" |
|
9 |
S="${WORKDIR}/Vrrpd-${PV}" |
|
7 |
HOMEPAGE="https://gitlab.com/fredbcode/Vrrpd/" |
|
8 |
GITLAB_SHA1="4fdb0d95fd6a09a229a31e975b01271f6245ab5b" |
|
9 |
SRC_URI="https://gitlab.com/fredbcode/Vrrpd/-/archive/v${PV}/${P}.tar.bz2" |
|
10 | ||
11 |
S="${WORKDIR}/Vrrpd-v${PV}-${GITLAB_SHA1}" |
|
10 | 12 | |
11 | 13 |
LICENSE="GPL-2+" |
12 | 14 |
SLOT="0" |
13 | 15 |
KEYWORDS="~amd64 ~x86" |
14 | 16 | |
15 |
PATCHES=( "${FILESDIR}"/vrrpd-1.9-rollup.patch ) |
|
16 | ||
17 | 17 |
src_prepare() { |
18 | 18 |
default |
19 | 19 | |
... | ... | |
36 | 36 |
src_install() { |
37 | 37 |
dosbin vrrpd atropos |
38 | 38 |
doman vrrpd.8 |
39 |
dodoc FAQ Changes TODO scott_example doc/draft-ietf-vrrp-spec-v2-05.txt doc/rfc2338.txt.vrrp doc/draft-jou-duplicate-ip-address-02.txt doc/principe-Vrrp1.jpg doc/principe-Vrrp2.jpg README.md |
|
39 |
dodoc FAQ Changes TODO scott_example README.md |
|
40 |
dodoc doc/* |
|
40 | 41 |
} |