Сравнение autossh-1.4g-r1 с autossh-1.4g-r2
/usr/portage/net-misc/autossh/autossh-1.4g-r2.ebuild 2023-10-09 14:52:34.628368480 +0300 | ||
---|---|---|
1 | 1 |
# Copyright 1999-2023 Gentoo Authors |
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | ||
6 |
inherit autotools |
|
5 | 7 | |
6 | 8 |
DESCRIPTION="Automatically restart SSH sessions and tunnels" |
7 | 9 |
HOMEPAGE="https://www.harding.motd.ca/autossh/" |
8 | 10 |
SRC_URI="https://www.harding.motd.ca/${PN}/${P}.tgz" |
9 | 11 | |
10 | 12 |
LICENSE="BSD" |
11 |
KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" |
|
13 |
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" |
|
12 | 14 |
SLOT="0" |
13 | 15 | |
14 |
RDEPEND="virtual/openssh" |
|
16 |
DEPEND="dev-libs/libbsd" |
|
17 |
RDEPEND="${DEPEND} |
|
18 |
virtual/openssh" |
|
19 | ||
20 |
PATCHES=( |
|
21 |
"${FILESDIR}"/autossh-1.4g-libbsd.patch |
|
22 |
"${FILESDIR}"/autossh-1.4g-printf.patch |
|
23 |
) |
|
24 | ||
25 |
src_prepare() { |
|
26 |
default |
|
27 |
eautoreconf |
|
28 |
} |
|
15 | 29 | |
16 | 30 |
src_install() { |
17 | 31 |
dobin autossh |