I was using the gkacpi ebuild that is in portage now and wasn't happy with it (no temperature indicator, sometimes wrong battery level). I found a much improved version on sourceforge and decided to make an ebuild for it. This is my first ebuild and actually very little is changed from the old gkacpi ebuild. I'm not sure if you will want to replace the older one or not, I think gkacpi2 is basically gkacpi ported to Gkrellm2. # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/x11-plugins/gkacpi2/gkacpi2-0.5.ebuild,v 1.0 2003/12/13 06:56:34 mholzer Exp $ DESCRIPTION="ACPI battery and temperature monitor for Gkrellm" SRC_URI="mirror://sourceforge/gkacpi/${P}.tar.gz" HOMEPAGE="http://gkacpi.sourceforge.net/" LICENSE="GPL-2" DEPEND="=app-admin/gkrellm-2*" RDEPEND="${DEPEND}" KEYWORDS="x86" SLOT="0" src_compile() { emake || die } src_install () { insinto /usr/lib/gkrellm2/plugins doins gkacpi2.so dodoc AUTHORS ChangeLog COPYING INSTALL README }
Uh eh, last upstream release almost 3.5 years ago. WONTFIX, sorry.