public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: xfce4-sensors-plugin-1.2.3.ebuild ChangeLog
@ 2011-07-19 19:24 Christoph Mende (angelos)
  0 siblings, 0 replies; 7+ messages in thread
From: Christoph Mende (angelos) @ 2011-07-19 19:24 UTC (permalink / raw
  To: gentoo-commits

angelos     11/07/19 19:24:52

  Modified:             ChangeLog
  Added:                xfce4-sensors-plugin-1.2.3.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha45/cvs/Linux x86_64)

Revision  Changes    Path
1.23                 xfce-extra/xfce4-sensors-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	24 May 2011 07:40:30 -0000	1.22
+++ ChangeLog	19 Jul 2011 19:24:52 -0000	1.23
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/xfce4-sensors-plugin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.22 2011/05/24 07:40:30 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.23 2011/07/19 19:24:52 angelos Exp $
+
+*xfce4-sensors-plugin-1.2.3 (19 Jul 2011)
+
+  19 Jul 2011; Christoph Mende <angelos@gentoo.org>
+  +xfce4-sensors-plugin-1.2.3.ebuild:
+  Version bump
 
 *xfce4-sensors-plugin-1.2.2 (24 May 2011)
 



1.1                  xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild?rev=1.1&content-type=text/plain

Index: xfce4-sensors-plugin-1.2.3.ebuild
===================================================================
# Copyright 1999-2011 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.2.3.ebuild,v 1.1 2011/07/19 19:24:52 angelos Exp $

EAPI=4
EAUTORECONF=yes
inherit xfconf

DESCRIPTION="acpi, lm_sensors and hddtemp panel plugin"
HOMEPAGE="http://www.xfce.org/"
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.2/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="+acpi debug hddtemp libnotify lm_sensors nvidia"

REQUIRED_USE="|| ( hddtemp lm_sensors acpi )"

RDEPEND=">=x11-libs/gtk+-2.10:2
	>=xfce-base/libxfce4ui-4.6
	>=xfce-base/xfce4-panel-4.4
	hddtemp? ( app-admin/hddtemp net-analyzer/gnu-netcat )
	libnotify? ( >=x11-libs/libnotify-0.4 )
	lm_sensors? ( >=sys-apps/lm_sensors-3.1.0 )
	nvidia? ( media-video/nvidia-settings )"
DEPEND="${RDEPEND}
	dev-util/intltool
	dev-util/pkgconfig"

pkg_setup() {
	XFCONF=(
		--disable-static
		$(use_enable acpi procacpi)
		$(use_enable acpi sysfsacpi)
		$(use_enable hddtemp netcat)
		$(use_enable hddtemp)
		$(use_enable libnotify notification)
		$(use_enable lm_sensors libsensors)
		$(use_enable nvidia xnvctrl)
		$(xfconf_use_debug)
		)

	DOCS=( AUTHORS ChangeLog NEWS NOTES README TODO )
}

