public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4util: ChangeLog libxfce4util-4.4.1-r1.ebuild
@ 2007-12-05 10:28 Christoph Mende (angelos)
  0 siblings, 0 replies; 7+ messages in thread
From: Christoph Mende (angelos) @ 2007-12-05 10:28 UTC (permalink / raw
  To: gentoo-commits

angelos     07/12/05 10:28:14

  Modified:             ChangeLog
  Added:                libxfce4util-4.4.1-r1.ebuild
  Log:
  Fixed a possible buffer overflow, bug 201289
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.97                 xfce-base/libxfce4util/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.97&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.97&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?r1=1.96&r2=1.97

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog	18 Nov 2007 06:23:13 -0000	1.96
+++ ChangeLog	5 Dec 2007 10:28:14 -0000	1.97
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-base/libxfce4util
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.96 2007/11/18 06:23:13 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.97 2007/12/05 10:28:14 angelos Exp $
+
+*libxfce4util-4.4.1-r1 (04 Dec 2007)
+
+  04 Dec 2007; Christoph Mende <angelos@gentoo.org>
+  +files/libxfce4util-4.4.1-overflow.patch, +libxfce4util-4.4.1-r1.ebuild:
+  Fixed a possible buffer overflow, bug 201289
 
 *libxfce4util-4.4.2 (18 Nov 2007)
 



1.1                  xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: libxfce4util-4.4.1-r1.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild,v 1.1 2007/12/05 10:28:14 angelos Exp $

inherit eutils xfce44

XFCE_VERSION="4.4.1"
xfce44

DESCRIPTION="Basic utilities library"
HOMEPAGE="http://www.xfce.org/projects/libraries"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="debug doc"

RDEPEND=">=dev-libs/glib-2.6"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	doc? ( dev-util/gtk-doc )
	!xfce-extra/xfce4-panelmenu
	!xfce-extra/xfce4-showdesktop
	!xfce-extra/xfce4-systray
	!xfce-extra/xfce4-taskbar
	!xfce-extra/xfce4-toys
	!xfce-extra/xfce4-windowlist
	!xfce-extra/xfce4-trigger-launcher
	!xfce-extra/xfce4-websearch
	!xfce-extra/xfce4-modemlights
	!xfce-extra/xfce4-minicmd
	!xfce-extra/xfce4-megahertz
	!xfce-extra/xfce4-iconbox
	!xfce-base/xffm
	!xfce-extra/xfcalendar
	!xfce-extra/xfce4-bglist-editor
	!<xfce-extra/xfce4-genmon-3
	!<xfce-extra/xfce4-diskperf-2"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${P}-overflow.patch
}

DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"

xfce44_core_package



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4util: ChangeLog libxfce4util-4.4.1-r1.ebuild
@ 2007-12-05 23:03 Christoph Mende (angelos)
  0 siblings, 0 replies; 7+ messages in thread
From: Christoph Mende (angelos) @ 2007-12-05 23:03 UTC (permalink / raw
  To: gentoo-commits

angelos     07/12/05 23:03:18

  Modified:             ChangeLog libxfce4util-4.4.1-r1.ebuild
  Log:
  Stable on amd64 wrt security bug #201289
  (Portage version: 2.1.4_rc7)

Revision  Changes    Path
1.98                 xfce-base/libxfce4util/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.98&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.98&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?r1=1.97&r2=1.98

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog	5 Dec 2007 10:28:14 -0000	1.97
+++ ChangeLog	5 Dec 2007 23:03:17 -0000	1.98
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-base/libxfce4util
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.97 2007/12/05 10:28:14 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.98 2007/12/05 23:03:17 angelos Exp $
+
+  05 Dec 2007; Christoph Mende <angelos@gentoo.org>
+  libxfce4util-4.4.1-r1.ebuild:
+  Stable on amd64 wrt security bug #201289
 
 *libxfce4util-4.4.1-r1 (04 Dec 2007)
 



1.2                  xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild?r1=1.1&r2=1.2

Index: libxfce4util-4.4.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libxfce4util-4.4.1-r1.ebuild	5 Dec 2007 10:28:14 -0000	1.1
+++ libxfce4util-4.4.1-r1.ebuild	5 Dec 2007 23:03:17 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild,v 1.1 2007/12/05 10:28:14 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild,v 1.2 2007/12/05 23:03:17 angelos Exp $
 
 inherit eutils xfce44
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Basic utilities library"
 HOMEPAGE="http://www.xfce.org/projects/libraries"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="debug doc"
 
 RDEPEND=">=dev-libs/glib-2.6"



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4util: ChangeLog libxfce4util-4.4.1-r1.ebuild
@ 2007-12-06 10:10 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 7+ messages in thread
From: Christian Faulhammer (opfer) @ 2007-12-06 10:10 UTC (permalink / raw
  To: gentoo-commits

opfer       07/12/06 10:10:18

  Modified:             ChangeLog libxfce4util-4.4.1-r1.ebuild
  Log:
  stable x86, security bug 201289
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.99                 xfce-base/libxfce4util/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?r1=1.98&r2=1.99

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog	5 Dec 2007 23:03:17 -0000	1.98
+++ ChangeLog	6 Dec 2007 10:10:18 -0000	1.99
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-base/libxfce4util
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.98 2007/12/05 23:03:17 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.99 2007/12/06 10:10:18 opfer Exp $
+
+  06 Dec 2007; Christian Faulhammer <opfer@gentoo.org>
+  libxfce4util-4.4.1-r1.ebuild:
+  stable x86, security bug 201289
 
   05 Dec 2007; Christoph Mende <angelos@gentoo.org>
   libxfce4util-4.4.1-r1.ebuild:



1.3                  xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild?r1=1.2&r2=1.3

Index: libxfce4util-4.4.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libxfce4util-4.4.1-r1.ebuild	5 Dec 2007 23:03:17 -0000	1.2
+++ libxfce4util-4.4.1-r1.ebuild	6 Dec 2007 10:10:18 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild,v 1.2 2007/12/05 23:03:17 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild,v 1.3 2007/12/06 10:10:18 opfer Exp $
 
 inherit eutils xfce44
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Basic utilities library"
 HOMEPAGE="http://www.xfce.org/projects/libraries"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="debug doc"
 
 RDEPEND=">=dev-libs/glib-2.6"



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4util: ChangeLog libxfce4util-4.4.1-r1.ebuild
@ 2007-12-06 17:21 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2007-12-06 17:21 UTC (permalink / raw
  To: gentoo-commits

armin76     07/12/06 17:21:03

  Modified:             ChangeLog libxfce4util-4.4.1-r1.ebuild
  Log:
  alpha/ia64/sparc stable wrt security #201289
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.100                xfce-base/libxfce4util/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?r1=1.99&r2=1.100

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog	6 Dec 2007 10:10:18 -0000	1.99
+++ ChangeLog	6 Dec 2007 17:21:03 -0000	1.100
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-base/libxfce4util
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.99 2007/12/06 10:10:18 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.100 2007/12/06 17:21:03 armin76 Exp $
+
+  06 Dec 2007; Raúl Porcel <armin76@gentoo.org>
+  libxfce4util-4.4.1-r1.ebuild:
+  alpha/ia64/sparc stable wrt security #201289
 
   06 Dec 2007; Christian Faulhammer <opfer@gentoo.org>
   libxfce4util-4.4.1-r1.ebuild:



1.4                  xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild?r1=1.3&r2=1.4

Index: libxfce4util-4.4.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libxfce4util-4.4.1-r1.ebuild	6 Dec 2007 10:10:18 -0000	1.3
+++ libxfce4util-4.4.1-r1.ebuild	6 Dec 2007 17:21:03 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild,v 1.3 2007/12/06 10:10:18 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild,v 1.4 2007/12/06 17:21:03 armin76 Exp $
 
 inherit eutils xfce44
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Basic utilities library"
 HOMEPAGE="http://www.xfce.org/projects/libraries"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd"
 IUSE="debug doc"
 
 RDEPEND=">=dev-libs/glib-2.6"



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4util: ChangeLog libxfce4util-4.4.1-r1.ebuild
@ 2007-12-06 18:20 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2007-12-06 18:20 UTC (permalink / raw
  To: gentoo-commits

jer         07/12/06 18:20:53

  Modified:             ChangeLog libxfce4util-4.4.1-r1.ebuild
  Log:
  Stable for HPPA (bug #201289).
  (Portage version: 2.1.4_rc7)

Revision  Changes    Path
1.101                xfce-base/libxfce4util/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.101&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.101&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?r1=1.100&r2=1.101

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog	6 Dec 2007 17:21:03 -0000	1.100
+++ ChangeLog	6 Dec 2007 18:20:53 -0000	1.101
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-base/libxfce4util
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.100 2007/12/06 17:21:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.101 2007/12/06 18:20:53 jer Exp $
+
+  06 Dec 2007; Jeroen Roovers <jer@gentoo.org> libxfce4util-4.4.1-r1.ebuild:
+  Stable for HPPA (bug #201289).
 
   06 Dec 2007; Raúl Porcel <armin76@gentoo.org>
   libxfce4util-4.4.1-r1.ebuild:



1.5                  xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild?r1=1.4&r2=1.5

Index: libxfce4util-4.4.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libxfce4util-4.4.1-r1.ebuild	6 Dec 2007 17:21:03 -0000	1.4
+++ libxfce4util-4.4.1-r1.ebuild	6 Dec 2007 18:20:53 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild,v 1.4 2007/12/06 17:21:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild,v 1.5 2007/12/06 18:20:53 jer Exp $
 
 inherit eutils xfce44
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Basic utilities library"
 HOMEPAGE="http://www.xfce.org/projects/libraries"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd"
 IUSE="debug doc"
 
 RDEPEND=">=dev-libs/glib-2.6"



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4util: ChangeLog libxfce4util-4.4.1-r1.ebuild
@ 2007-12-07 14:10 Markus Rothe (corsair)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Rothe (corsair) @ 2007-12-07 14:10 UTC (permalink / raw
  To: gentoo-commits

corsair     07/12/07 14:10:49

  Modified:             ChangeLog libxfce4util-4.4.1-r1.ebuild
  Log:
  Stable on ppc64; bug #201289
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.102                xfce-base/libxfce4util/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.102&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.102&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?r1=1.101&r2=1.102

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog	6 Dec 2007 18:20:53 -0000	1.101
+++ ChangeLog	7 Dec 2007 14:10:49 -0000	1.102
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-base/libxfce4util
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.101 2007/12/06 18:20:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.102 2007/12/07 14:10:49 corsair Exp $
+
+  07 Dec 2007; Markus Rothe <corsair@gentoo.org>
+  libxfce4util-4.4.1-r1.ebuild:
+  Stable on ppc64; bug #201289
 
   06 Dec 2007; Jeroen Roovers <jer@gentoo.org> libxfce4util-4.4.1-r1.ebuild:
   Stable for HPPA (bug #201289).



1.6                  xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild?r1=1.5&r2=1.6

Index: libxfce4util-4.4.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libxfce4util-4.4.1-r1.ebuild	6 Dec 2007 18:20:53 -0000	1.5
+++ libxfce4util-4.4.1-r1.ebuild	7 Dec 2007 14:10:49 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild,v 1.5 2007/12/06 18:20:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild,v 1.6 2007/12/07 14:10:49 corsair Exp $
 
 inherit eutils xfce44
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Basic utilities library"
 HOMEPAGE="http://www.xfce.org/projects/libraries"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ~ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="debug doc"
 
 RDEPEND=">=dev-libs/glib-2.6"



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4util: ChangeLog libxfce4util-4.4.1-r1.ebuild
@ 2007-12-07 16:54 Tobias Scherbaum (dertobi123)
  0 siblings, 0 replies; 7+ messages in thread
From: Tobias Scherbaum (dertobi123) @ 2007-12-07 16:54 UTC (permalink / raw
  To: gentoo-commits

dertobi123    07/12/07 16:54:27

  Modified:             ChangeLog libxfce4util-4.4.1-r1.ebuild
  Log:
  ppc stable, bug #201289
  (Portage version: 2.1.4_rc8)

Revision  Changes    Path
1.103                xfce-base/libxfce4util/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.103&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.103&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?r1=1.102&r2=1.103

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog	7 Dec 2007 14:10:49 -0000	1.102
+++ ChangeLog	7 Dec 2007 16:54:27 -0000	1.103
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-base/libxfce4util
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.102 2007/12/07 14:10:49 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.103 2007/12/07 16:54:27 dertobi123 Exp $
+
+  07 Dec 2007; Tobias Scherbaum <dertobi123@gentoo.org>
+  libxfce4util-4.4.1-r1.ebuild:
+  ppc stable, bug #201289
 
   07 Dec 2007; Markus Rothe <corsair@gentoo.org>
   libxfce4util-4.4.1-r1.ebuild:



1.7                  xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild?r1=1.6&r2=1.7

Index: libxfce4util-4.4.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libxfce4util-4.4.1-r1.ebuild	7 Dec 2007 14:10:49 -0000	1.6
+++ libxfce4util-4.4.1-r1.ebuild	7 Dec 2007 16:54:27 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild,v 1.6 2007/12/07 14:10:49 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild,v 1.7 2007/12/07 16:54:27 dertobi123 Exp $
 
 inherit eutils xfce44
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Basic utilities library"
 HOMEPAGE="http://www.xfce.org/projects/libraries"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ~ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="debug doc"
 
 RDEPEND=">=dev-libs/glib-2.6"



-- 
gentoo-commits@gentoo.org mailing list



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

end of thread, other threads:[~2007-12-07 16:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-07 14:10 [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4util: ChangeLog libxfce4util-4.4.1-r1.ebuild Markus Rothe (corsair)
  -- strict thread matches above, loose matches on Subject: below --
2007-12-07 16:54 Tobias Scherbaum (dertobi123)
2007-12-06 18:20 Jeroen Roovers (jer)
2007-12-06 17:21 Raul Porcel (armin76)
2007-12-06 10:10 Christian Faulhammer (opfer)
2007-12-05 23:03 Christoph Mende (angelos)
2007-12-05 10:28 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