public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-battery-plugin: xfce4-battery-plugin-1.0.4.ebuild ChangeLog
@ 2012-05-14 10:26 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-05-14 10:26 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/05/14 10:26:24

  Modified:             ChangeLog
  Added:                xfce4-battery-plugin-1.0.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha104/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 xfce-extra/xfce4-battery-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	5 May 2012 07:11:16 -0000	1.14
+++ ChangeLog	14 May 2012 10:26:24 -0000	1.15
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/xfce4-battery-plugin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog,v 1.14 2012/05/05 07:11:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog,v 1.15 2012/05/14 10:26:24 ssuominen Exp $
+
+*xfce4-battery-plugin-1.0.4 (14 May 2012)
+
+  14 May 2012; Samuli Suominen <ssuominen@gentoo.org>
+  +xfce4-battery-plugin-1.0.4.ebuild:
+  Version bump.
 
   05 May 2012; Michał Górny <mgorny@gentoo.org>
   xfce4-battery-plugin-1.0.0-r1.ebuild, xfce4-battery-plugin-1.0.1.ebuild,



1.1                  xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.4.ebuild

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

Index: xfce4-battery-plugin-1.0.4.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.4.ebuild,v 1.1 2012/05/14 10:26:24 ssuominen Exp $

EAPI=4
inherit linux-info xfconf

DESCRIPTION="A battery monitor panel plugin for the Xfce desktop environment"
HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin"
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"

LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE="debug kernel_linux"

RDEPEND=">=dev-libs/glib-2.24
	>=x11-libs/gtk+-2.20:2
	>=xfce-base/libxfce4ui-4.8
	>=xfce-base/libxfce4util-4.8
	>=xfce-base/xfce4-panel-4.8"
DEPEND="${RDEPEND}
	dev-util/intltool
	virtual/pkgconfig"

pkg_setup() {
	XFCONF=(
		$(xfconf_use_debug)
		)

	DOCS=( AUTHORS ChangeLog NEWS README )

	if use kernel_linux; then
		CONFIG_CHECK="~ACPI_BATTERY"
		linux-info_pkg_setup
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-battery-plugin: xfce4-battery-plugin-1.0.4.ebuild ChangeLog
@ 2012-05-20 12:04 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-05-20 12:04 UTC (permalink / raw
  To: gentoo-commits

ago         12/05/20 12:04:53

  Modified:             xfce4-battery-plugin-1.0.4.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #416223
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.4.ebuild

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

Index: xfce4-battery-plugin-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-battery-plugin-1.0.4.ebuild	14 May 2012 10:26:24 -0000	1.1
+++ xfce4-battery-plugin-1.0.4.ebuild	20 May 2012 12:04:53 -0000	1.2
@@ -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-battery-plugin/xfce4-battery-plugin-1.0.4.ebuild,v 1.1 2012/05/14 10:26:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.4.ebuild,v 1.2 2012/05/20 12:04:53 ago Exp $
 
 EAPI=4
 inherit linux-info xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~x86"
 IUSE="debug kernel_linux"
 
 RDEPEND=">=dev-libs/glib-2.24



1.17                 xfce-extra/xfce4-battery-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	14 May 2012 10:27:26 -0000	1.16
+++ ChangeLog	20 May 2012 12:04:53 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-battery-plugin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog,v 1.16 2012/05/14 10:27:26 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog,v 1.17 2012/05/20 12:04:53 ago Exp $
+
+  20 May 2012; Agostino Sarubbo <ago@gentoo.org>
+  xfce4-battery-plugin-1.0.4.ebuild:
+  Stable for amd64, wrt bug #416223
 
   14 May 2012; Samuli Suominen <ssuominen@gentoo.org>
   -xfce4-battery-plugin-1.0.1.ebuild, -xfce4-battery-plugin-1.0.2.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-battery-plugin: xfce4-battery-plugin-1.0.4.ebuild ChangeLog
@ 2012-05-22  5:14 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-22  5:14 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/22 05:14:35

  Modified:             xfce4-battery-plugin-1.0.4.ebuild ChangeLog
  Log:
  marked x86 per bug 416233
  
  (Portage version: 2.2.0_alpha107/cvs/Linux i686)

Revision  Changes    Path
1.3                  xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.4.ebuild

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

Index: xfce4-battery-plugin-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfce4-battery-plugin-1.0.4.ebuild	20 May 2012 12:04:53 -0000	1.2
+++ xfce4-battery-plugin-1.0.4.ebuild	22 May 2012 05:14:35 -0000	1.3
@@ -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-battery-plugin/xfce4-battery-plugin-1.0.4.ebuild,v 1.2 2012/05/20 12:04:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.4.ebuild,v 1.3 2012/05/22 05:14:35 jdhore Exp $
 
 EAPI=4
 inherit linux-info xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
 IUSE="debug kernel_linux"
 
 RDEPEND=">=dev-libs/glib-2.24



1.20                 xfce-extra/xfce4-battery-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	20 May 2012 20:16:28 -0000	1.19
+++ ChangeLog	22 May 2012 05:14:35 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-battery-plugin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog,v 1.19 2012/05/20 20:16:28 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog,v 1.20 2012/05/22 05:14:35 jdhore Exp $
+
+  22 May 2012; Jeff Horelick <jdhore@gentoo.org>
+  xfce4-battery-plugin-1.0.4.ebuild:
+  marked x86 per bug 416233
 
   20 May 2012; Samuli Suominen <ssuominen@gentoo.org>
   xfce4-battery-plugin-1.0.0-r1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-battery-plugin: xfce4-battery-plugin-1.0.4.ebuild ChangeLog
@ 2012-06-03 14:02 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-06-03 14:02 UTC (permalink / raw
  To: gentoo-commits

blueness    12/06/03 14:02:48

  Modified:             xfce4-battery-plugin-1.0.4.ebuild ChangeLog
  Log:
  Keyword ~mips
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.4.ebuild

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

Index: xfce4-battery-plugin-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfce4-battery-plugin-1.0.4.ebuild	22 May 2012 05:14:35 -0000	1.3
+++ xfce4-battery-plugin-1.0.4.ebuild	3 Jun 2012 14:02:48 -0000	1.4
@@ -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-battery-plugin/xfce4-battery-plugin-1.0.4.ebuild,v 1.3 2012/05/22 05:14:35 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.4.ebuild,v 1.4 2012/06/03 14:02:48 blueness Exp $
 
 EAPI=4
 inherit linux-info xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc x86"
 IUSE="debug kernel_linux"
 
 RDEPEND=">=dev-libs/glib-2.24



1.22                 xfce-extra/xfce4-battery-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	22 May 2012 06:41:17 -0000	1.21
+++ ChangeLog	3 Jun 2012 14:02:48 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-battery-plugin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog,v 1.21 2012/05/22 06:41:17 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog,v 1.22 2012/06/03 14:02:48 blueness Exp $
+
+  03 Jun 2012; Anthony G. Basile <blueness@gentoo.org>
+  xfce4-battery-plugin-1.0.4.ebuild:
+  Keyword ~mips
 
   22 May 2012; Samuli Suominen <ssuominen@gentoo.org>
   -xfce4-battery-plugin-1.0.0-r1.ebuild,






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

end of thread, other threads:[~2012-06-03 14:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-14 10:26 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-battery-plugin: xfce4-battery-plugin-1.0.4.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-20 12:04 Agostino Sarubbo (ago)
2012-05-22  5:14 Jeff Horelick (jdhore)
2012-06-03 14:02 Anthony G. Basile (blueness)

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