public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-base/thunar: thunar-0.9.0-r2.ebuild ChangeLog
@ 2008-03-21  6:07 Samuli Suominen (drac)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (drac) @ 2008-03-21  6:07 UTC (permalink / raw
  To: gentoo-commits

drac        08/03/21 06:07:47

  Modified:             thunar-0.9.0-r2.ebuild ChangeLog
  Log:
  pkg_setup clean up, amd64 stable
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.2                  xfce-base/thunar/thunar-0.9.0-r2.ebuild

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

Index: thunar-0.9.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.0-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- thunar-0.9.0-r2.ebuild	12 Mar 2008 18:14:18 -0000	1.1
+++ thunar-0.9.0-r2.ebuild	21 Mar 2008 06:07:46 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.0-r2.ebuild,v 1.1 2008/03/12 18:14:18 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.0-r2.ebuild,v 1.2 2008/03/21 06:07:46 drac Exp $
 
 EAPI=1
 
@@ -14,7 +14,7 @@
 
 DESCRIPTION="File manager"
 HOMEPAGE="http://thunar.xfce.org"
-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="doc dbus debug exif gnome hal pcre startup-notification +trash-plugin"
 
 RDEPEND=">=dev-lang/perl-5.6
@@ -43,30 +43,25 @@
 	dev-util/intltool
 	doc? ( dev-util/gtk-doc )"
 
+DOCS="AUTHORS ChangeLog HACKING FAQ THANKS TODO README NEWS"
+
 pkg_setup() {
-	XFCE_CONFIG="${XFCE_CONFIG} $(use_enable exif)
-		$(use_enable gnome gnome-thumbnailers)
+	XFCE_CONFIG+=" $(use_enable exif) $(use_enable gnome gnome-thumbnailers)
 		$(use_enable dbus) $(use_enable pcre)"
 
-	local fail="Re-emerge xfce-extra/exo with USE hal."
-
 	if use hal; then
-		XFCE_CONFIG="${XFCE_CONFIG} --enable-dbus --with-volume-manager=hal"
+		XFCE_CONFIG+=" --enable-dbus --with-volume-manager=hal"
 	else
-		XFCE_CONFIG="${XFCE_CONFIG} --with-volume-manager=none"
-	fi
-
-	if use trash-plugin && ! use dbus; then
-		XFCE_CONFIG="${XFCE_CONFIG} --enable-dbus"
-		ewarn "USE trash-plugin detected, enabling dbus for you."
+		XFCE_CONFIG+=" --with-volume-manager=none"
 	fi
 
-	use trash-plugin || XFCE_CONFIG="${XFCE_CONFIG} --disable-tpa-plugin"
-
-	if use hal && ! use dbus; then
-		ewarn "USE hal detected, enabling dbus for you."
+	if use trash-plugin; then
+		XFCE_CONFIG+=" --enable-dbus"
+	else
+		XFCE_CONFIG+=" --disable-tpa-plugin"
 	fi
 
+	local fail="Re-emerge xfce-extra/exo with USE hal."
 	if use hal && ! built_with_use xfce-extra/exo hal; then
 		eerror "${fail}"
 		die "${fail}"
@@ -84,6 +79,4 @@
 	Xemake check || die "emake check failed."
 }
 
-DOCS="AUTHORS ChangeLog HACKING FAQ THANKS TODO README NEWS"
-
 xfce44_extra_package



1.49                 xfce-base/thunar/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	12 Mar 2008 18:14:18 -0000	1.48
+++ ChangeLog	21 Mar 2008 06:07:46 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-base/thunar
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.48 2008/03/12 18:14:18 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.49 2008/03/21 06:07:46 drac Exp $
+
+  21 Mar 2008; Samuli Suominen <drac@gentoo.org> thunar-0.9.0-r2.ebuild:
+  pkg_setup clean up, amd64 stable
 
 *thunar-0.9.0-r2 (12 Mar 2008)
 



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-base/thunar: thunar-0.9.0-r2.ebuild ChangeLog
@ 2008-03-21 13:17 Dawid Weglinski (cla)
  0 siblings, 0 replies; 7+ messages in thread
From: Dawid Weglinski (cla) @ 2008-03-21 13:17 UTC (permalink / raw
  To: gentoo-commits

cla         08/03/21 13:17:14

  Modified:             thunar-0.9.0-r2.ebuild ChangeLog
  Log:
  Stable on x86 wrt bug #214130
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.3                  xfce-base/thunar/thunar-0.9.0-r2.ebuild

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

Index: thunar-0.9.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.0-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- thunar-0.9.0-r2.ebuild	21 Mar 2008 06:07:46 -0000	1.2
+++ thunar-0.9.0-r2.ebuild	21 Mar 2008 13:17:14 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.0-r2.ebuild,v 1.2 2008/03/21 06:07:46 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.0-r2.ebuild,v 1.3 2008/03/21 13:17:14 cla Exp $
 
 EAPI=1
 
@@ -14,7 +14,7 @@
 
 DESCRIPTION="File manager"
 HOMEPAGE="http://thunar.xfce.org"
-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="doc dbus debug exif gnome hal pcre startup-notification +trash-plugin"
 
 RDEPEND=">=dev-lang/perl-5.6



1.50                 xfce-base/thunar/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	21 Mar 2008 06:07:46 -0000	1.49
+++ ChangeLog	21 Mar 2008 13:17:14 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-base/thunar
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.49 2008/03/21 06:07:46 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.50 2008/03/21 13:17:14 cla Exp $
+
+  21 Mar 2008; Dawid Węgliński <cla@gentoo.org> thunar-0.9.0-r2.ebuild:
+  Stable on x86 (bug #214130)
 
   21 Mar 2008; Samuli Suominen <drac@gentoo.org> thunar-0.9.0-r2.ebuild:
   pkg_setup clean up, amd64 stable



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-base/thunar: thunar-0.9.0-r2.ebuild ChangeLog
@ 2008-03-21 15:33 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 7+ messages in thread
From: Tobias Klausmann (klausman) @ 2008-03-21 15:33 UTC (permalink / raw
  To: gentoo-commits

klausman    08/03/21 15:33:32

  Modified:             thunar-0.9.0-r2.ebuild ChangeLog
  Log:
  Stable on alpha, bug #214130
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.4                  xfce-base/thunar/thunar-0.9.0-r2.ebuild

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

Index: thunar-0.9.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.0-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- thunar-0.9.0-r2.ebuild	21 Mar 2008 13:17:14 -0000	1.3
+++ thunar-0.9.0-r2.ebuild	21 Mar 2008 15:33:31 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.0-r2.ebuild,v 1.3 2008/03/21 13:17:14 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.0-r2.ebuild,v 1.4 2008/03/21 15:33:31 klausman Exp $
 
 EAPI=1
 
@@ -14,7 +14,7 @@
 
 DESCRIPTION="File manager"
 HOMEPAGE="http://thunar.xfce.org"
-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="doc dbus debug exif gnome hal pcre startup-notification +trash-plugin"
 
 RDEPEND=">=dev-lang/perl-5.6



1.51                 xfce-base/thunar/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	21 Mar 2008 13:17:14 -0000	1.50
+++ ChangeLog	21 Mar 2008 15:33:31 -0000	1.51
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-base/thunar
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.50 2008/03/21 13:17:14 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.51 2008/03/21 15:33:31 klausman Exp $
+
+  21 Mar 2008; Tobias Klausmann <klausman@gentoo.org>
+  thunar-0.9.0-r2.ebuild:
+  Stable on alpha, bug #214130
 
   21 Mar 2008; Dawid Węgliński <cla@gentoo.org> thunar-0.9.0-r2.ebuild:
   Stable on x86 (bug #214130)



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-base/thunar: thunar-0.9.0-r2.ebuild ChangeLog
@ 2008-03-22 11:17 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 7+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-03-22 11:17 UTC (permalink / raw
  To: gentoo-commits

nixnut      08/03/22 11:17:36

  Modified:             thunar-0.9.0-r2.ebuild ChangeLog
  Log:
  Stable on ppc wrt bug 214130
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.5                  xfce-base/thunar/thunar-0.9.0-r2.ebuild

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

Index: thunar-0.9.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.0-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- thunar-0.9.0-r2.ebuild	21 Mar 2008 15:33:31 -0000	1.4
+++ thunar-0.9.0-r2.ebuild	22 Mar 2008 11:17:35 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.0-r2.ebuild,v 1.4 2008/03/21 15:33:31 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.0-r2.ebuild,v 1.5 2008/03/22 11:17:35 nixnut Exp $
 
 EAPI=1
 
@@ -14,7 +14,7 @@
 
 DESCRIPTION="File manager"
 HOMEPAGE="http://thunar.xfce.org"
-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="doc dbus debug exif gnome hal pcre startup-notification +trash-plugin"
 
 RDEPEND=">=dev-lang/perl-5.6



1.52                 xfce-base/thunar/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	21 Mar 2008 15:33:31 -0000	1.51
+++ ChangeLog	22 Mar 2008 11:17:35 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-base/thunar
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.51 2008/03/21 15:33:31 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.52 2008/03/22 11:17:35 nixnut Exp $
+
+  22 Mar 2008; nixnut <nixnut@gentoo.org> thunar-0.9.0-r2.ebuild:
+  Stable on ppc wrt bug 214130
 
   21 Mar 2008; Tobias Klausmann <klausman@gentoo.org>
   thunar-0.9.0-r2.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-base/thunar: thunar-0.9.0-r2.ebuild ChangeLog
@ 2008-03-22 22:51 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2008-03-22 22:51 UTC (permalink / raw
  To: gentoo-commits

ranger      08/03/22 22:51:22

  Modified:             thunar-0.9.0-r2.ebuild ChangeLog
  Log:
  Marking thunar-0.9.0-r2 ppc64 for bug 214130
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.6                  xfce-base/thunar/thunar-0.9.0-r2.ebuild

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

Index: thunar-0.9.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.0-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- thunar-0.9.0-r2.ebuild	22 Mar 2008 11:17:35 -0000	1.5
+++ thunar-0.9.0-r2.ebuild	22 Mar 2008 22:51:22 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.0-r2.ebuild,v 1.5 2008/03/22 11:17:35 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.0-r2.ebuild,v 1.6 2008/03/22 22:51:22 ranger Exp $
 
 EAPI=1
 
@@ -14,7 +14,7 @@
 
 DESCRIPTION="File manager"
 HOMEPAGE="http://thunar.xfce.org"
-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="doc dbus debug exif gnome hal pcre startup-notification +trash-plugin"
 
 RDEPEND=">=dev-lang/perl-5.6



1.53                 xfce-base/thunar/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	22 Mar 2008 11:17:35 -0000	1.52
+++ ChangeLog	22 Mar 2008 22:51:22 -0000	1.53
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-base/thunar
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.52 2008/03/22 11:17:35 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.53 2008/03/22 22:51:22 ranger Exp $
+
+  22 Mar 2008; Brent Baude <ranger@gentoo.org> thunar-0.9.0-r2.ebuild:
+  Marking thunar-0.9.0-r2 ppc64 for bug 214130
 
   22 Mar 2008; nixnut <nixnut@gentoo.org> thunar-0.9.0-r2.ebuild:
   Stable on ppc wrt bug 214130



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-base/thunar: thunar-0.9.0-r2.ebuild ChangeLog
@ 2008-03-24 11:05 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2008-03-24 11:05 UTC (permalink / raw
  To: gentoo-commits

armin76     08/03/24 11:05:18

  Modified:             thunar-0.9.0-r2.ebuild ChangeLog
  Log:
  ia64/sparc stable wrt #214130
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.7                  xfce-base/thunar/thunar-0.9.0-r2.ebuild

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

Index: thunar-0.9.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.0-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- thunar-0.9.0-r2.ebuild	22 Mar 2008 22:51:22 -0000	1.6
+++ thunar-0.9.0-r2.ebuild	24 Mar 2008 11:05:17 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.0-r2.ebuild,v 1.6 2008/03/22 22:51:22 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.0-r2.ebuild,v 1.7 2008/03/24 11:05:17 armin76 Exp $
 
 EAPI=1
 
@@ -14,7 +14,7 @@
 
 DESCRIPTION="File manager"
 HOMEPAGE="http://thunar.xfce.org"
-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="doc dbus debug exif gnome hal pcre startup-notification +trash-plugin"
 
 RDEPEND=">=dev-lang/perl-5.6



1.54                 xfce-base/thunar/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	22 Mar 2008 22:51:22 -0000	1.53
+++ ChangeLog	24 Mar 2008 11:05:17 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-base/thunar
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.53 2008/03/22 22:51:22 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.54 2008/03/24 11:05:17 armin76 Exp $
+
+  24 Mar 2008; Raúl Porcel <armin76@gentoo.org> thunar-0.9.0-r2.ebuild:
+  ia64/sparc stable wrt #214130
 
   22 Mar 2008; Brent Baude <ranger@gentoo.org> thunar-0.9.0-r2.ebuild:
   Marking thunar-0.9.0-r2 ppc64 for bug 214130



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-base/thunar: thunar-0.9.0-r2.ebuild ChangeLog
@ 2008-03-26 11:39 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2008-03-26 11:39 UTC (permalink / raw
  To: gentoo-commits

jer         08/03/26 11:39:48

  Modified:             thunar-0.9.0-r2.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #214130).
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.8                  xfce-base/thunar/thunar-0.9.0-r2.ebuild

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

Index: thunar-0.9.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.0-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- thunar-0.9.0-r2.ebuild	24 Mar 2008 11:05:17 -0000	1.7
+++ thunar-0.9.0-r2.ebuild	26 Mar 2008 11:39:48 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.0-r2.ebuild,v 1.7 2008/03/24 11:05:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.0-r2.ebuild,v 1.8 2008/03/26 11:39:48 jer Exp $
 
 EAPI=1
 
@@ -14,7 +14,7 @@
 
 DESCRIPTION="File manager"
 HOMEPAGE="http://thunar.xfce.org"
-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="doc dbus debug exif gnome hal pcre startup-notification +trash-plugin"
 
 RDEPEND=">=dev-lang/perl-5.6



1.55                 xfce-base/thunar/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	24 Mar 2008 11:05:17 -0000	1.54
+++ ChangeLog	26 Mar 2008 11:39:48 -0000	1.55
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-base/thunar
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.54 2008/03/24 11:05:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.55 2008/03/26 11:39:48 jer Exp $
+
+  26 Mar 2008; Jeroen Roovers <jer@gentoo.org> thunar-0.9.0-r2.ebuild:
+  Stable for HPPA (bug #214130).
 
   24 Mar 2008; Raúl Porcel <armin76@gentoo.org> thunar-0.9.0-r2.ebuild:
   ia64/sparc stable wrt #214130



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-03-26 11:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-21  6:07 [gentoo-commits] gentoo-x86 commit in xfce-base/thunar: thunar-0.9.0-r2.ebuild ChangeLog Samuli Suominen (drac)
  -- strict thread matches above, loose matches on Subject: below --
2008-03-21 13:17 Dawid Weglinski (cla)
2008-03-21 15:33 Tobias Klausmann (klausman)
2008-03-22 11:17 Gysbert Wassenaar (nixnut)
2008-03-22 22:51 Brent Baude (ranger)
2008-03-24 11:05 Raul Porcel (armin76)
2008-03-26 11:39 Jeroen Roovers (jer)

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