Install this version:
emerge -a =sys-apps/maxperfwiz-20250630
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-apps/maxperfwiz-20250630
Or alternatively:
emerge --autounmask-write -a =sys-apps/maxperfwiz-20250630
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20250630 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Script to configure parameters for increasing system performance."
HOMEPAGE="https://gitlab.com/cscs/maxperfwiz"
SHA="476c7fc8cb563364c9eb53d5ad5b4746804b460b"
SRC_URI="https://gitlab.com/cscs/${PN}/-/archive/${SHA}/${PN}-${SHA}.tar.bz2 -> ${P}.tar.bz2"
S="${WORKDIR}/${PN}-${SHA}"
LICENSE="CSL-1"
SLOT="0"
KEYWORDS="~amd64"
DOCS=( README.md )
src_install() {
einstalldocs
dobin "${PN}"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | maxperfwiz-20250630.tar.bz2 | 5635 bytes | https://gitlab.com/cscs/maxperfwiz/-/archive/476c7fc8cb563364c9eb53d5ad5b4746804b460b/maxperfwiz-476c7fc8cb563364c9eb53d5ad5b4746804b460b.tar.bz2 |