Install this version:
emerge -a =dev-perl/WattsUp-Daemon-0.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-perl/WattsUp-Daemon-0.4
Or alternatively:
emerge --autounmask-write -a =dev-perl/WattsUp-Daemon-0.4
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit perl-module
DESCRIPTION="Watt's Up Monitoring Daemon"
HOMEPAGE="https://dev.gentoo.org/~robbat2/wattsup-daemon/"
SRC_URI="https://dev.gentoo.org/~robbat2/wattsup-daemon/${P}.tar.gz"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
BDEPEND="
dev-perl/Device-SerialPort
dev-perl/Time-TAI64
"
RDEPEND="${BDEPEND}"
PATCHES=( "${FILESDIR}/${P}-openrc.patch" )
mydoc="AUTHORS doc/wattsup_spec_v442.txt"
src_install() {
perl-module_src_install
newinitd gentoo/wattsup-daemon.initd wattsup-daemon
newconfd gentoo/wattsup-daemon.confd wattsup-daemon
}
dev-perl/Device-SerialPort dev-perl/Time-TAI64
dev-perl/Device-SerialPort dev-perl/Time-TAI64
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | WattsUp-Daemon-0.4.tar.gz | 13505 bytes | https://dev.gentoo.org/~robbat2/wattsup-daemon/WattsUp-Daemon-0.4.tar.gz |