Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35761 - gkacpi2-0.5.ebuild (New Package)
Summary: gkacpi2-0.5.ebuild (New Package)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-12-13 16:08 UTC by Matt Toso
Modified: 2006-07-23 16:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Toso 2003-12-13 16:08:30 UTC
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
}
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-07-23 16:54:50 UTC
Uh eh, last upstream release almost 3.5 years ago.

WONTFIX, sorry.