public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.19.2.ebuild
@ 2008-10-04 12:01 Matti Bickel (mabi)
  0 siblings, 0 replies; 6+ messages in thread
From: Matti Bickel (mabi) @ 2008-10-04 12:01 UTC (permalink / raw
  To: gentoo-commits

mabi        08/10/04 12:01:45

  Modified:             ChangeLog
  Added:                xfe-1.19.2.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc11/cvs/Linux 2.6.23-gentoo-r3-20080120 ppc)

Revision  Changes    Path
1.49                 x11-misc/xfe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	21 Nov 2007 18:21:11 -0000	1.48
+++ ChangeLog	4 Oct 2008 12:01:45 -0000	1.49
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/xfe
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.48 2007/11/21 18:21:11 nixnut Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.49 2008/10/04 12:01:45 mabi Exp $
+
+*xfe-1.19.2 (04 Oct 2008)
+
+  04 Oct 2008; Matti Bickel <mabi@gentoo.org> +xfe-1.19.2.ebuild:
+  version bump, use EAPI 2 for use deps
 
   21 Nov 2007; nixnut <nixnut@gentoo.org> xfe-1.04.ebuild:
   Stable on ppc wrt bug 198932



1.1                  x11-misc/xfe/xfe-1.19.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild?rev=1.1&content-type=text/plain

Index: xfe-1.19.2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild,v 1.1 2008/10/04 12:01:45 mabi Exp $

EAPI=2

inherit eutils

DESCRIPTION="MS-Explorer-like minimalist file manager for X"
HOMEPAGE="http://roland65.free.fr/xfe"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug nls +png"

DEPEND="=x11-libs/fox-1.6*[truetype,png?]
	nls? ( sys-devel/gettext )"

src_compile() {
	econf $(use_enable nls) $(use_enable debug)
	emake || die "emake failed."
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed."
	dodoc AUTHORS BUGS ChangeLog README TODO
	make_desktop_entry xfe "X File Explorer" xfe "System;FileTools;FileManager"
	make_desktop_entry xfi "X File Image" xfi "System;FileTools"
	make_desktop_entry xfp "X File Package" xfp "System;FileTools"
	make_desktop_entry xfv "X File View" xfv "System;FileTools"
	make_desktop_entry xfw "X File Write" xfw "System;FileTools"
}






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.19.2.ebuild
@ 2009-08-05 12:53 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-08-05 12:53 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/08/05 12:53:13

  Modified:             ChangeLog xfe-1.19.2.ebuild
  Log:
  Fix building with GCC 4.4+ and GLIBC 2.10+ wrt #278101.
  (Portage version: 2.2_rc36/cvs/Linux x86_64)

Revision  Changes    Path
1.50                 x11-misc/xfe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	4 Oct 2008 12:01:45 -0000	1.49
+++ ChangeLog	5 Aug 2009 12:53:13 -0000	1.50
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/xfe
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.49 2008/10/04 12:01:45 mabi Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.50 2009/08/05 12:53:13 ssuominen Exp $
+
+  05 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> xfe-1.19.2.ebuild,
+  +files/xfe-1.19.2-gcc44.patch:
+  Fix building with GCC 4.4+ and GLIBC 2.10+ wrt #278101.
 
 *xfe-1.19.2 (04 Oct 2008)
 



1.2                  x11-misc/xfe/xfe-1.19.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild?r1=1.1&r2=1.2

Index: xfe-1.19.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfe-1.19.2.ebuild	4 Oct 2008 12:01:45 -0000	1.1
+++ xfe-1.19.2.ebuild	5 Aug 2009 12:53:13 -0000	1.2
@@ -1,9 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild,v 1.1 2008/10/04 12:01:45 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild,v 1.2 2009/08/05 12:53:13 ssuominen Exp $
 
 EAPI=2
-
 inherit eutils
 
 DESCRIPTION="MS-Explorer-like minimalist file manager for X"
@@ -15,16 +14,22 @@
 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="debug nls +png"
 
-DEPEND="=x11-libs/fox-1.6*[truetype,png?]
+RDEPEND="=x11-libs/fox-1.6*[truetype,png?]"
+DEPEND="${RDEPEND}
 	nls? ( sys-devel/gettext )"
 
