public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: xfe-1.32.4.ebuild ChangeLog
@ 2011-11-15 22:24 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2011-11-15 22:24 UTC (permalink / raw
  To: gentoo-commits

jer         11/11/15 22:24:56

  Modified:             ChangeLog
  Added:                xfe-1.32.4.ebuild
  Log:
  Version bump thanks to teidakankan (bug #377625).
  
  (Portage version: 2.2.0_alpha74/cvs/Linux x86_64)

Revision  Changes    Path
1.67                 x11-misc/xfe/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	27 May 2011 07:21:52 -0000	1.66
+++ ChangeLog	15 Nov 2011 22:24:56 -0000	1.67
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/xfe
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.66 2011/05/27 07:21:52 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.67 2011/11/15 22:24:56 jer Exp $
+
+*xfe-1.32.4 (15 Nov 2011)
+
+  15 Nov 2011; Jeroen Roovers <jer@gentoo.org> +xfe-1.32.4.ebuild:
+  Version bump thanks to teidakankan (bug #377625).
 
 *xfe-1.32.3 (27 May 2011)
 



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

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

Index: xfe-1.32.4.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.4.ebuild,v 1.1 2011/11/15 22:24:56 jer Exp $

EAPI=4

inherit base

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 startup-notification"

RDEPEND="x11-libs/libX11
	media-libs/libpng
	=x11-libs/fox-1.6*[truetype,png]
	startup-notification? ( x11-libs/startup-notification )"
DEPEND="${RDEPEND}
	nls? ( sys-devel/gettext )"

DOCS=( AUTHORS BUGS ChangeLog NEWS README TODO )
PATCHES=( "${FILESDIR}"/${PN}-1.32.2-missing_Xlib_h.patch )

src_prepare() {
	base_src_prepare
	cat >po/POTFILES.skip <<-EOF
	src/icons.cpp
	xfe.desktop.in.in
	xfi.desktop.in.in
	xfp.desktop.in.in
	xfv.desktop.in.in
	xfw.desktop.in.in
	EOF
}

src_configure() {
	econf \
		--disable-dependency-tracking \
		$(use_enable nls) \
		$(use_enable startup-notification sn) \
		$(use_enable debug)
}






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: xfe-1.32.4.ebuild ChangeLog
@ 2012-02-23 12:23 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-23 12:23 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/23 12:23:14

  Modified:             xfe-1.32.4.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #405263
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  x11-misc/xfe/xfe-1.32.4.ebuild

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

Index: xfe-1.32.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfe-1.32.4.ebuild	15 Nov 2011 22:24:56 -0000	1.1
+++ xfe-1.32.4.ebuild	23 Feb 2012 12:23:14 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.4.ebuild,v 1.1 2011/11/15 22:24:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.4.ebuild,v 1.2 2012/02/23 12:23:14 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="debug nls startup-notification"
 
 RDEPEND="x11-libs/libX11



1.68                 x11-misc/xfe/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	15 Nov 2011 22:24:56 -0000	1.67
+++ ChangeLog	23 Feb 2012 12:23:14 -0000	1.68
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xfe
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.67 2011/11/15 22:24:56 jer Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.68 2012/02/23 12:23:14 ago Exp $
+
+  23 Feb 2012; Agostino Sarubbo <ago@gentoo.org> xfe-1.32.4.ebuild:
+  Stable for amd64, wrt bug #405263
 
 *xfe-1.32.4 (15 Nov 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: xfe-1.32.4.ebuild ChangeLog
@ 2012-02-23 16:19 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2012-02-23 16:19 UTC (permalink / raw
  To: gentoo-commits

jer         12/02/23 16:19:29

  Modified:             xfe-1.32.4.ebuild ChangeLog
  Log:
  Remove --disable-dependency-tracking from econf by Agostino Sarubbo (bug #405263).
  
  (Portage version: 2.2.0_alpha88/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  x11-misc/xfe/xfe-1.32.4.ebuild

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

Index: xfe-1.32.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfe-1.32.4.ebuild	23 Feb 2012 12:23:14 -0000	1.2
+++ xfe-1.32.4.ebuild	23 Feb 2012 16:19:29 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.4.ebuild,v 1.2 2012/02/23 12:23:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.4.ebuild,v 1.3 2012/02/23 16:19:29 jer Exp $
 
 EAPI=4
 
@@ -39,7 +39,6 @@
 
 src_configure() {
 	econf \
-		--disable-dependency-tracking \
 		$(use_enable nls) \
 		$(use_enable startup-notification sn) \
 		$(use_enable debug)



1.69                 x11-misc/xfe/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	23 Feb 2012 12:23:14 -0000	1.68
+++ ChangeLog	23 Feb 2012 16:19:29 -0000	1.69
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/xfe
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.68 2012/02/23 12:23:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.69 2012/02/23 16:19:29 jer Exp $
+
+  23 Feb 2012; Jeroen Roovers <jer@gentoo.org> xfe-1.32.4.ebuild:
+  Remove --disable-dependency-tracking from econf by Agostino Sarubbo (bug
+  #405263).
 
   23 Feb 2012; Agostino Sarubbo <ago@gentoo.org> xfe-1.32.4.ebuild:
   Stable for amd64, wrt bug #405263






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: xfe-1.32.4.ebuild ChangeLog
@ 2012-02-23 16:22 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2012-02-23 16:22 UTC (permalink / raw
  To: gentoo-commits

jer         12/02/23 16:22:51

  Modified:             xfe-1.32.4.ebuild ChangeLog
  Log:
  Fix DEPEND/RDEPEND by Agostino Sarubbo (bug #405263).
  
  (Portage version: 2.2.0_alpha88/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  x11-misc/xfe/xfe-1.32.4.ebuild

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

Index: xfe-1.32.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfe-1.32.4.ebuild	23 Feb 2012 16:19:29 -0000	1.3
+++ xfe-1.32.4.ebuild	23 Feb 2012 16:22:51 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.4.ebuild,v 1.3 2012/02/23 16:19:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.4.ebuild,v 1.4 2012/02/23 16:22:51 jer Exp $
 
 EAPI=4
 
@@ -15,12 +15,17 @@
 KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="debug nls startup-notification"
 
-RDEPEND="x11-libs/libX11
+RDEPEND="
 	media-libs/libpng
-	=x11-libs/fox-1.6*[truetype,png]
-	startup-notification? ( x11-libs/startup-notification )"
-DEPEND="${RDEPEND}
-	nls? ( sys-devel/gettext )"
+	startup-notification? ( x11-libs/startup-notification )
+	x11-libs/fox:1.6[truetype,png]
+	x11-libs/libX11
+	x11-libs/libXft
+"
+DEPEND="
+	${RDEPEND}
+	nls? ( sys-devel/gettext )
+"
 
 DOCS=( AUTHORS BUGS ChangeLog NEWS README TODO )
 PATCHES=( "${FILESDIR}"/${PN}-1.32.2-missing_Xlib_h.patch )



1.70                 x11-misc/xfe/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?r1=1.69&r2=1.70

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	23 Feb 2012 16:19:29 -0000	1.69
+++ ChangeLog	23 Feb 2012 16:22:51 -0000	1.70
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xfe
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.69 2012/02/23 16:19:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.70 2012/02/23 16:22:51 jer Exp $
+
+  23 Feb 2012; Jeroen Roovers <jer@gentoo.org> xfe-1.32.4.ebuild:
+  Fix DEPEND/RDEPEND by Agostino Sarubbo (bug #405263).
 
   23 Feb 2012; Jeroen Roovers <jer@gentoo.org> xfe-1.32.4.ebuild:
   Remove --disable-dependency-tracking from econf by Agostino Sarubbo (bug






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

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

ranger      12/03/01 23:31:49

  Modified:             xfe-1.32.4.ebuild ChangeLog
  Log:
  Marking xfe-1.32.4 ppc for bug 405263
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.5                  x11-misc/xfe/xfe-1.32.4.ebuild

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

Index: xfe-1.32.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xfe-1.32.4.ebuild	23 Feb 2012 16:22:51 -0000	1.4
+++ xfe-1.32.4.ebuild	1 Mar 2012 23:31:49 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.4.ebuild,v 1.4 2012/02/23 16:22:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.4.ebuild,v 1.5 2012/03/01 23:31:49 ranger Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ppc ~ppc64 ~sparc ~x86"
 IUSE="debug nls startup-notification"
 
 RDEPEND="



1.71                 x11-misc/xfe/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?r1=1.70&r2=1.71

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	23 Feb 2012 16:22:51 -0000	1.70
+++ ChangeLog	1 Mar 2012 23:31:49 -0000	1.71
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xfe
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.70 2012/02/23 16:22:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.71 2012/03/01 23:31:49 ranger Exp $
+
+  01 Mar 2012; Brent Baude <ranger@gentoo.org> xfe-1.32.4.ebuild:
+  Marking xfe-1.32.4 ppc for bug 405263
 
   23 Feb 2012; Jeroen Roovers <jer@gentoo.org> xfe-1.32.4.ebuild:
   Fix DEPEND/RDEPEND by Agostino Sarubbo (bug #405263).






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: xfe-1.32.4.ebuild ChangeLog
@ 2012-03-02 19:44 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-03-02 19:44 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/03/02 19:44:36

  Modified:             xfe-1.32.4.ebuild ChangeLog
  Log:
  ppc64/x86 stable wrt #405263
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  x11-misc/xfe/xfe-1.32.4.ebuild

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

Index: xfe-1.32.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xfe-1.32.4.ebuild	1 Mar 2012 23:31:49 -0000	1.5
+++ xfe-1.32.4.ebuild	2 Mar 2012 19:44:36 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.4.ebuild,v 1.5 2012/03/01 23:31:49 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.4.ebuild,v 1.6 2012/03/02 19:44:36 ssuominen Exp $
 
 EAPI=4
 
@@ -12,11 +12,11 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ppc ppc64 ~sparc x86"
 IUSE="debug nls startup-notification"
 
 RDEPEND="
-	media-libs/libpng
+	media-libs/libpng:0
 	startup-notification? ( x11-libs/startup-notification )
 	x11-libs/fox:1.6[truetype,png]
 	x11-libs/libX11



1.72                 x11-misc/xfe/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?r1=1.71&r2=1.72

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	1 Mar 2012 23:31:49 -0000	1.71
+++ ChangeLog	2 Mar 2012 19:44:36 -0000	1.72
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xfe
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.71 2012/03/01 23:31:49 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.72 2012/03/02 19:44:36 ssuominen Exp $
+
+  02 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> xfe-1.32.4.ebuild:
+  ppc64/x86 stable wrt #405263
 
   01 Mar 2012; Brent Baude <ranger@gentoo.org> xfe-1.32.4.ebuild:
   Marking xfe-1.32.4 ppc for bug 405263






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

end of thread, other threads:[~2012-03-02 19:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-23 16:22 [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: xfe-1.32.4.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-02 19:44 Samuli Suominen (ssuominen)
2012-03-01 23:31 Brent Baude (ranger)
2012-02-23 16:19 Jeroen Roovers (jer)
2012-02-23 12:23 Agostino Sarubbo (ago)
2011-11-15 22:24 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