Install this version:
emerge -a =games-misc/hot-babe-0.2.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-misc/hot-babe-0.2.2
Or alternatively:
emerge --autounmask-write -a =games-misc/hot-babe-0.2.2
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Displays the system activity in a very special way ;-)"
HOMEPAGE="https://sourceforge.net/projects/hotbabe"
SRC_URI="mirror://sourceforge/${PN/-}/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="x11-libs/gtk+:2"
DEPEND="${RDEPEND}
virtual/pkgconfig"
PATCHES=( "${FILESDIR}"/Makefile.patch )
src_install() {
emake VERSION="${PVR}" DESTDIR="${D}" install
newman ${PN}.1 ${PN}.6
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | hot-babe-0.2.2.tar.gz | 408991 bytes | mirror://sourceforge/hotbabe/hot-babe-0.2.2.tar.gz |