public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-cpugraph-plugin: ChangeLog xfce4-cpugraph-plugin-1.0.0.ebuild
@ 2010-11-05 19:18 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-11-05 19:18 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/11/05 19:18:41

  Modified:             ChangeLog xfce4-cpugraph-plugin-1.0.0.ebuild
  Log:
  ppc64 stable wrt #343985
  
  (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  xfce-extra/xfce4-cpugraph-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	5 Nov 2010 16:56:21 -0000	1.7
+++ ChangeLog	5 Nov 2010 19:18:41 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-cpugraph-plugin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v 1.7 2010/11/05 16:56:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v 1.8 2010/11/05 19:18:41 ssuominen Exp $
+
+  05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org>
+  xfce4-cpugraph-plugin-1.0.0.ebuild:
+  ppc64 stable wrt #343985
 
   05 Nov 2010; Jeroen Roovers <jer@gentoo.org>
   xfce4-cpugraph-plugin-1.0.0.ebuild:



1.5                  xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild

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

Index: xfce4-cpugraph-plugin-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xfce4-cpugraph-plugin-1.0.0.ebuild	5 Nov 2010 16:56:21 -0000	1.4
+++ xfce4-cpugraph-plugin-1.0.0.ebuild	5 Nov 2010 19:18:41 -0000	1.5
@@ -1,17 +1,17 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild,v 1.4 2010/11/05 16:56:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild,v 1.5 2010/11/05 19:18:41 ssuominen Exp $
 
-EAPI=2
+EAPI=3
 inherit xfconf
 
 DESCRIPTION="CPU load panel plugin"
-HOMEPAGE="http://www.xfce.org/"
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin"
 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.0/${P}.tar.bz2"
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="debug"
 
 RDEPEND=">=xfce-base/libxfcegui4-4.3.20
@@ -23,7 +23,10 @@
 	sys-devel/gettext"
 
 pkg_setup() {
-	XFCONF="--disable-dependency-tracking
-		$(xfconf_use_debug)"
+	XFCONF=(
+		--disable-dependency-tracking
+		$(xfconf_use_debug)
+		)
+
 	DOCS="AUTHORS ChangeLog NEWS README"
 }






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-cpugraph-plugin: ChangeLog xfce4-cpugraph-plugin-1.0.0.ebuild
@ 2010-11-27 18:06 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2010-11-27 18:06 UTC (permalink / raw
  To: gentoo-commits

armin76     10/11/27 18:06:07

  Modified:             ChangeLog xfce4-cpugraph-plugin-1.0.0.ebuild
  Log:
  alpha/ia64/sparc stable wrt #343985
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.10                 xfce-extra/xfce4-cpugraph-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	6 Nov 2010 17:49:52 -0000	1.9
+++ ChangeLog	27 Nov 2010 18:06:07 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-cpugraph-plugin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v 1.9 2010/11/06 17:49:52 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v 1.10 2010/11/27 18:06:07 armin76 Exp $
+
+  27 Nov 2010; Raúl Porcel <armin76@gentoo.org>
+  xfce4-cpugraph-plugin-1.0.0.ebuild:
+  alpha/ia64/sparc stable wrt #343985
 
   06 Nov 2010; Markus Meier <maekke@gentoo.org>
   xfce4-cpugraph-plugin-1.0.0.ebuild:



1.7                  xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild?r1=1.6&r2=1.7

Index: xfce4-cpugraph-plugin-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xfce4-cpugraph-plugin-1.0.0.ebuild	6 Nov 2010 17:49:52 -0000	1.6
+++ xfce4-cpugraph-plugin-1.0.0.ebuild	27 Nov 2010 18:06:07 -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-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild,v 1.6 2010/11/06 17:49:52 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild,v 1.7 2010/11/27 18:06:07 armin76 Exp $
 
 EAPI=3
 inherit xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="debug"
 
 RDEPEND=">=xfce-base/libxfcegui4-4.3.20






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-cpugraph-plugin: ChangeLog xfce4-cpugraph-plugin-1.0.0.ebuild
@ 2010-11-06 17:49 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2010-11-06 17:49 UTC (permalink / raw
  To: gentoo-commits

maekke      10/11/06 17:49:52

  Modified:             ChangeLog xfce4-cpugraph-plugin-1.0.0.ebuild
  Log:
  arm stable, bug #343985
  
  (Portage version: 2.1.9.24/cvs/Linux i686)

Revision  Changes    Path
1.9                  xfce-extra/xfce4-cpugraph-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	5 Nov 2010 19:18:41 -0000	1.8
+++ ChangeLog	6 Nov 2010 17:49:52 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-cpugraph-plugin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v 1.8 2010/11/05 19:18:41 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v 1.9 2010/11/06 17:49:52 maekke Exp $
+
+  06 Nov 2010; Markus Meier <maekke@gentoo.org>
+  xfce4-cpugraph-plugin-1.0.0.ebuild:
+  arm stable, bug #343985
 
   05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org>
   xfce4-cpugraph-plugin-1.0.0.ebuild:



1.6                  xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild

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

Index: xfce4-cpugraph-plugin-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xfce4-cpugraph-plugin-1.0.0.ebuild	5 Nov 2010 19:18:41 -0000	1.5
+++ xfce4-cpugraph-plugin-1.0.0.ebuild	6 Nov 2010 17:49:52 -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-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild,v 1.5 2010/11/05 19:18:41 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild,v 1.6 2010/11/06 17:49:52 maekke Exp $
 
 EAPI=3
 inherit xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="debug"
 
 RDEPEND=">=xfce-base/libxfcegui4-4.3.20






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-cpugraph-plugin: ChangeLog xfce4-cpugraph-plugin-1.0.0.ebuild
@ 2010-11-05 16:56 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2010-11-05 16:56 UTC (permalink / raw
  To: gentoo-commits

jer         10/11/05 16:56:21

  Modified:             ChangeLog xfce4-cpugraph-plugin-1.0.0.ebuild
  Log:
  Stable for HPPA (bug #343985).
  
  (Portage version: 2.1.9.24/cvs/Linux i686)

Revision  Changes    Path
1.7                  xfce-extra/xfce4-cpugraph-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	5 Nov 2010 13:56:01 -0000	1.6
+++ ChangeLog	5 Nov 2010 16:56:21 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-cpugraph-plugin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v 1.6 2010/11/05 13:56:01 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v 1.7 2010/11/05 16:56:21 jer Exp $
+
+  05 Nov 2010; Jeroen Roovers <jer@gentoo.org>
+  xfce4-cpugraph-plugin-1.0.0.ebuild:
+  Stable for HPPA (bug #343985).
 
   05 Nov 2010; Markos Chandras <hwoarang@gentoo.org>
   xfce4-cpugraph-plugin-1.0.0.ebuild:



1.4                  xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild

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

Index: xfce4-cpugraph-plugin-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfce4-cpugraph-plugin-1.0.0.ebuild	5 Nov 2010 13:56:01 -0000	1.3
+++ xfce4-cpugraph-plugin-1.0.0.ebuild	5 Nov 2010 16:56:21 -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-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild,v 1.3 2010/11/05 13:56:01 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild,v 1.4 2010/11/05 16:56:21 jer Exp $
 
 EAPI=2
 inherit xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="debug"
 
 RDEPEND=">=xfce-base/libxfcegui4-4.3.20






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-cpugraph-plugin: ChangeLog xfce4-cpugraph-plugin-1.0.0.ebuild
@ 2010-11-05 13:56 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 7+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-11-05 13:56 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/11/05 13:56:01

  Modified:             ChangeLog xfce4-cpugraph-plugin-1.0.0.ebuild
  Log:
  Stable on amd64 wrt bug #343985
  
  (Portage version: 2.1.9.24/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  xfce-extra/xfce4-cpugraph-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	5 Nov 2010 11:36:57 -0000	1.5
+++ ChangeLog	5 Nov 2010 13:56:01 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-cpugraph-plugin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v 1.5 2010/11/05 11:36:57 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v 1.6 2010/11/05 13:56:01 hwoarang Exp $
+
+  05 Nov 2010; Markos Chandras <hwoarang@gentoo.org>
+  xfce4-cpugraph-plugin-1.0.0.ebuild:
+  Stable on amd64 wrt bug #343985
 
   05 Nov 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   xfce4-cpugraph-plugin-1.0.0.ebuild:



1.3                  xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild

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

Index: xfce4-cpugraph-plugin-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfce4-cpugraph-plugin-1.0.0.ebuild	5 Nov 2010 11:36:57 -0000	1.2
+++ xfce4-cpugraph-plugin-1.0.0.ebuild	5 Nov 2010 13:56:01 -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-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild,v 1.2 2010/11/05 11:36:57 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild,v 1.3 2010/11/05 13:56:01 hwoarang Exp $
 
 EAPI=2
 inherit xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="debug"
 
 RDEPEND=">=xfce-base/libxfcegui4-4.3.20






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-cpugraph-plugin: ChangeLog xfce4-cpugraph-plugin-1.0.0.ebuild
@ 2010-11-05 11:36 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-11-05 11:36 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/11/05 11:36:57

  Modified:             ChangeLog xfce4-cpugraph-plugin-1.0.0.ebuild
  Log:
  x86 stable wrt bug #343985
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.5                  xfce-extra/xfce4-cpugraph-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	2 Oct 2010 17:06:23 -0000	1.4
+++ ChangeLog	5 Nov 2010 11:36:57 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-cpugraph-plugin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v 1.4 2010/10/02 17:06:23 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v 1.5 2010/11/05 11:36:57 phajdan.jr Exp $
+
+  05 Nov 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  xfce4-cpugraph-plugin-1.0.0.ebuild:
+  x86 stable wrt bug #343985
 
 *xfce4-cpugraph-plugin-1.0.0 (02 Oct 2010)
 



1.2                  xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild

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

Index: xfce4-cpugraph-plugin-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-cpugraph-plugin-1.0.0.ebuild	2 Oct 2010 17:06:23 -0000	1.1
+++ xfce4-cpugraph-plugin-1.0.0.ebuild	5 Nov 2010 11:36:57 -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-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild,v 1.1 2010/10/02 17:06:23 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild,v 1.2 2010/11/05 11:36:57 phajdan.jr Exp $
 
 EAPI=2
 inherit xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="debug"
 
 RDEPEND=">=xfce-base/libxfcegui4-4.3.20






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-cpugraph-plugin: ChangeLog xfce4-cpugraph-plugin-1.0.0.ebuild
@ 2010-10-02 17:06 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-10-02 17:06 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/10/02 17:06:23

  Modified:             ChangeLog
  Added:                xfce4-cpugraph-plugin-1.0.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2_rc88/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  xfce-extra/xfce4-cpugraph-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	30 Aug 2010 14:44:21 -0000	1.3
+++ ChangeLog	2 Oct 2010 17:06:23 -0000	1.4
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/xfce4-cpugraph-plugin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v 1.3 2010/08/30 14:44:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v 1.4 2010/10/02 17:06:23 ssuominen Exp $
+
+*xfce4-cpugraph-plugin-1.0.0 (02 Oct 2010)
+
+  02 Oct 2010; Samuli Suominen <ssuominen@gentoo.org>
+  +xfce4-cpugraph-plugin-1.0.0.ebuild:
+  Version bump.
 
   30 Aug 2010; Samuli Suominen <ssuominen@gentoo.org>
   xfce4-cpugraph-plugin-0.4.0.ebuild,



1.1                  xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild

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

Index: xfce4-cpugraph-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-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild,v 1.1 2010/10/02 17:06:23 ssuominen Exp $

EAPI=2
inherit xfconf

DESCRIPTION="CPU load panel plugin"
HOMEPAGE="http://www.xfce.org/"
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.0/${P}.tar.bz2"

LICENSE="BSD GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
IUSE="debug"

RDEPEND=">=xfce-base/libxfcegui4-4.3.20
	>=xfce-base/xfce4-panel-4.3.20
	>=x11-libs/gtk+-2.12:2"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	dev-util/intltool
	sys-devel/gettext"

pkg_setup() {
	XFCONF="--disable-dependency-tracking
		$(xfconf_use_debug)"
	DOCS="AUTHORS ChangeLog NEWS README"
}






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

end of thread, other threads:[~2010-11-27 18:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-05 19:18 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-cpugraph-plugin: ChangeLog xfce4-cpugraph-plugin-1.0.0.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2010-11-27 18:06 Raul Porcel (armin76)
2010-11-06 17:49 Markus Meier (maekke)
2010-11-05 16:56 Jeroen Roovers (jer)
2010-11-05 13:56 Markos Chandras (hwoarang)
2010-11-05 11:36 PaweA Hajdan (phajdan.jr)
2010-10-02 17:06 Samuli Suominen (ssuominen)

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