merge of chico-Overlay

This commit is contained in:
Micha Glave
2006-04-05 11:42:10 +00:00
parent 49a0cfa23b
commit d48cbb4e0b
26 changed files with 294 additions and 621 deletions

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
#
# Thank you to Tobias Roeser <le.petit.fou at web.de> for working on
# this ebuild.
inherit kde
MY_P=${P/-/_}
RELNR=2
DESCRIPTION="KDE-based monitor for the IBM HDAPS system."
HOMEPAGE="http://www.oakcourt.dyndns.org/projects/khdapsmon/"
SRC_URI="http://www.oakcourt.dyndns.org/projects/khdapsmon/${MY_P}-${RELNR}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~x86"
need-kde 3.3
pkg_postinst() {
einfo
einfo "To autoload the required kernel module at system startup type"
einfo
einfo " # echo \"hdaps\" >> /etc/modules.autoload.d/kernel-2.6"
einfo
}