Install this version:
emerge -a =app-arch/bitrock-unpacker-20160622
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-arch/bitrock-unpacker-20160622
Or alternatively:
emerge --autounmask-write -a =app-arch/bitrock-unpacker-20160622
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20160622 | 8 | ~amd64 | 0 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Bitrock unpacking script."
HOMEPAGE="https://gist.github.com/mickael9/0b902da7c13207d1b86e"
SRC_URI="https://gist.githubusercontent.com/mickael9/0b902da7c13207d1b86e/raw/ef65b6583c5cf077fb897a9a028781f577fed9ac/bitrock-unpacker.tcl -> ${P}.tcl"
S="${WORKDIR}"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-tcltk/sdx"
src_unpack() {
:
}
src_install() {
newbin "${DISTDIR}/${P}.tcl" "${PN}"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | bitrock-unpacker-20160622.tcl | 3368 bytes | https://gist.githubusercontent.com/mickael9/0b902da7c13207d1b86e/raw/ef65b6583c5cf077fb897a9a028781f577fed9ac/bitrock-unpacker.tcl |