Install this version:
emerge -a =power-misc/powerutils-2.2.16
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =power-misc/powerutils-2.2.16
Or alternatively:
emerge --autounmask-write -a =power-misc/powerutils-2.2.16
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A bundle of useful small utilities"
HOMEPAGE="http://powerman.name/soft/powerutils.html"
SRC_URI="http://powerman.name/download/powerutils/${P}.tgz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_install() {
dobin bin/*
# Avoid conflict with app-misc/beep.
rm "${D}/usr/bin/beep" || die "Failed to remove beep from bin directory"
dosbin sbin/*
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | powerutils-2.2.16.tgz | 7343 bytes | http://powerman.name/download/powerutils/powerutils-2.2.16.tgz |