Install this version:
emerge -a =sys-fs/cpmtools-2.24
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-fs/cpmtools-2.24
Or alternatively:
emerge --autounmask-write -a =sys-fs/cpmtools-2.24
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit custom-cflags
DESCRIPTION="Tools to access CP/M file systems"
HOMEPAGE="http://www.moria.de/~michael/cpmtools/"
SRC_URI="http://www.moria.de/~michael/${PN}/files/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv ~x86"
RDEPEND="
sys-libs/ncurses:=
"
DEPEND="
${RDEPEND}
"
BDEPEND="
virtual/pkgconfig
"
src_configure() {
custom-cflags_src_configure
local -x LIBS="$(pkg-config --libs ncurses)"
econf
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | cpmtools-2.24.tar.gz | 225911 bytes | http://www.moria.de/~michael/cpmtools/files/cpmtools-2.24.tar.gz |