src_prepare() {
	sed -i -e '/-no-undefined/d' src/Makefile.am || die
	xfconf_src_prepare
}






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: xfce4-sensors-plugin-1.2.3.ebuild ChangeLog
@ 2011-10-13 14:06 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-13 14:06 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/10/13 14:06:12

  Modified:             xfce4-sensors-plugin-1.2.3.ebuild ChangeLog
  Log:
  Stop defining extra -Werror in configure.in and use flags from xfce4-dev-tools instead wrt #386979 by Agostino Sarubbo
  
  (Portage version: 2.2.0_alpha64/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild?r1=1.1&r2=1.2

Index: xfce4-sensors-plugin-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-sensors-plugin-1.2.3.ebuild	19 Jul 2011 19:24:52 -0000	1.1
+++ xfce4-sensors-plugin-1.2.3.ebuild	13 Oct 2011 14:06:12 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.2.3.ebuild,v 1.1 2011/07/19 19:24:52 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild,v 1.2 2011/10/13 14:06:12 ssuominen Exp $
 
 EAPI=4
 EAUTORECONF=yes
@@ -46,5 +46,8 @@
 
 src_prepare() {
 	sed -i -e '/-no-undefined/d' src/Makefile.am || die
+	# Use flags from xfce4-dev-tools instead of defining them again in
+	# configure.in wrt #386979
+	sed -i -e '/PLATFORM_CFLAGS/s:-Werror::' configure.in || die
 	xfconf_src_prepare
 }



1.24                 xfce-extra/xfce4-sensors-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	19 Jul 2011 19:24:52 -0000	1.23
+++ ChangeLog	13 Oct 2011 14:06:12 -0000	1.24
@@ -1,6 +1,11 @@
 # ChangeLog for xfce-extra/xfce4-sensors-plugin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.23 2011/07/19 19:24:52 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.24 2011/10/13 14:06:12 ssuominen Exp $
+
+  13 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+  xfce4-sensors-plugin-1.2.3.ebuild:
+  Stop defining extra -Werror in configure.in and use flags from
+  xfce4-dev-tools instead wrt #386979 by Agostino Sarubbo
 
 *xfce4-sensors-plugin-1.2.3 (19 Jul 2011)
 






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: xfce4-sensors-plugin-1.2.3.ebuild ChangeLog
@ 2011-10-16  3:39 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-10-16  3:39 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/10/16 03:39:19

  Modified:             xfce4-sensors-plugin-1.2.3.ebuild ChangeLog
  Log:
  x86 stable wrt bug #386963
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.3                  xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild?r1=1.2&r2=1.3

Index: xfce4-sensors-plugin-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfce4-sensors-plugin-1.2.3.ebuild	13 Oct 2011 14:06:12 -0000	1.2
+++ xfce4-sensors-plugin-1.2.3.ebuild	16 Oct 2011 03:39:19 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.2.3.ebuild,v 1.2 2011/10/13 14:06:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild,v 1.3 2011/10/16 03:39:19 phajdan.jr Exp $
 
 EAPI=4
 EAUTORECONF=yes
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="+acpi debug hddtemp libnotify lm_sensors nvidia"
 
 REQUIRED_USE="|| ( hddtemp lm_sensors acpi )"



1.25                 xfce-extra/xfce4-sensors-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	13 Oct 2011 14:06:12 -0000	1.24
+++ ChangeLog	16 Oct 2011 03:39:19 -0000	1.25
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-sensors-plugin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.24 2011/10/13 14:06:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.25 2011/10/16 03:39:19 phajdan.jr Exp $
+
+  16 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  xfce4-sensors-plugin-1.2.3.ebuild:
+  x86 stable wrt bug #386963
 
   13 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
   xfce4-sensors-plugin-1.2.3.ebuild:






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: xfce4-sensors-plugin-1.2.3.ebuild ChangeLog
@ 2011-10-16  5:25 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-16  5:25 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/10/16 05:25:31

  Modified:             xfce4-sensors-plugin-1.2.3.ebuild ChangeLog
  Log:
  amd64 stable wrt #386963
  
  (Portage version: 2.2.0_alpha67/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.4                  xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild?r1=1.3&r2=1.4

Index: xfce4-sensors-plugin-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfce4-sensors-plugin-1.2.3.ebuild	16 Oct 2011 03:39:19 -0000	1.3
+++ xfce4-sensors-plugin-1.2.3.ebuild	16 Oct 2011 05:25:31 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.2.3.ebuild,v 1.3 2011/10/16 03:39:19 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild,v 1.4 2011/10/16 05:25:31 ssuominen Exp $
 
 EAPI=4
 EAUTORECONF=yes
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="+acpi debug hddtemp libnotify lm_sensors nvidia"
 
 REQUIRED_USE="|| ( hddtemp lm_sensors acpi )"



1.26                 xfce-extra/xfce4-sensors-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	16 Oct 2011 03:39:19 -0000	1.25
+++ ChangeLog	16 Oct 2011 05:25:31 -0000	1.26
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-sensors-plugin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.25 2011/10/16 03:39:19 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.26 2011/10/16 05:25:31 ssuominen Exp $
+
+  16 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+  xfce4-sensors-plugin-1.2.3.ebuild:
+  amd64 stable wrt #386963
 
   16 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   xfce4-sensors-plugin-1.2.3.ebuild:






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: xfce4-sensors-plugin-1.2.3.ebuild ChangeLog
@ 2011-10-20 13:42 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-20 13:42 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/10/20 13:42:57

  Modified:             xfce4-sensors-plugin-1.2.3.ebuild ChangeLog
  Log:
  Fix missing System in Categories of xfce4-sensors.desktop by Jeremy Olexa.
  
  (Portage version: 2.2.0_alpha69/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild?r1=1.4&r2=1.5

Index: xfce4-sensors-plugin-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xfce4-sensors-plugin-1.2.3.ebuild	16 Oct 2011 05:25:31 -0000	1.4
+++ xfce4-sensors-plugin-1.2.3.ebuild	20 Oct 2011 13:42:57 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.2.3.ebuild,v 1.4 2011/10/16 05:25:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild,v 1.5 2011/10/20 13:42:57 ssuominen Exp $
 
 EAPI=4
 EAUTORECONF=yes
@@ -49,5 +49,9 @@
 	# Use flags from xfce4-dev-tools instead of defining them again in
 	# configure.in wrt #386979
 	sed -i -e '/PLATFORM_CFLAGS/s:-Werror::' configure.in || die
+	# http://bugzilla.xfce.org/show_bug.cgi?id=8057
+	# value "Monitor" in key "Categories" in group "Desktop Entry" requires
+	# another category to be present among the following categories: System
+	sed -i -e 's:Monitor:System;&:' src/xfce4-sensors.desktop.in || die
 	xfconf_src_prepare
 }



1.27                 xfce-extra/xfce4-sensors-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	16 Oct 2011 05:25:31 -0000	1.26
+++ ChangeLog	20 Oct 2011 13:42:57 -0000	1.27
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-sensors-plugin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.26 2011/10/16 05:25:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.27 2011/10/20 13:42:57 ssuominen Exp $
+
+  20 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+  xfce4-sensors-plugin-1.2.3.ebuild:
+  Fix missing System in Categories of xfce4-sensors.desktop by Jeremy Olexa.
 
   16 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
   xfce4-sensors-plugin-1.2.3.ebuild:






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: xfce4-sensors-plugin-1.2.3.ebuild ChangeLog
@ 2012-01-06 11:05 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-01-06 11:05 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/01/06 11:05:02

  Modified:             xfce4-sensors-plugin-1.2.3.ebuild ChangeLog
  Log:
  ppc stable wrt #386963
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.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.2.3.ebuild?r1=1.5&r2=1.6

Index: xfce4-sensors-plugin-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xfce4-sensors-plugin-1.2.3.ebuild	20 Oct 2011 13:42:57 -0000	1.5
+++ xfce4-sensors-plugin-1.2.3.ebuild	6 Jan 2012 11:05:02 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.2.3.ebuild,v 1.5 2011/10/20 13:42:57 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild,v 1.6 2012/01/06 11:05:02 ssuominen Exp $
 
 EAPI=4
 EAUTORECONF=yes
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="+acpi debug hddtemp libnotify lm_sensors nvidia"
 
 REQUIRED_USE="|| ( hddtemp lm_sensors acpi )"



1.29                 xfce-extra/xfce4-sensors-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	29 Nov 2011 00:24:34 -0000	1.28
+++ ChangeLog	6 Jan 2012 11:05:02 -0000	1.29
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-sensors-plugin
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.28 2011/11/29 00:24:34 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.29 2012/01/06 11:05:02 ssuominen Exp $
+
+  06 Jan 2012; Samuli Suominen <ssuominen@gentoo.org>
+  xfce4-sensors-plugin-1.2.3.ebuild:
+  ppc stable wrt #386963
 
   29 Nov 2011; Samuli Suominen <ssuominen@gentoo.org>
   -xfce4-sensors-plugin-1.2.2.ebuild:






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: xfce4-sensors-plugin-1.2.3.ebuild ChangeLog
@ 2012-05-20 19:46 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-05-20 19:46 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/05/20 19:46:20

  Modified:             xfce4-sensors-plugin-1.2.3.ebuild ChangeLog
  Log:
  Revert to ~ppc pending on user request wrt #416233
  
  (Portage version: 2.2.0_alpha107/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.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.2.3.ebuild?r1=1.8&r2=1.9

Index: xfce4-sensors-plugin-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xfce4-sensors-plugin-1.2.3.ebuild	5 May 2012 07:26:09 -0000	1.8
+++ xfce4-sensors-plugin-1.2.3.ebuild	20 May 2012 19:46:20 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.2.3.ebuild,v 1.8 2012/05/05 07:26:09 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild,v 1.9 2012/05/20 19:46:20 ssuominen Exp $
 
 EAPI=4
 EAUTORECONF=yes
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="+acpi debug hddtemp libnotify lm_sensors video_cards_nvidia"
 
 REQUIRED_USE="|| ( hddtemp lm_sensors acpi )"



1.38                 xfce-extra/xfce4-sensors-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	20 May 2012 12:10:51 -0000	1.37
+++ ChangeLog	20 May 2012 19:46:20 -0000	1.38
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-sensors-plugin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.37 2012/05/20 12:10:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.38 2012/05/20 19:46:20 ssuominen Exp $
+
+  20 May 2012; Samuli Suominen <ssuominen@gentoo.org>
+  xfce4-sensors-plugin-1.2.3.ebuild:
+  Revert to ~ppc pending on user request wrt #416233
 
   20 May 2012; Agostino Sarubbo <ago@gentoo.org>
   xfce4-sensors-plugin-1.2.5.ebuild:






^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-05-20 19:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-20 19:46 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: xfce4-sensors-plugin-1.2.3.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2012-01-06 11:05 Samuli Suominen (ssuominen)
2011-10-20 13:42 Samuli Suominen (ssuominen)
2011-10-16  5:25 Samuli Suominen (ssuominen)
2011-10-16  3:39 PaweA Hajdan (phajdan.jr)
2011-10-13 14:06 Samuli Suominen (ssuominen)
2011-07-19 19:24 Christoph Mende (angelos)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox