Install this version:
emerge -a =sys-fs/disklav-1.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-fs/disklav-1.0
Or alternatively:
emerge --autounmask-write -a =sys-fs/disklav-1.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="# Manage MIDI/E-Seq files inside of Disklavier images"
HOMEPAGE="https://github.com/MS3FGX/disklav"
SRC_URI="https://github.com/MS3FGX/${PN}/archive/master.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-master"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="app-arch/unzip"
RDEPEND="dev-python/bitstring"
DEPEND="${RDEPEND}"
src_install() {
einfo 'Installing files...'
exeinto /usr/bin/
mv "${S}/${PN}.py" "${S}/${PN}"
doexe "${S}/${PN}"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | disklav-1.0.tar.gz | 456779 bytes | https://github.com/MS3FGX/disklav/archive/master.tar.gz |