Diff keychain-2.8.5-r2 with a keychain-2.9.8
| /usr/portage/net-misc/keychain/keychain-2.9.8.ebuild 2026-04-24 12:17:44.253405625 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 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 bash-completion-r1 |
|
| 7 | ||
| 6 | 8 |
DESCRIPTION="Agent manager for OpenSSH, ssh.com, Sun SSH, and GnuPG" |
| 7 | 9 |
HOMEPAGE="https://github.com/danielrobbins/keychain" |
| 8 |
SRC_URI="https://github.com/danielrobbins/keychain/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
|
| 10 |
SRC_URI="https://github.com/danielrobbins/keychain/releases/download/${PV}/${P}.tar.gz"
|
|
| 9 | 11 | |
| 10 | 12 |
LICENSE="GPL-2" |
| 11 | 13 |
SLOT="0" |
| ... | ... | |
| 15 | 17 | |
| 16 | 18 |
PATCHES=( |
| 17 | 19 |
# Patches from Debian |
| 18 |
"${FILESDIR}/${P}-malformed-ssh-key.patch"
|
|
| 19 |
"${FILESDIR}/${P}-typos.patch"
|
|
| 20 |
"${FILESDIR}/${P}-empty-ssh-askpass.patch"
|
|
| 20 |
"${FILESDIR}/${PN}-2.9.8-empty-ssh-askpass.patch"
|
|
| 21 | 21 |
) |
| 22 | 22 | |
| 23 | 23 |
src_install() {
|
| 24 | 24 |
dobin ${PN}
|
| 25 | 25 |
doman ${PN}.1
|
| 26 |
dodoc ChangeLog README.md |
|
| 26 |
dodoc ChangeLog.md README.md |
|
| 27 |
newbashcomp completions/keychain.bash ${PN}
|
|
| 27 | 28 |
} |