-src_compile() {
-	econf $(use_enable nls) $(use_enable debug)
-	emake || die "emake failed."
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-gcc44.patch
+}
+
+src_configure() {
+	econf \
+		$(use_enable nls) \
+		$(use_enable debug)
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed."
+	emake DESTDIR="${D}" install || die "emake install failed"
 	dodoc AUTHORS BUGS ChangeLog README TODO
 	make_desktop_entry xfe "X File Explorer" xfe "System;FileTools;FileManager"
 	make_desktop_entry xfi "X File Image" xfi "System;FileTools"






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.19.2.ebuild
@ 2009-08-29 19:41 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-08-29 19:41 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/08/29 19:41:37

  Modified:             ChangeLog xfe-1.19.2.ebuild
  Log:
  ppc stable #281650
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.51                 x11-misc/xfe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	5 Aug 2009 12:53:13 -0000	1.50
+++ ChangeLog	29 Aug 2009 19:41:37 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xfe
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.50 2009/08/05 12:53:13 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.51 2009/08/29 19:41:37 nixnut Exp $
+
+  29 Aug 2009; nixnut <nixnut@gentoo.org> xfe-1.19.2.ebuild:
+  ppc stable #281650
 
   05 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> xfe-1.19.2.ebuild,
   +files/xfe-1.19.2-gcc44.patch:



1.3                  x11-misc/xfe/xfe-1.19.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild?r1=1.2&r2=1.3

Index: xfe-1.19.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfe-1.19.2.ebuild	5 Aug 2009 12:53:13 -0000	1.2
+++ xfe-1.19.2.ebuild	29 Aug 2009 19:41:37 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild,v 1.2 2009/08/05 12:53:13 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild,v 1.3 2009/08/29 19:41:37 nixnut Exp $
 
 EAPI=2
 inherit eutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ppc ~ppc64 ~sparc ~x86"
 IUSE="debug nls +png"
 
 RDEPEND="=x11-libs/fox-1.6*[truetype,png?]"






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.19.2.ebuild
@ 2009-09-06 14:43 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2009-09-06 14:43 UTC (permalink / raw
  To: gentoo-commits

maekke      09/09/06 14:43:08

  Modified:             ChangeLog xfe-1.19.2.ebuild
  Log:
  amd64/x86 stable, bug #281650
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.52                 x11-misc/xfe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	29 Aug 2009 19:41:37 -0000	1.51
+++ ChangeLog	6 Sep 2009 14:43:08 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xfe
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.51 2009/08/29 19:41:37 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.52 2009/09/06 14:43:08 maekke Exp $
+
+  06 Sep 2009; Markus Meier <maekke@gentoo.org> xfe-1.19.2.ebuild:
+  amd64/x86 stable, bug #281650
 
   29 Aug 2009; nixnut <nixnut@gentoo.org> xfe-1.19.2.ebuild:
   ppc stable #281650



1.4                  x11-misc/xfe/xfe-1.19.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild?r1=1.3&r2=1.4

Index: xfe-1.19.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfe-1.19.2.ebuild	29 Aug 2009 19:41:37 -0000	1.3
+++ xfe-1.19.2.ebuild	6 Sep 2009 14:43:08 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild,v 1.3 2009/08/29 19:41:37 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild,v 1.4 2009/09/06 14:43:08 maekke Exp $
 
 EAPI=2
 inherit eutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
 IUSE="debug nls +png"
 
 RDEPEND="=x11-libs/fox-1.6*[truetype,png?]"






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.19.2.ebuild
@ 2009-10-11 16:05 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2009-10-11 16:05 UTC (permalink / raw
  To: gentoo-commits

armin76     09/10/11 16:05:37

  Modified:             ChangeLog xfe-1.19.2.ebuild
  Log:
  sparc stable wrt #281650
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.53                 x11-misc/xfe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	6 Sep 2009 14:43:08 -0000	1.52
+++ ChangeLog	11 Oct 2009 16:05:36 -0000	1.53
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xfe
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.52 2009/09/06 14:43:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.53 2009/10/11 16:05:36 armin76 Exp $
+
+  11 Oct 2009; Raúl Porcel <armin76@gentoo.org> xfe-1.19.2.ebuild:
+  sparc stable wrt #281650
 
   06 Sep 2009; Markus Meier <maekke@gentoo.org> xfe-1.19.2.ebuild:
   amd64/x86 stable, bug #281650



1.5                  x11-misc/xfe/xfe-1.19.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild?r1=1.4&r2=1.5

Index: xfe-1.19.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xfe-1.19.2.ebuild	6 Sep 2009 14:43:08 -0000	1.4
+++ xfe-1.19.2.ebuild	11 Oct 2009 16:05:36 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild,v 1.4 2009/09/06 14:43:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild,v 1.5 2009/10/11 16:05:36 armin76 Exp $
 
 EAPI=2
 inherit eutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ~ppc64 sparc x86"
 IUSE="debug nls +png"
 
 RDEPEND="=x11-libs/fox-1.6*[truetype,png?]"






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.19.2.ebuild
@ 2009-10-31 14:23 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2009-10-31 14:23 UTC (permalink / raw
  To: gentoo-commits

ranger      09/10/31 14:23:26

  Modified:             ChangeLog xfe-1.19.2.ebuild
  Log:
  Marking xfe-1.19.2 ppc64 for bug 281650
  (Portage version: 2.1.7.1/cvs/Linux ppc64)

Revision  Changes    Path
1.54                 x11-misc/xfe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	11 Oct 2009 16:05:36 -0000	1.53
+++ ChangeLog	31 Oct 2009 14:23:25 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xfe
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.53 2009/10/11 16:05:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.54 2009/10/31 14:23:25 ranger Exp $
+
+  31 Oct 2009; Brent Baude <ranger@gentoo.org> xfe-1.19.2.ebuild:
+  Marking xfe-1.19.2 ppc64 for bug 281650
 
   11 Oct 2009; Raúl Porcel <armin76@gentoo.org> xfe-1.19.2.ebuild:
   sparc stable wrt #281650



1.6                  x11-misc/xfe/xfe-1.19.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild?r1=1.5&r2=1.6

Index: xfe-1.19.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xfe-1.19.2.ebuild	11 Oct 2009 16:05:36 -0000	1.5
+++ xfe-1.19.2.ebuild	31 Oct 2009 14:23:25 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild,v 1.5 2009/10/11 16:05:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.19.2.ebuild,v 1.6 2009/10/31 14:23:25 ranger Exp $
 
 EAPI=2
 inherit eutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ppc ppc64 sparc x86"
 IUSE="debug nls +png"
 
 RDEPEND="=x11-libs/fox-1.6*[truetype,png?]"






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

end of thread, other threads:[~2009-10-31 14:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-04 12:01 [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.19.2.ebuild Matti Bickel (mabi)
  -- strict thread matches above, loose matches on Subject: below --
2009-08-05 12:53 Samuli Suominen (ssuominen)
2009-08-29 19:41 Gysbert Wassenaar (nixnut)
2009-09-06 14:43 Markus Meier (maekke)
2009-10-11 16:05 Raul Porcel (armin76)
2009-10-31 14:23 Brent Baude (ranger)

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