Diff rsync-bpc-3.1.3.0 with a rsync-bpc-3.1.3.0-r1
/usr/portage/net-misc/rsync-bpc/rsync-bpc-3.1.3.0-r1.ebuild 2025-07-29 16:22:17.288467561 +0300 | ||
---|---|---|
1 |
# Copyright 2022 Gentoo Authors |
|
1 |
# Copyright 2022-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 |
inherit autotools |
|
7 | ||
6 | 8 |
DESCRIPTION="Rsync-bpc is a customized version of rsync that is used as part of BackupPC" |
7 | 9 |
HOMEPAGE="https://github.com/backuppc/rsync-bpc" |
8 | 10 |
SRC_URI="https://github.com/backuppc/rsync-bpc/releases/download/${PV}/${P}.tar.gz" |
... | ... | |
13 | 15 | |
14 | 16 |
RDEPEND="virtual/ssh" |
15 | 17 |
DEPEND="${RDEPEND}" |
18 | ||
19 |
PATCHES=( |
|
20 |
"${FILESDIR}/${PN}-3.1.3.0-r1-fix-gettimeofday-error.patch" #874666 |
|
21 |
) |
|
22 | ||
23 |
src_prepare() { |
|
24 |
default |
|
25 |
eautoreconf |
|
26 |
} |