Install this version:
emerge -a =x11-plugins/wmcpuwatch-0.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-plugins/wmcpuwatch-0.2
Or alternatively:
emerge --autounmask-write -a =x11-plugins/wmcpuwatch-0.2
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="dockapp showing the load of every logical CPU on the system"
HOMEPAGE="https://bitbucket-archive.softwareheritage.org/projects/st/StarFire/wmcpuwatch.html"
SRC_URI="https://bitbucket-archive.softwareheritage.org/static/83/8395d160-de4b-42d6-a7d9-939eade4f58a/attachments/${P}.tar.bz2"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
RDEPEND=">=x11-libs/libdockapp-0.7:="
DEPEND="${RDEPEND}"
BDEPEND="doc? ( app-text/doxygen[dot] )"
DOCS=( ChangeLog README.md )
PATCHES=( "${FILESDIR}"/${P}-cmake.patch )
src_prepare() {
cmake_src_prepare
use doc || cmake_comment_add_subdirectory doc
}
src_install() {
cmake_src_install
use doc && dodoc -r "${BUILD_DIR}"/doc/html
}
Manage flags for this package:
euse -i <flag> -p x11-plugins/wmcpuwatch |
euse -E <flag> -p x11-plugins/wmcpuwatch |
euse -D <flag> -p x11-plugins/wmcpuwatch
>=x11-libs/libdockapp-0.7:=
>=x11-libs/libdockapp-0.7:=
doc? ( app-text/doxygen[dot] )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | wmcpuwatch-0.2.tar.bz2 | 55621 bytes | https://bitbucket-archive.softwareheritage.org/static/83/8395d160-de4b-42d6-a7d9-939eade4f58a/attachments/wmcpuwatch-0.2.tar.bz2 |