* [gentoo-commits] gentoo-x86 commit in app-laptop/i8kutils: ChangeLog i8kutils-1.25-r1.ebuild
@ 2008-10-29 20:28 Olivier Crete (tester)
0 siblings, 0 replies; only message in thread
From: Olivier Crete (tester) @ 2008-10-29 20:28 UTC (permalink / raw
To: gentoo-commits
tester 08/10/29 20:28:43
Modified: ChangeLog
Added: i8kutils-1.25-r1.ebuild
Log:
Fix init script, fixes bug #216742
(Portage version: 2.1.4.5)
Revision Changes Path
1.16 app-laptop/i8kutils/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/i8kutils/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/i8kutils/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/i8kutils/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 21 Apr 2007 23:10:58 -0000 1.15
+++ ChangeLog 29 Oct 2008 20:28:43 -0000 1.16
@@ -1,6 +1,12 @@
# 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 $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/ChangeLog,v 1.16 2008/10/29 20:28:43 tester Exp $
+
+*i8kutils-1.25-r1 (29 Oct 2008)
+
+ 29 Oct 2008; Olivier Crête <tester@gentoo.org> +files/i8k.init-r1,
+ +i8kutils-1.25-r1.ebuild:
+ Fix init script, fixes bug #216742
21 Apr 2007; Olivier Crête <tester@gentoo.org> i8kutils-1.25.ebuild:
Use newconfd/newinitd (bug #174266)
1.1 app-laptop/i8kutils/i8kutils-1.25-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/i8kutils/i8kutils-1.25-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/i8kutils/i8kutils-1.25-r1.ebuild?rev=1.1&content-type=text/plain
Index: i8kutils-1.25-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/i8kutils-1.25-r1.ebuild,v 1.1 2008/10/29 20:28:43 tester 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="-* ~amd64 ~x86"
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-r1 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
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-29 20:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-29 20:28 [gentoo-commits] gentoo-x86 commit in app-laptop/i8kutils: ChangeLog i8kutils-1.25-r1.ebuild Olivier Crete (tester)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox