public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-base/xfce4-settings: ChangeLog xfce4-settings-4.6.5.ebuild
@ 2010-05-22 18:37 Christoph Mende (angelos)
  0 siblings, 0 replies; 8+ messages in thread
From: Christoph Mende (angelos) @ 2010-05-22 18:37 UTC (permalink / raw
  To: gentoo-commits

angelos     10/05/22 18:37:16

  Modified:             ChangeLog
  Added:                xfce4-settings-4.6.5.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.43                 xfce-base/xfce4-settings/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	12 May 2010 18:22:54 -0000	1.42
+++ ChangeLog	22 May 2010 18:37:16 -0000	1.43
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-base/xfce4-settings
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.42 2010/05/12 18:22:54 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.43 2010/05/22 18:37:16 angelos Exp $
+
+*xfce4-settings-4.6.5 (22 May 2010)
+
+  22 May 2010; Christoph Mende <angelos@gentoo.org>
+  +xfce4-settings-4.6.5.ebuild:
+  Version bump
 
   12 May 2010; Brent Baude <ranger@gentoo.org>
   xfce4-settings-4.6.3-r1.ebuild:



1.1                  xfce-base/xfce4-settings/xfce4-settings-4.6.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.5.ebuild?rev=1.1&content-type=text/plain

Index: xfce4-settings-4.6.5.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.5.ebuild,v 1.1 2010/05/22 18:37:16 angelos Exp $

EAPI=2
EAUTORECONF=yes
inherit xfconf

DESCRIPTION="Settings daemon for Xfce4"
HOMEPAGE="http://www.xfce.org"
SRC_URI="mirror://xfce/src/xfce/${PN}/4.6/${P}.tar.bz2"

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

RDEPEND=">=dev-libs/glib-2.12:2
	>=dev-libs/dbus-glib-0.34
	>=gnome-base/libglade-2
	>=x11-libs/gtk+-2.10:2
	>=x11-libs/libX11-1
	>=x11-libs/libXcursor-1.1
	>=x11-libs/libXi-1.3
	>=x11-libs/libXrandr-1.1
	>=x11-libs/libwnck-2.12
	>=xfce-base/libxfce4util-4.6
	>=xfce-base/libxfcegui4-4.6
	>=xfce-base/xfconf-4.6
	>=xfce-base/exo-0.3.100
	libnotify? ( >=x11-libs/libnotify-0.1.3 )
	keyboard? ( >=x11-libs/libxklavier-0.3 )
	sound? ( media-libs/libcanberra )
	!<x11-base/xorg-server-1.5.3"
DEPEND="${RDEPEND}
	dev-util/intltool
	sys-devel/gettext
	dev-util/pkgconfig
	x11-proto/inputproto
	x11-proto/xf86vidmodeproto"

pkg_setup() {
	XFCONF="--disable-dependency-tracking
		$(use_enable libnotify)
		$(use_enable keyboard libxklavier)
		$(use_enable sound sound-settings)
		$(xfconf_use_debug)"
	DOCS="AUTHORS ChangeLog NEWS TODO"
	PATCHES=( "${FILESDIR}/${PN}-4.6.3-exo.patch" )
}






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/xfce4-settings: ChangeLog xfce4-settings-4.6.5.ebuild
@ 2010-06-29  6:59 Christoph Mende (angelos)
  0 siblings, 0 replies; 8+ messages in thread
From: Christoph Mende (angelos) @ 2010-06-29  6:59 UTC (permalink / raw
  To: gentoo-commits

angelos     10/06/29 06:59:15

  Modified:             ChangeLog xfce4-settings-4.6.5.ebuild
  Log:
  Stable on amd64 wrt bug #323729
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.45                 xfce-base/xfce4-settings/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	4 Jun 2010 14:15:41 -0000	1.44
+++ ChangeLog	29 Jun 2010 06:59:14 -0000	1.45
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-base/xfce4-settings
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.44 2010/06/04 14:15:41 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.45 2010/06/29 06:59:14 angelos Exp $
+
+  29 Jun 2010; Christoph Mende <angelos@gentoo.org>
+  xfce4-settings-4.6.5.ebuild:
+  Stable on amd64 wrt bug #323729
 
   04 Jun 2010; Guy Martin <gmsoft@gentoo.org>
   xfce4-settings-4.6.3-r1.ebuild:



1.2                  xfce-base/xfce4-settings/xfce4-settings-4.6.5.ebuild

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

Index: xfce4-settings-4.6.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-settings-4.6.5.ebuild	22 May 2010 18:37:16 -0000	1.1
+++ xfce4-settings-4.6.5.ebuild	29 Jun 2010 06:59:14 -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-base/xfce4-settings/xfce4-settings-4.6.5.ebuild,v 1.1 2010/05/22 18:37:16 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.5.ebuild,v 1.2 2010/06/29 06:59:14 angelos Exp $
 
 EAPI=2
 EAUTORECONF=yes
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="debug +keyboard libnotify sound"
 
 RDEPEND=">=dev-libs/glib-2.12:2






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/xfce4-settings: ChangeLog xfce4-settings-4.6.5.ebuild
@ 2010-06-30 15:42 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-06-30 15:42 UTC (permalink / raw
  To: gentoo-commits

fauli       10/06/30 15:42:39

  Modified:             ChangeLog xfce4-settings-4.6.5.ebuild
  Log:
  x86 stable, bug 323729
  (Portage version: 2.1.8.3/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.46                 xfce-base/xfce4-settings/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	29 Jun 2010 06:59:14 -0000	1.45
+++ ChangeLog	30 Jun 2010 15:42:39 -0000	1.46
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-base/xfce4-settings
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.45 2010/06/29 06:59:14 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.46 2010/06/30 15:42:39 fauli Exp $
+
+  30 Jun 2010; Christian Faulhammer <fauli@gentoo.org>
+  xfce4-settings-4.6.5.ebuild:
+  x86 stable, bug 323729
 
   29 Jun 2010; Christoph Mende <angelos@gentoo.org>
   xfce4-settings-4.6.5.ebuild:



1.3                  xfce-base/xfce4-settings/xfce4-settings-4.6.5.ebuild

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

Index: xfce4-settings-4.6.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfce4-settings-4.6.5.ebuild	29 Jun 2010 06:59:14 -0000	1.2
+++ xfce4-settings-4.6.5.ebuild	30 Jun 2010 15:42:39 -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-base/xfce4-settings/xfce4-settings-4.6.5.ebuild,v 1.2 2010/06/29 06:59:14 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.5.ebuild,v 1.3 2010/06/30 15:42:39 fauli Exp $
 
 EAPI=2
 EAUTORECONF=yes
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="debug +keyboard libnotify sound"
 
 RDEPEND=">=dev-libs/glib-2.12:2






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/xfce4-settings: ChangeLog xfce4-settings-4.6.5.ebuild
@ 2010-07-09 16:52 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-07-09 16:52 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/07/09 16:52:21

  Modified:             ChangeLog xfce4-settings-4.6.5.ebuild
  Log:
  ppc64 stable wrt #323729
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.47                 xfce-base/xfce4-settings/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	30 Jun 2010 15:42:39 -0000	1.46
+++ ChangeLog	9 Jul 2010 16:52:21 -0000	1.47
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-base/xfce4-settings
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.46 2010/06/30 15:42:39 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.47 2010/07/09 16:52:21 ssuominen Exp $
+
+  09 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
+  xfce4-settings-4.6.5.ebuild:
+  ppc64 stable wrt #323729
 
   30 Jun 2010; Christian Faulhammer <fauli@gentoo.org>
   xfce4-settings-4.6.5.ebuild:



1.4                  xfce-base/xfce4-settings/xfce4-settings-4.6.5.ebuild

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

Index: xfce4-settings-4.6.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfce4-settings-4.6.5.ebuild	30 Jun 2010 15:42:39 -0000	1.3
+++ xfce4-settings-4.6.5.ebuild	9 Jul 2010 16:52: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-base/xfce4-settings/xfce4-settings-4.6.5.ebuild,v 1.3 2010/06/30 15:42:39 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.5.ebuild,v 1.4 2010/07/09 16:52:21 ssuominen Exp $
 
 EAPI=2
 EAUTORECONF=yes
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="debug +keyboard libnotify sound"
 
 RDEPEND=">=dev-libs/glib-2.12:2






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/xfce4-settings: ChangeLog xfce4-settings-4.6.5.ebuild
@ 2010-07-23  7:39 Markus Meier (maekke)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2010-07-23  7:39 UTC (permalink / raw
  To: gentoo-commits

maekke      10/07/23 07:39:23

  Modified:             ChangeLog xfce4-settings-4.6.5.ebuild
  Log:
  arm stable, bug #323729
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.48                 xfce-base/xfce4-settings/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	9 Jul 2010 16:52:21 -0000	1.47
+++ ChangeLog	23 Jul 2010 07:39:22 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-base/xfce4-settings
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.47 2010/07/09 16:52:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.48 2010/07/23 07:39:22 maekke Exp $
+
+  23 Jul 2010; Markus Meier <maekke@gentoo.org> xfce4-settings-4.6.5.ebuild:
+  arm stable, bug #323729
 
   09 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
   xfce4-settings-4.6.5.ebuild:



1.5                  xfce-base/xfce4-settings/xfce4-settings-4.6.5.ebuild

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

Index: xfce4-settings-4.6.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xfce4-settings-4.6.5.ebuild	9 Jul 2010 16:52:21 -0000	1.4
+++ xfce4-settings-4.6.5.ebuild	23 Jul 2010 07:39:22 -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-base/xfce4-settings/xfce4-settings-4.6.5.ebuild,v 1.4 2010/07/09 16:52:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.5.ebuild,v 1.5 2010/07/23 07:39:22 maekke Exp $
 
 EAPI=2
 EAUTORECONF=yes
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="debug +keyboard libnotify sound"
 
 RDEPEND=">=dev-libs/glib-2.12:2






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/xfce4-settings: ChangeLog xfce4-settings-4.6.5.ebuild
@ 2010-08-10 15:53 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2010-08-10 15:53 UTC (permalink / raw
  To: gentoo-commits

jer         10/08/10 15:53:59

  Modified:             ChangeLog xfce4-settings-4.6.5.ebuild
  Log:
  Stable for HPPA (bug #323729).
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.50                 xfce-base/xfce4-settings/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	2 Aug 2010 18:42:36 -0000	1.49
+++ ChangeLog	10 Aug 2010 15:53:59 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-base/xfce4-settings
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.49 2010/08/02 18:42:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.50 2010/08/10 15:53:59 jer Exp $
+
+  10 Aug 2010; Jeroen Roovers <jer@gentoo.org> xfce4-settings-4.6.5.ebuild:
+  Stable for HPPA (bug #323729).
 
   02 Aug 2010; Raúl Porcel <armin76@gentoo.org>
   xfce4-settings-4.6.3-r1.ebuild:



1.6                  xfce-base/xfce4-settings/xfce4-settings-4.6.5.ebuild

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

Index: xfce4-settings-4.6.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xfce4-settings-4.6.5.ebuild	23 Jul 2010 07:39:22 -0000	1.5
+++ xfce4-settings-4.6.5.ebuild	10 Aug 2010 15:53:59 -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-base/xfce4-settings/xfce4-settings-4.6.5.ebuild,v 1.5 2010/07/23 07:39:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.5.ebuild,v 1.6 2010/08/10 15:53:59 jer Exp $
 
 EAPI=2
 EAUTORECONF=yes
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="debug +keyboard libnotify sound"
 
 RDEPEND=">=dev-libs/glib-2.12:2






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/xfce4-settings: ChangeLog xfce4-settings-4.6.5.ebuild
@ 2010-08-11 20:46 Joseph Jezak (josejx)
  0 siblings, 0 replies; 8+ messages in thread
From: Joseph Jezak (josejx) @ 2010-08-11 20:46 UTC (permalink / raw
  To: gentoo-commits

josejx      10/08/11 20:46:02

  Modified:             ChangeLog xfce4-settings-4.6.5.ebuild
  Log:
  Marked ppc stable for bug #323729.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.51                 xfce-base/xfce4-settings/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	10 Aug 2010 15:53:59 -0000	1.50
+++ ChangeLog	11 Aug 2010 20:46:01 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-base/xfce4-settings
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.50 2010/08/10 15:53:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.51 2010/08/11 20:46:01 josejx Exp $
+
+  11 Aug 2010; Joseph Jezak <josejx@gentoo.org> xfce4-settings-4.6.5.ebuild:
+  Marked ppc stable for bug #323729.
 
   10 Aug 2010; Jeroen Roovers <jer@gentoo.org> xfce4-settings-4.6.5.ebuild:
   Stable for HPPA (bug #323729).



1.7                  xfce-base/xfce4-settings/xfce4-settings-4.6.5.ebuild

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

Index: xfce4-settings-4.6.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xfce4-settings-4.6.5.ebuild	10 Aug 2010 15:53:59 -0000	1.6
+++ xfce4-settings-4.6.5.ebuild	11 Aug 2010 20:46:01 -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-base/xfce4-settings/xfce4-settings-4.6.5.ebuild,v 1.6 2010/08/10 15:53:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.5.ebuild,v 1.7 2010/08/11 20:46:01 josejx Exp $
 
 EAPI=2
 EAUTORECONF=yes
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="debug +keyboard libnotify sound"
 
 RDEPEND=">=dev-libs/glib-2.12:2






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/xfce4-settings: ChangeLog xfce4-settings-4.6.5.ebuild
@ 2010-08-29 17:47 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2010-08-29 17:47 UTC (permalink / raw
  To: gentoo-commits

armin76     10/08/29 17:47:10

  Modified:             ChangeLog xfce4-settings-4.6.5.ebuild
  Log:
  alpha/ia64/sparc stable wrt #323729
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.52                 xfce-base/xfce4-settings/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	11 Aug 2010 20:46:01 -0000	1.51
+++ ChangeLog	29 Aug 2010 17:47:09 -0000	1.52
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-base/xfce4-settings
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.51 2010/08/11 20:46:01 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.52 2010/08/29 17:47:09 armin76 Exp $
+
+  29 Aug 2010; Raúl Porcel <armin76@gentoo.org>
+  xfce4-settings-4.6.5.ebuild:
+  alpha/ia64/sparc stable wrt #323729
 
   11 Aug 2010; Joseph Jezak <josejx@gentoo.org> xfce4-settings-4.6.5.ebuild:
   Marked ppc stable for bug #323729.



1.8                  xfce-base/xfce4-settings/xfce4-settings-4.6.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.5.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.5.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.5.ebuild?r1=1.7&r2=1.8

Index: xfce4-settings-4.6.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xfce4-settings-4.6.5.ebuild	11 Aug 2010 20:46:01 -0000	1.7
+++ xfce4-settings-4.6.5.ebuild	29 Aug 2010 17:47:09 -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-base/xfce4-settings/xfce4-settings-4.6.5.ebuild,v 1.7 2010/08/11 20:46:01 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.5.ebuild,v 1.8 2010/08/29 17:47:09 armin76 Exp $
 
 EAPI=2
 EAUTORECONF=yes
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="debug +keyboard libnotify sound"
 
 RDEPEND=">=dev-libs/glib-2.12:2






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

end of thread, other threads:[~2010-08-29 17:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-23  7:39 [gentoo-commits] gentoo-x86 commit in xfce-base/xfce4-settings: ChangeLog xfce4-settings-4.6.5.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2010-08-29 17:47 Raul Porcel (armin76)
2010-08-11 20:46 Joseph Jezak (josejx)
2010-08-10 15:53 Jeroen Roovers (jer)
2010-07-09 16:52 Samuli Suominen (ssuominen)
2010-06-30 15:42 Christian Faulhammer (fauli)
2010-06-29  6:59 Christoph Mende (angelos)
2010-05-22 18:37 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