Install this version:
emerge -a =app-admin/himitsu-ssh-0.10.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-admin/himitsu-ssh-0.10.0
Or alternatively:
emerge --autounmask-write -a =app-admin/himitsu-ssh-0.10.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.10.0 | 8 | ~amd64 | 0 |
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit toolchain-funcs
if [[ "${PV}" = "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/himitsu-ssh"
else
SRC_URI="https://git.sr.ht/~sircmpwn/himitsu-ssh/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="SSH integration for Himitsu"
HOMEPAGE="https://git.sr.ht/~sircmpwn/himitsu-ssh"
LICENSE="GPL-3"
SLOT="0"
RDEPEND="
>=app-admin/himitsu-0.10:=
>=dev-hare/hare-ssh-0.26.0:=
"
DEPEND="
${RDEPEND}
>=dev-lang/hare-0.26.0:=
"
BDEPEND="app-text/scdoc"
# All binaries are hare-built
QA_FLAGS_IGNORED=".*"
src_configure() {
sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die
tc-export AS LD CC AR
}
src_test() {
# Don't run tests if there's none (which is the case of 0.3)
grep -r '@test fn' . && emake check
}
>=app-admin/himitsu-0.10:= >=dev-hare/hare-ssh-0.26.0:= >=dev-lang/hare-0.26.0:=
>=app-admin/himitsu-0.10:= >=dev-hare/hare-ssh-0.26.0:=
app-text/scdoc
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | himitsu-ssh-0.10.0.tar.gz | 21264 bytes | https://git.sr.ht/~sircmpwn/himitsu-ssh/archive/0.10.0.tar.gz |