Install this version:
emerge -a =app-crypt/gzsig-20060130
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-crypt/gzsig-20060130
Or alternatively:
emerge --autounmask-write -a =app-crypt/gzsig-20060130
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20060130 | 8 | ~amd64 | 0 |
# Copyright 2025 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="gzsig(1) from MirBSD"
HOMEPAGE="http://www.mirbsd.org/htman/i386/man1/gzsig.htm http://www.mirbsd.org/cvs.cgi/src/usr.bin/gzsig/"
SRC_URI="https://mbsd.evolvis.org/MirOS/dist/mir/gzsig/${P}.tgz"
S="${WORKDIR}/${PN}"
LICENSE="BSD ISC MirOS"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-libs/openssl:="
DEPEND="${RDEPEND}"
BDEPEND="dev-build/bmake"
PATCHES=(
"${FILESDIR}/gzsig-20060130-gzsig.c-remove-__dead-for-now.patch"
"${FILESDIR}/gzsig-20060130-pemrsa-move-__RCSID-into-an-header-comment.patch"
"${FILESDIR}/gzsig-20060130-x509.c-Update-for-OpenSSL-3.x.patch"
"${FILESDIR}/gzsig-20060130-Drop-usage-of-ssh.c-and-ssh2.c-for-now.patch"
)
src_configure() {
export MANTARGET=man
}
src_compile() {
bmake || die
}
src_install() {
einstalldocs
bmake DESTDIR="${D}" install || die
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | gzsig-20060130.tgz | 12709 bytes | https://mbsd.evolvis.org/MirOS/dist/mir/gzsig/gzsig-20060130.tgz |