ChangeLog

# ChangeLog for app-laptop/i8kutils
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/ChangeLog,v 1.15 2007/04/21 23:10:58 tester Exp $

21 Apr 2007; Olivier Crête i8kutils-1.25.ebuild:
Use newconfd/newinitd (bug #174266)

02 Oct 2006; Olivier Crête files/i8k.init:
Make i8kmon init script really work, fixes #110572

09 Aug 2006; Doug Goldstein i8kutils-1.25.ebuild:
USE flag split tcltk->tcl & tk per bug #17808

16 Jan 2006; Mark Loeser i8kutils-1.25.ebuild:
Whitespace fix

15 Jan 2006; Olivier Crête i8kutils-1.25.ebuild:
More fixing of the installation of i8kmon

06 Jan 2006; Olivier Crête metadata.xml,
-i8kutils-1.17.ebuild, -i8kutils-1.17-r1.ebuild, i8kutils-1.25.ebuild:
Taking over unmaintained package, removed older versions, removed
virtual/x11 dep since tk already has the deps, fixed use of tcltk flag

21 Apr 2005; Stephanie Lockwood-Childs
i8kutils-1.17-r1.ebuild, i8kutils-1.17.ebuild, i8kutils-1.25.ebuild:
added -* since Dell only makes x86 and amd64 hardware

31 Mar 2005; i8kutils-1.25.ebuild:
stable on amd64

08 Dec 2004; Olivier Crete i8kutils-1.25.ebuild:
Mark stable on x86 since 1.17 doesnt build on 2.6.. Fixes bug 58093

*i8kutils-1.25 (04 Aug 2004)

04 Aug 2004; Karol Wojtaszek +i8kutils-1.25.ebuild:
Version bump, fixing SRC_URI

*i8kutils-1.17 (08 Mar 2004)

08 Mar 2004; Peter Johanson i8kutils-1.17-r1.ebuild,
i8kutils-1.17.ebuild, metadata.xml, files/i8k.conf, files/i8k.init:
Moved to app-laptop from sys-apps

*i8kutils-1.17-r1 (04 Dec 2003)

04 Dec 2003; Hanno Boeck i8kutils-1.17-r1.ebuild,
files/i8k.conf, files/i8k.init:
init-script added (thanks to Frank Szczerba in bug #17022).

*i8kutils-1.17 (08 Nov 2002)

24 Feb 2003; Nicholas Wourms i8kutils-1.17.ebuild :
This is definitely not for mips.

08 Nov 2002; Hanno Boeck i8kutils-1.17.ebuild :
Added i8kutils-ebuild. Resolves bug #4628.

Manifest

AUX i8k.conf 891 RMD160 0331ff37c0c083315d91e459247399c096adc695 SHA1 b532f1ab9719bd0a6cdfb03cacbce1b478001f93 SHA256 7e867dd900bcf393326d350017b29980452b38a30a1cd4581b786091b4571bca
AUX i8k.init 1161 RMD160 b7bb1c1a4d1bddd562df09cdac64c4c427dda419 SHA1 8a0d094264b6e63ec6bf26b8636f8875da22ea4b SHA256 67c4114d6f6ac5cf8c4bfb10a65e523ef54119b58b61f44dcd893eb2c5cc2153
DIST i8kutils_1.25.tar.gz 40528 RMD160 45a45afb2c5528b30864226a5f29c3af2824107f SHA1 f75b117e67242ded9b2936add0e947b6b6dbd976 SHA256 30bd138f31e3632e35472c012732a74c7dac5a87708fd7b24f323a0ca7c71ca4
EBUILD i8kutils-1.25.ebuild 1035 RMD160 3f4cefc87555f5c15a5089f2ee28d794087ff1f8 SHA1 b085506054ba5c16f2dcb3927f63534f0c3f04c2 SHA256 ca9ab7409056486304b631e9d6281a291248d48c91b94de920c928505122a397
MISC ChangeLog 2260 RMD160 d50f9ff4b1098537913f1f845167955a36a452a3 SHA1 78a7b37d6d99084cecfbddc6bed3e3b726ed5c58 SHA256 2e4ba2d28558c3e88cc5fae0a272d3bf2f5a2474a8255ca51f7f3e1430cdb4dc
MISC metadata.xml 252 RMD160 aba86675c8302b99a004a7ce6e90d87b784b9550 SHA1 bceef7552c6b70b8e0577919a936c32f49e88800 SHA256 716694080dffa94651b7f560af1d59b85f9a42430b85cfc9152e4352f8de8f10

files

i8kutils-1.25.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/i8kutils-1.25.ebuild,v 1.11 2007/07/15 07:10:12 mr_bones_ Exp $

DESCRIPTION="Dell Inspiron and Latitude utilities"
HOMEPAGE="http://people.debian.org/~dz/i8k/"
SRC_URI="http://people.debian.org/~dz/i8k/${P/-/_}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* x86 amd64"
IUSE="tk"

DEPEND="virtual/libc
tk? ( >=dev-lang/tk-8.3.3 )"

src_compile() {
make all || die
}

src_install() {
dobin i8kbuttons i8kctl
doman i8kbuttons.1 i8kctl.1
dosym /usr/bin/i8kctl /usr/bin/i8kfan
dodoc README.i8kutils
docinto examples/
dodoc examples/*

newinitd ${FILESDIR}/i8k.init i8k
newconfd ${FILESDIR}/i8k.conf i8k

if use tk
then
dobin i8kmon
doman i8kmon.1
docinto /
dodoc i8kmon.conf
else
echo >> ${D}/etc/conf.d/i8k
echo '# i8kmon disabled because the package was installed without USE=tk' >> ${D}/etc/conf.d/i8k
echo 'NOMON=1' >> ${D}/etc/conf.d/i8k
fi

}

metadata.xml




no-herd

tester@gentoo.org
Olivier Crête