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.32.5.ebuild
@ 2012-05-12 23:38 Michael Weber (xmw)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Weber (xmw) @ 2012-05-12 23:38 UTC (permalink / raw
  To: gentoo-commits

xmw         12/05/12 23:38:17

  Modified:             ChangeLog
  Added:                xfe-1.32.5.ebuild
  Log:
  Version bump (thanks df, bug 415639)
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.74                 x11-misc/xfe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	2 Mar 2012 19:45:29 -0000	1.73
+++ ChangeLog	12 May 2012 23:38:17 -0000	1.74
@@ -1,6 +1,11 @@
 # 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.73 2012/03/02 19:45:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.74 2012/05/12 23:38:17 xmw Exp $
+
+*xfe-1.32.5 (12 May 2012)
+
+  12 May 2012; Michael Weber <xmw@gentoo.org> +xfe-1.32.5.ebuild:
+  Version bump (thanks df, bug 415639)
 
   02 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> -xfe-1.32.1.ebuild,
   -files/xfe-1.32.1-inline.patch, -xfe-1.32.3.ebuild:



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

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

Index: xfe-1.32.5.ebuild
===================================================================
# 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.5.ebuild,v 1.1 2012/05/12 23:38:17 xmw 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}/${PN}/${PV}/${P}.tar.gz"

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

RDEPEND="
	media-libs/libpng:0
	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 )

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 \
		$(use_enable nls) \
		$(use_enable startup-notification sn) \
		$(use_enable debug)
}






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

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

ago         12/10/03 12:52:24

  Modified:             ChangeLog xfe-1.32.5.ebuild
  Log:
  Stable for amd64, wrt bug #437014
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.76                 x11-misc/xfe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	2 Oct 2012 20:53:23 -0000	1.75
+++ ChangeLog	3 Oct 2012 12:52:24 -0000	1.76
@@ -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.75 2012/10/02 20:53:23 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.76 2012/10/03 12:52:24 ago Exp $
+
+  03 Oct 2012; Agostino Sarubbo <ago@gentoo.org> xfe-1.32.5.ebuild:
+  Stable for amd64, wrt bug #437014
 
 *xfe-1.33 (02 Oct 2012)
 



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

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

Index: xfe-1.32.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfe-1.32.5.ebuild	12 May 2012 23:38:17 -0000	1.1
+++ xfe-1.32.5.ebuild	3 Oct 2012 12:52:24 -0000	1.2
@@ -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.5.ebuild,v 1.1 2012/05/12 23:38:17 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.5.ebuild,v 1.2 2012/10/03 12:52:24 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="





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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.32.5.ebuild
@ 2012-10-04 21:39 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2012-10-04 21:39 UTC (permalink / raw
  To: gentoo-commits

ranger      12/10/04 21:39:24

  Modified:             ChangeLog xfe-1.32.5.ebuild
  Log:
  Marking xfe-1.32.5 ppc for bug 437014
  
  (Portage version: 2.1.10.65/cvs/Linux ppc64)

Revision  Changes    Path
1.77                 x11-misc/xfe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	3 Oct 2012 12:52:24 -0000	1.76
+++ ChangeLog	4 Oct 2012 21:39:23 -0000	1.77
@@ -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.76 2012/10/03 12:52:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.77 2012/10/04 21:39:23 ranger Exp $
+
+  04 Oct 2012; Brent Baude <ranger@gentoo.org> xfe-1.32.5.ebuild:
+  Marking xfe-1.32.5 ppc for bug 437014
 
   03 Oct 2012; Agostino Sarubbo <ago@gentoo.org> xfe-1.32.5.ebuild:
   Stable for amd64, wrt bug #437014



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

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

Index: xfe-1.32.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfe-1.32.5.ebuild	3 Oct 2012 12:52:24 -0000	1.2
+++ xfe-1.32.5.ebuild	4 Oct 2012 21:39:23 -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.5.ebuild,v 1.2 2012/10/03 12:52:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.5.ebuild,v 1.3 2012/10/04 21:39:23 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="





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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.32.5.ebuild
@ 2012-10-05 18:04 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2012-10-05 18:04 UTC (permalink / raw
  To: gentoo-commits

ranger      12/10/05 18:04:40

  Modified:             ChangeLog xfe-1.32.5.ebuild
  Log:
  Marking xfe-1.32.5 ppc64 for bug 437014
  
  (Portage version: 2.1.10.65/cvs/Linux ppc64)

Revision  Changes    Path
1.78                 x11-misc/xfe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	4 Oct 2012 21:39:23 -0000	1.77
+++ ChangeLog	5 Oct 2012 18:04:40 -0000	1.78
@@ -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.77 2012/10/04 21:39:23 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.78 2012/10/05 18:04:40 ranger Exp $
+
+  05 Oct 2012; Brent Baude <ranger@gentoo.org> xfe-1.32.5.ebuild:
+  Marking xfe-1.32.5 ppc64 for bug 437014
 
   04 Oct 2012; Brent Baude <ranger@gentoo.org> xfe-1.32.5.ebuild:
   Marking xfe-1.32.5 ppc for bug 437014



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

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

Index: xfe-1.32.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfe-1.32.5.ebuild	4 Oct 2012 21:39:23 -0000	1.3
+++ xfe-1.32.5.ebuild	5 Oct 2012 18:04:40 -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.5.ebuild,v 1.3 2012/10/04 21:39:23 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.5.ebuild,v 1.4 2012/10/05 18:04:40 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="





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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.32.5.ebuild
@ 2012-10-17  3:37 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-10-17  3:37 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/10/17 03:37:36

  Modified:             ChangeLog xfe-1.32.5.ebuild
  Log:
  x86 stable wrt bug #437014
  
  (Portage version: 2.1.11.9/cvs/Linux i686)

Revision  Changes    Path
1.79                 x11-misc/xfe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	5 Oct 2012 18:04:40 -0000	1.78
+++ ChangeLog	17 Oct 2012 03:37:36 -0000	1.79
@@ -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.78 2012/10/05 18:04:40 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.79 2012/10/17 03:37:36 phajdan.jr Exp $
+
+  17 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> xfe-1.32.5.ebuild:
+  x86 stable wrt bug #437014
 
   05 Oct 2012; Brent Baude <ranger@gentoo.org> xfe-1.32.5.ebuild:
   Marking xfe-1.32.5 ppc64 for bug 437014



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

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

Index: xfe-1.32.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xfe-1.32.5.ebuild	5 Oct 2012 18:04:40 -0000	1.4
+++ xfe-1.32.5.ebuild	17 Oct 2012 03:37:36 -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.5.ebuild,v 1.4 2012/10/05 18:04:40 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.5.ebuild,v 1.5 2012/10/17 03:37:36 phajdan.jr 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="





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

end of thread, other threads:[~2012-10-17  3:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-05 18:04 [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.32.5.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-17  3:37 PaweA Hajdan (phajdan.jr)
2012-10-04 21:39 Brent Baude (ranger)
2012-10-03 12:52 Agostino Sarubbo (ago)
2012-05-12 23:38 Michael Weber (xmw)

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