Install this version:
emerge -a =games-util/cisoplus-1.0.11
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-util/cisoplus-1.0.11
Or alternatively:
emerge --autounmask-write -a =games-util/cisoplus-1.0.11
# Copyright 1999-2024 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MyPV="${PV//./_}"
MyP="${PN}_${MyPV}"
DESCRIPTION="A powerfull PSP ISO compressor"
HOMEPAGE="http://cisoplus.pspgen.com/"
SRC_URI="https://web.archive.org/web/20160323075247/http://cisoplus.pspgen.com/Files/${MyP}.zip
doc? ( https://web.archive.org/web/20160323075146/http://cisoplus.pspgen.com/cisoplus3.pdf )"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE="doc"
DEPEND="app-arch/unzip"
RDEPEND="sys-libs/glibc
amd64? ( sys-libs/glibc[multilib] )"
S="${WORKDIR}"
RESTRICT="bindist mirror"
src_install() {
dobin linux/${PN} linux/${PN}_O3
dodoc about.txt help.txt
use doc && dodoc "${DISTDIR}/cisoplus3.pdf"
}
Manage flags for this package:
euse -i <flag> -p games-util/cisoplus |
euse -E <flag> -p games-util/cisoplus |
euse -D <flag> -p games-util/cisoplus
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | cisoplus3.pdf | 19328 bytes | https://web.archive.org/web/20160323075146/http://cisoplus.pspgen.com/cisoplus3.pdf |
| DIST | cisoplus_1_0_11.zip | 214256 bytes | https://web.archive.org/web/20160323075247/http://cisoplus.pspgen.com/Files/cisoplus_1_0_11.zip |