Install this version:
emerge -a =app-cdr/cdi2nero-0.9.9
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-cdr/cdi2nero-0.9.9
Or alternatively:
emerge --autounmask-write -a =app-cdr/cdi2nero-0.9.9
# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Converts DiscJuggler CDI files to NRG (Nero)."
HOMEPAGE="http://digitalimagecorp.de/software/cdi2nero/"
SRC_URI="https://web.archive.org/web/20091027063725/http://es.geocities.com/dextstuff/cdirip/${PN}${PV//.}-src.zip"
S="${WORKDIR}"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
PATCHES=( "${FILESDIR}/${PN}.patch" )
BDEPEND="app-arch/unzip"
src_compile() {
emake -f "Makefile.${PN}.posix" || die "emake failed"
}
src_install() {
dobin "${PN}"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | cdi2nero099-src.zip | 10043 bytes | https://web.archive.org/web/20091027063725/http://es.geocities.com/dextstuff/cdirip/cdi2nero099-src.zip |