* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: ChangeLog xfce4-sensors-plugin-1.0.0.ebuild
@ 2010-03-29 14:53 Jeremy Olexa (darkside)
0 siblings, 0 replies; 10+ messages in thread
From: Jeremy Olexa (darkside) @ 2010-03-29 14:53 UTC (permalink / raw
To: gentoo-commits
darkside 10/03/29 14:53:50
Modified: ChangeLog
Added: xfce4-sensors-plugin-1.0.0.ebuild
Log:
Version bump. http://releases.xfce.org/feeds/project/xfce4-sensors-plugin
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.3 xfce-extra/xfce4-sensors-plugin/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 19 Feb 2010 09:11:19 -0000 1.2
+++ ChangeLog 29 Mar 2010 14:53:50 -0000 1.3
@@ -1,6 +1,12 @@
# ChangeLog for xfce-extra/xfce4-sensors-plugin
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.2 2010/02/19 09:11:19 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.3 2010/03/29 14:53:50 darkside Exp $
+
+*xfce4-sensors-plugin-1.0.0 (29 Mar 2010)
+
+ 29 Mar 2010; Jeremy Olexa <darkside@gentoo.org>
+ +xfce4-sensors-plugin-1.0.0.ebuild:
+ Version bump. http://releases.xfce.org/feeds/project/xfce4-sensors-plugin
19 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
xfce4-sensors-plugin-0.10.99.6.ebuild:
1.1 xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?rev=1.1&content-type=text/plain
Index: xfce4-sensors-plugin-1.0.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v 1.1 2010/03/29 14:53:50 darkside Exp $
EAUTORECONF=yes
EAPI=2
inherit xfconf
DESCRIPTION="acpi, lm_sensors and hddtemp panel plugin"
HOMEPAGE="http://www.xfce.org/"
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.0/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="acpi debug hddtemp libnotify lm_sensors"
RDEPEND=">=x11-libs/gtk+-2.10:2
>=xfce-base/libxfce4util-4.4
>=xfce-base/libxfcegui4-4.4
>=xfce-base/xfce4-panel-4.4
libnotify? ( >=x11-libs/libnotify-0.4 )
lm_sensors? ( sys-apps/lm_sensors )
hddtemp? ( app-admin/hddtemp )"
DEPEND="${RDEPEND}
dev-util/intltool
dev-util/pkgconfig"
pkg_setup() {
XFCONF="--disable-dependency-tracking
$(use_enable hddtemp)
$(use_enable lm_sensors libsensors)
$(use_enable acpi procacpi)
$(use_enable acpi sysfsacpi)
$(use_enable debug)
$(use_enable libnotify notification)"
if ! use hddtemp && ! use lm_sensors && ! use acpi; then
XFCONF="${XFCONF} --enable-procacpi --enable-sysfsacpi"
fi
DOCS="AUTHORS ChangeLog NEWS NOTES README TODO"
}
src_prepare() {
sed -i -e '/-no-undefined/d' src/Makefile.am || die
sed -i -e 's/-Werror//' configure.in || die
xfconf_src_prepare
}
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: ChangeLog xfce4-sensors-plugin-1.0.0.ebuild
@ 2010-03-29 15:00 Jeremy Olexa (darkside)
0 siblings, 0 replies; 10+ messages in thread
From: Jeremy Olexa (darkside) @ 2010-03-29 15:00 UTC (permalink / raw
To: gentoo-commits
darkside 10/03/29 15:00:17
Modified: ChangeLog xfce4-sensors-plugin-1.0.0.ebuild
Log:
Fix debug usage
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.4 xfce-extra/xfce4-sensors-plugin/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 29 Mar 2010 14:53:50 -0000 1.3
+++ ChangeLog 29 Mar 2010 15:00:17 -0000 1.4
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-sensors-plugin
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.3 2010/03/29 14:53:50 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.4 2010/03/29 15:00:17 darkside Exp $
+
+ 29 Mar 2010; Jeremy Olexa <darkside@gentoo.org>
+ xfce4-sensors-plugin-1.0.0.ebuild:
+ Fix debug usage
*xfce4-sensors-plugin-1.0.0 (29 Mar 2010)
1.2 xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?r1=1.1&r2=1.2
Index: xfce4-sensors-plugin-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-sensors-plugin-1.0.0.ebuild 29 Mar 2010 14:53:50 -0000 1.1
+++ xfce4-sensors-plugin-1.0.0.ebuild 29 Mar 2010 15:00:17 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v 1.1 2010/03/29 14:53:50 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v 1.2 2010/03/29 15:00:17 darkside Exp $
EAUTORECONF=yes
EAPI=2
@@ -32,8 +32,8 @@
$(use_enable lm_sensors libsensors)
$(use_enable acpi procacpi)
$(use_enable acpi sysfsacpi)
- $(use_enable debug)
- $(use_enable libnotify notification)"
+ $(use_enable libnotify notification)
+ $(xfconf_use_debug)"
if ! use hddtemp && ! use lm_sensors && ! use acpi; then
XFCONF="${XFCONF} --enable-procacpi --enable-sysfsacpi"
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: ChangeLog xfce4-sensors-plugin-1.0.0.ebuild
@ 2010-03-29 15:20 Jeremy Olexa (darkside)
0 siblings, 0 replies; 10+ messages in thread
From: Jeremy Olexa (darkside) @ 2010-03-29 15:20 UTC (permalink / raw
To: gentoo-commits
darkside 10/03/29 15:20:09
Modified: ChangeLog xfce4-sensors-plugin-1.0.0.ebuild
Log:
Upon closer investigation by ssuominen, hddtemp should use netcat as well. It was automagic before this change
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.5 xfce-extra/xfce4-sensors-plugin/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 29 Mar 2010 15:00:17 -0000 1.4
+++ ChangeLog 29 Mar 2010 15:20:09 -0000 1.5
@@ -1,6 +1,11 @@
# ChangeLog for xfce-extra/xfce4-sensors-plugin
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.4 2010/03/29 15:00:17 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.5 2010/03/29 15:20:09 darkside Exp $
+
+ 29 Mar 2010; Jeremy Olexa <darkside@gentoo.org>
+ xfce4-sensors-plugin-1.0.0.ebuild:
+ Upon closer investigation by ssuominen, hddtemp should use netcat as well.
+ It was automagic before this change
29 Mar 2010; Jeremy Olexa <darkside@gentoo.org>
xfce4-sensors-plugin-1.0.0.ebuild:
1.3 xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?r1=1.2&r2=1.3
Index: xfce4-sensors-plugin-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfce4-sensors-plugin-1.0.0.ebuild 29 Mar 2010 15:00:17 -0000 1.2
+++ xfce4-sensors-plugin-1.0.0.ebuild 29 Mar 2010 15:20:09 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v 1.2 2010/03/29 15:00:17 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v 1.3 2010/03/29 15:20:09 darkside Exp $
EAUTORECONF=yes
EAPI=2
@@ -21,7 +21,7 @@
>=xfce-base/xfce4-panel-4.4
libnotify? ( >=x11-libs/libnotify-0.4 )
lm_sensors? ( sys-apps/lm_sensors )
- hddtemp? ( app-admin/hddtemp )"
+ hddtemp? ( app-admin/hddtemp net-analyzer/gnu-netcat )"
DEPEND="${RDEPEND}
dev-util/intltool
dev-util/pkgconfig"
@@ -29,6 +29,7 @@
pkg_setup() {
XFCONF="--disable-dependency-tracking
$(use_enable hddtemp)
+ $(use_enable hddtemp netcat)
$(use_enable lm_sensors libsensors)
$(use_enable acpi procacpi)
$(use_enable acpi sysfsacpi)
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: ChangeLog xfce4-sensors-plugin-1.0.0.ebuild
@ 2010-03-29 16:21 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 10+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-03-29 16:21 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/03/29 16:21:06
Modified: ChangeLog xfce4-sensors-plugin-1.0.0.ebuild
Log:
Fix missing -I flag for libxfce4panel headers.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.6 xfce-extra/xfce4-sensors-plugin/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 29 Mar 2010 15:20:09 -0000 1.5
+++ ChangeLog 29 Mar 2010 16:21:06 -0000 1.6
@@ -1,6 +1,11 @@
# ChangeLog for xfce-extra/xfce4-sensors-plugin
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.5 2010/03/29 15:20:09 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.6 2010/03/29 16:21:06 ssuominen Exp $
+
+ 29 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
+ xfce4-sensors-plugin-1.0.0.ebuild,
+ +files/xfce4-sensors-plugin-1.0.0-missing_includedir.patch:
+ Fix missing -I flag for libxfce4panel headers.
29 Mar 2010; Jeremy Olexa <darkside@gentoo.org>
xfce4-sensors-plugin-1.0.0.ebuild:
1.4 xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?r1=1.3&r2=1.4
Index: xfce4-sensors-plugin-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfce4-sensors-plugin-1.0.0.ebuild 29 Mar 2010 15:20:09 -0000 1.3
+++ xfce4-sensors-plugin-1.0.0.ebuild 29 Mar 2010 16:21:06 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v 1.3 2010/03/29 15:20:09 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v 1.4 2010/03/29 16:21:06 ssuominen Exp $
EAUTORECONF=yes
EAPI=2
@@ -28,6 +28,7 @@
pkg_setup() {
XFCONF="--disable-dependency-tracking
+ --disable-static
$(use_enable hddtemp)
$(use_enable hddtemp netcat)
$(use_enable lm_sensors libsensors)
@@ -41,6 +42,8 @@
fi
DOCS="AUTHORS ChangeLog NEWS NOTES README TODO"
+
+ PATCHES=( "${FILESDIR}/${P}-missing_includedir.patch" )
}
src_prepare() {
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: ChangeLog xfce4-sensors-plugin-1.0.0.ebuild
@ 2010-03-29 16:55 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 10+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-03-29 16:55 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/03/29 16:55:51
Modified: ChangeLog xfce4-sensors-plugin-1.0.0.ebuild
Log:
Fix building with --disable-notification.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.7 xfce-extra/xfce4-sensors-plugin/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 29 Mar 2010 16:21:06 -0000 1.6
+++ ChangeLog 29 Mar 2010 16:55:51 -0000 1.7
@@ -1,11 +1,13 @@
# ChangeLog for xfce-extra/xfce4-sensors-plugin
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.6 2010/03/29 16:21:06 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.7 2010/03/29 16:55:51 ssuominen Exp $
29 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
xfce4-sensors-plugin-1.0.0.ebuild,
+ +files/xfce4-sensors-plugin-1.0.0-without_libnotify.patch,
+files/xfce4-sensors-plugin-1.0.0-missing_includedir.patch:
Fix missing -I flag for libxfce4panel headers.
+ Fix building with --disable-notification.
29 Mar 2010; Jeremy Olexa <darkside@gentoo.org>
xfce4-sensors-plugin-1.0.0.ebuild:
1.5 xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?r1=1.4&r2=1.5
Index: xfce4-sensors-plugin-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xfce4-sensors-plugin-1.0.0.ebuild 29 Mar 2010 16:21:06 -0000 1.4
+++ xfce4-sensors-plugin-1.0.0.ebuild 29 Mar 2010 16:55:51 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v 1.4 2010/03/29 16:21:06 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v 1.5 2010/03/29 16:55:51 ssuominen Exp $
EAUTORECONF=yes
EAPI=2
@@ -43,7 +43,8 @@
DOCS="AUTHORS ChangeLog NEWS NOTES README TODO"
- PATCHES=( "${FILESDIR}/${P}-missing_includedir.patch" )
+ PATCHES=( "${FILESDIR}/${P}-missing_includedir.patch"
+ "${FILESDIR}/${P}-without_libnotify.patch" )
}
src_prepare() {
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: ChangeLog xfce4-sensors-plugin-1.0.0.ebuild
@ 2010-05-12 20:57 Jeremy Olexa (darkside)
0 siblings, 0 replies; 10+ messages in thread
From: Jeremy Olexa (darkside) @ 2010-05-12 20:57 UTC (permalink / raw
To: gentoo-commits
darkside 10/05/12 20:57:20
Modified: ChangeLog xfce4-sensors-plugin-1.0.0.ebuild
Log:
Set proper lm_sensors dep version. Bug 314085 by Ivan Ponomarev
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.8 xfce-extra/xfce4-sensors-plugin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 29 Mar 2010 16:55:51 -0000 1.7
+++ ChangeLog 12 May 2010 20:57:20 -0000 1.8
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-sensors-plugin
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.7 2010/03/29 16:55:51 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.8 2010/05/12 20:57:20 darkside Exp $
+
+ 12 May 2010; Jeremy Olexa <darkside@gentoo.org>
+ xfce4-sensors-plugin-1.0.0.ebuild:
+ Set proper lm_sensors dep version. Bug 314085 by Ivan Ponomarev
29 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
xfce4-sensors-plugin-1.0.0.ebuild,
1.6 xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?r1=1.5&r2=1.6
Index: xfce4-sensors-plugin-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xfce4-sensors-plugin-1.0.0.ebuild 29 Mar 2010 16:55:51 -0000 1.5
+++ xfce4-sensors-plugin-1.0.0.ebuild 12 May 2010 20:57:20 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v 1.5 2010/03/29 16:55:51 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v 1.6 2010/05/12 20:57:20 darkside Exp $
EAUTORECONF=yes
EAPI=2
@@ -20,7 +20,7 @@
>=xfce-base/libxfcegui4-4.4
>=xfce-base/xfce4-panel-4.4
libnotify? ( >=x11-libs/libnotify-0.4 )
- lm_sensors? ( sys-apps/lm_sensors )
+ lm_sensors? ( >=sys-apps/lm_sensors-3.1.0 )
hddtemp? ( app-admin/hddtemp net-analyzer/gnu-netcat )"
DEPEND="${RDEPEND}
dev-util/intltool
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: ChangeLog xfce4-sensors-plugin-1.0.0.ebuild
@ 2010-05-23 10:43 Christoph Mende (angelos)
0 siblings, 0 replies; 10+ messages in thread
From: Christoph Mende (angelos) @ 2010-05-23 10:43 UTC (permalink / raw
To: gentoo-commits
angelos 10/05/23 10:43:55
Modified: ChangeLog xfce4-sensors-plugin-1.0.0.ebuild
Log:
Fix build for people having LINGUAS=nl (bug #312367)
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.9 xfce-extra/xfce4-sensors-plugin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 12 May 2010 20:57:20 -0000 1.8
+++ ChangeLog 23 May 2010 10:43:55 -0000 1.9
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-sensors-plugin
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.8 2010/05/12 20:57:20 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.9 2010/05/23 10:43:55 angelos Exp $
+
+ 23 May 2010; Christoph Mende <angelos@gentoo.org>
+ xfce4-sensors-plugin-1.0.0.ebuild:
+ Fix build for people having LINGUAS=nl (bug #312367)
12 May 2010; Jeremy Olexa <darkside@gentoo.org>
xfce4-sensors-plugin-1.0.0.ebuild:
1.7 xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?r1=1.6&r2=1.7
Index: xfce4-sensors-plugin-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xfce4-sensors-plugin-1.0.0.ebuild 12 May 2010 20:57:20 -0000 1.6
+++ xfce4-sensors-plugin-1.0.0.ebuild 23 May 2010 10:43:55 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v 1.6 2010/05/12 20:57:20 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v 1.7 2010/05/23 10:43:55 angelos Exp $
EAUTORECONF=yes
EAPI=2
@@ -50,5 +50,6 @@
src_prepare() {
sed -i -e '/-no-undefined/d' src/Makefile.am || die
sed -i -e 's/-Werror//' configure.in || die
+ sed -i -e '/^XDT_I18N/s/nl//' configure.in || die
xfconf_src_prepare
}
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: ChangeLog xfce4-sensors-plugin-1.0.0.ebuild
@ 2010-06-29 7:23 Christoph Mende (angelos)
0 siblings, 0 replies; 10+ messages in thread
From: Christoph Mende (angelos) @ 2010-06-29 7:23 UTC (permalink / raw
To: gentoo-commits
angelos 10/06/29 07:23:54
Modified: ChangeLog xfce4-sensors-plugin-1.0.0.ebuild
Log:
Stable on amd64 wrt bug #323729
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.10 xfce-extra/xfce4-sensors-plugin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 23 May 2010 10:43:55 -0000 1.9
+++ ChangeLog 29 Jun 2010 07:23:54 -0000 1.10
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-sensors-plugin
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.9 2010/05/23 10:43:55 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.10 2010/06/29 07:23:54 angelos Exp $
+
+ 29 Jun 2010; Christoph Mende <angelos@gentoo.org>
+ xfce4-sensors-plugin-1.0.0.ebuild:
+ Stable on amd64 wrt bug #323729
23 May 2010; Christoph Mende <angelos@gentoo.org>
xfce4-sensors-plugin-1.0.0.ebuild:
1.8 xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?r1=1.7&r2=1.8
Index: xfce4-sensors-plugin-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xfce4-sensors-plugin-1.0.0.ebuild 23 May 2010 10:43:55 -0000 1.7
+++ xfce4-sensors-plugin-1.0.0.ebuild 29 Jun 2010 07:23:54 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v 1.7 2010/05/23 10:43:55 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v 1.8 2010/06/29 07:23:54 angelos Exp $
EAUTORECONF=yes
EAPI=2
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE="acpi debug hddtemp libnotify lm_sensors"
RDEPEND=">=x11-libs/gtk+-2.10:2
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: ChangeLog xfce4-sensors-plugin-1.0.0.ebuild
@ 2010-06-30 16:19 Christian Faulhammer (fauli)
0 siblings, 0 replies; 10+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-06-30 16:19 UTC (permalink / raw
To: gentoo-commits
fauli 10/06/30 16:19:07
Modified: ChangeLog xfce4-sensors-plugin-1.0.0.ebuild
Log:
x86 stable, bug 323729
(Portage version: 2.1.8.3/cvs/Linux i686, RepoMan options: --force)
Revision Changes Path
1.11 xfce-extra/xfce4-sensors-plugin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 29 Jun 2010 07:23:54 -0000 1.10
+++ ChangeLog 30 Jun 2010 16:19:06 -0000 1.11
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-sensors-plugin
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.10 2010/06/29 07:23:54 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.11 2010/06/30 16:19:06 fauli Exp $
+
+ 30 Jun 2010; Christian Faulhammer <fauli@gentoo.org>
+ xfce4-sensors-plugin-1.0.0.ebuild:
+ x86 stable, bug 323729
29 Jun 2010; Christoph Mende <angelos@gentoo.org>
xfce4-sensors-plugin-1.0.0.ebuild:
1.9 xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?r1=1.8&r2=1.9
Index: xfce4-sensors-plugin-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xfce4-sensors-plugin-1.0.0.ebuild 29 Jun 2010 07:23:54 -0000 1.8
+++ xfce4-sensors-plugin-1.0.0.ebuild 30 Jun 2010 16:19:06 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v 1.8 2010/06/29 07:23:54 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v 1.9 2010/06/30 16:19:06 fauli Exp $
EAUTORECONF=yes
EAPI=2
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="acpi debug hddtemp libnotify lm_sensors"
RDEPEND=">=x11-libs/gtk+-2.10:2
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: ChangeLog xfce4-sensors-plugin-1.0.0.ebuild
@ 2010-08-11 20:50 Joseph Jezak (josejx)
0 siblings, 0 replies; 10+ messages in thread
From: Joseph Jezak (josejx) @ 2010-08-11 20:50 UTC (permalink / raw
To: gentoo-commits
josejx 10/08/11 20:50:52
Modified: ChangeLog xfce4-sensors-plugin-1.0.0.ebuild
Log:
Marked ppc stable for bug #323729.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.12 xfce-extra/xfce4-sensors-plugin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 30 Jun 2010 16:19:06 -0000 1.11
+++ ChangeLog 11 Aug 2010 20:50:52 -0000 1.12
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-sensors-plugin
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.11 2010/06/30 16:19:06 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.12 2010/08/11 20:50:52 josejx Exp $
+
+ 11 Aug 2010; Joseph Jezak <josejx@gentoo.org>
+ xfce4-sensors-plugin-1.0.0.ebuild:
+ Marked ppc stable for bug #323729.
30 Jun 2010; Christian Faulhammer <fauli@gentoo.org>
xfce4-sensors-plugin-1.0.0.ebuild:
1.10 xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?r1=1.9&r2=1.10
Index: xfce4-sensors-plugin-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xfce4-sensors-plugin-1.0.0.ebuild 30 Jun 2010 16:19:06 -0000 1.9
+++ xfce4-sensors-plugin-1.0.0.ebuild 11 Aug 2010 20:50:52 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v 1.9 2010/06/30 16:19:06 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v 1.10 2010/08/11 20:50:52 josejx Exp $
EAUTORECONF=yes
EAPI=2
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
IUSE="acpi debug hddtemp libnotify lm_sensors"
RDEPEND=">=x11-libs/gtk+-2.10:2
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2010-08-11 20:50 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-29 16:21 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: ChangeLog xfce4-sensors-plugin-1.0.0.ebuild Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2010-08-11 20:50 Joseph Jezak (josejx)
2010-06-30 16:19 Christian Faulhammer (fauli)
2010-06-29 7:23 Christoph Mende (angelos)
2010-05-23 10:43 Christoph Mende (angelos)
2010-05-12 20:57 Jeremy Olexa (darkside)
2010-03-29 16:55 Samuli Suominen (ssuominen)
2010-03-29 15:20 Jeremy Olexa (darkside)
2010-03-29 15:00 Jeremy Olexa (darkside)
2010-03-29 14:53 Jeremy Olexa (darkside)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox