Install this version:
emerge -a =app-arch/cmdpack-1.06
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-arch/cmdpack-1.06
Or alternatively:
emerge --autounmask-write -a =app-arch/cmdpack-1.06
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Utilites from Neill Corlett, bin2ecm included"
HOMEPAGE="https://github.com/chungy/cmdpack"
SRC_URI="https://github.com/chungy/cmdpack/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
BDEPEND="app-text/asciidoc"
src_prepare() {
default
sed -i -e "s:install-bin2iso::" -e "s:bin2iso::" Makefile
}
src_install() {
emake prefix=/usr DESTDIR="${D}" install
dodoc README.adoc
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | cmdpack-1.06.tar.gz | 71738 bytes | https://github.com/chungy/cmdpack/archive/1.06.tar.gz |