* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors: ChangeLog xfce4-sensors-0.10.99.3-r1.ebuild
@ 2008-05-31 11:48 Samuli Suominen (drac)
0 siblings, 0 replies; only message in thread
From: Samuli Suominen (drac) @ 2008-05-31 11:48 UTC (permalink / raw
To: gentoo-commits
drac 08/05/31 11:48:21
Modified: ChangeLog
Added: xfce4-sensors-0.10.99.3-r1.ebuild
Log:
Apply patches ffrom bugs 217743 and 214527, thanks to Torsten Krah, Paolo Pedroni, Tim Taubert and Andy Crook.
(Portage version: 2.1.5.2)
Revision Changes Path
1.30 xfce-extra/xfce4-sensors/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 22 Mar 2008 11:22:41 -0000 1.29
+++ ChangeLog 31 May 2008 11:48:21 -0000 1.30
@@ -1,6 +1,15 @@
# ChangeLog for xfce-extra/xfce4-sensors
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors/ChangeLog,v 1.29 2008/03/22 11:22:41 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors/ChangeLog,v 1.30 2008/05/31 11:48:21 drac Exp $
+
+*xfce4-sensors-0.10.99.3-r1 (31 May 2008)
+
+ 31 May 2008; Samuli Suominen <drac@gentoo.org>
+ +files/xfce4-sensors-0.10.99.3-acpi.patch,
+ +files/xfce4-sensors-0.10.99.3-hddtemp.patch,
+ +xfce4-sensors-0.10.99.3-r1.ebuild:
+ Apply patches ffrom bugs 217743 and 214527, thanks to Torsten Krah, Paolo
+ Pedroni, Tim Taubert and Andy Crook. Fixes for ACPI and hddtemp.
22 Mar 2008; nixnut <nixnut@gentoo.org> xfce4-sensors-0.10.99.3.ebuild:
Stable on ppc wrt bug 214130
1.1 xfce-extra/xfce4-sensors/xfce4-sensors-0.10.99.3-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors/xfce4-sensors-0.10.99.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors/xfce4-sensors-0.10.99.3-r1.ebuild?rev=1.1&content-type=text/plain
Index: xfce4-sensors-0.10.99.3-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors/xfce4-sensors-0.10.99.3-r1.ebuild,v 1.1 2008/05/31 11:48:21 drac Exp $
inherit eutils xfce44
xfce44
DESCRIPTION="acpi, lm_sensors and hddtemp panel plugin"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="acpi debug hddtemp lm_sensors"
RDEPEND="lm_sensors? ( sys-apps/lm_sensors )
hddtemp? ( app-admin/hddtemp )"
DEPEND="dev-util/intltool"
pkg_setup() {
XFCE_CONFIG+=" $(use_enable hddtemp)
$(use_enable lm_sensors libsensors)
$(use_enable acpi procacpi)"
if ! use hddtemp && ! use lm_sensors && ! use acpi; then
XFCE_CONFIG+=" --enable-procacpi"
ewarn "Because you disabled all USE flags, selecting acpi for you."
fi
DOCS="AUTHORS ChangeLog NEWS NOTES README TODO"
}
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-hddtemp.patch \
"${FILESDIR}"/${P}-acpi.patch
}
xfce44_goodies_panel_plugin
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-31 11:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-31 11:48 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors: ChangeLog xfce4-sensors-0.10.99.3-r1.ebuild Samuli Suominen (drac)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox