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.1.ebuild
@ 2010-02-08 11:49 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-02-08 11:49 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/02/08 11:49:05

  Modified:             ChangeLog
  Added:                xfe-1.32.1.ebuild
  Log:
  Version bump wrt #291310 by Arseny Solokha.
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.55                 x11-misc/xfe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	31 Oct 2009 14:23:25 -0000	1.54
+++ ChangeLog	8 Feb 2010 11:49:04 -0000	1.55
@@ -1,6 +1,11 @@
 # 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.54 2009/10/31 14:23:25 ranger Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.55 2010/02/08 11:49:04 ssuominen Exp $
+
+*xfe-1.32.1 (08 Feb 2010)
+
+  08 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> +xfe-1.32.1.ebuild:
+  Version bump wrt #291310 by Arseny Solokha.
 
   31 Oct 2009; Brent Baude <ranger@gentoo.org> xfe-1.19.2.ebuild:
   Marking xfe-1.19.2 ppc64 for bug 281650



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

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

Index: xfe-1.32.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild,v 1.1 2010/02/08 11:49:04 ssuominen Exp $

EAPI=2

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 )"

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

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc AUTHORS BUGS ChangeLog NEWS README TODO
}






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.32.1.ebuild
@ 2010-02-17 15:27 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-02-17 15:27 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/02/17 15:27:03

  Modified:             ChangeLog xfe-1.32.1.ebuild
  Log:
  Fix building wrt #305093 by Tom Gillespie.
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.56                 x11-misc/xfe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	8 Feb 2010 11:49:04 -0000	1.55
+++ ChangeLog	17 Feb 2010 15:27:03 -0000	1.56
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/xfe
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.55 2010/02/08 11:49:04 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.56 2010/02/17 15:27:03 ssuominen Exp $
+
+  17 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> xfe-1.32.1.ebuild,
+  +files/xfe-1.32.1-inline.patch:
+  Fix building wrt #305093 by Tom Gillespie.
 
 *xfe-1.32.1 (08 Feb 2010)
 



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

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

Index: xfe-1.32.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfe-1.32.1.ebuild	8 Feb 2010 11:49:04 -0000	1.1
+++ xfe-1.32.1.ebuild	17 Feb 2010 15:27:03 -0000	1.2
@@ -1,8 +1,9 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild,v 1.1 2010/02/08 11:49:04 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild,v 1.2 2010/02/17 15:27:03 ssuominen Exp $
 
 EAPI=2
+inherit eutils
 
 DESCRIPTION="MS-Explorer-like minimalist file manager for X"
 HOMEPAGE="http://roland65.free.fr/xfe"
@@ -20,6 +21,10 @@
 DEPEND="${RDEPEND}
 	nls? ( sys-devel/gettext )"
 
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-inline.patch
+}
+
 src_configure() {
 	econf \
 		--disable-dependency-tracking \






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.32.1.ebuild
@ 2010-03-12 18:19 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 8+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-03-12 18:19 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/03/12 18:19:20

  Modified:             ChangeLog xfe-1.32.1.ebuild
  Log:
  m
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.57                 x11-misc/xfe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	17 Feb 2010 15:27:03 -0000	1.56
+++ ChangeLog	12 Mar 2010 18:19:19 -0000	1.57
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xfe
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.56 2010/02/17 15:27:03 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.57 2010/03/12 18:19:19 hwoarang Exp $
+
+  12 Mar 2010; Markos Chandras <hwoarang@gentoo.org> xfe-1.32.1.ebuild:
+  Stable on amd64 wrt bug #309023
 
   17 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> xfe-1.32.1.ebuild,
   +files/xfe-1.32.1-inline.patch:



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

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

Index: xfe-1.32.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfe-1.32.1.ebuild	17 Feb 2010 15:27:03 -0000	1.2
+++ xfe-1.32.1.ebuild	12 Mar 2010 18:19:19 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild,v 1.2 2010/02/17 15:27:03 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild,v 1.3 2010/03/12 18:19:19 hwoarang 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 startup-notification"
 
 RDEPEND="x11-libs/libX11






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.32.1.ebuild
@ 2010-03-13 16:41 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2010-03-13 16:41 UTC (permalink / raw
  To: gentoo-commits

ranger      10/03/13 16:41:34

  Modified:             ChangeLog xfe-1.32.1.ebuild
  Log:
  stable ppc64, bug 309023
  (Portage version: 2.1.7.17/cvs/Linux ppc64)

Revision  Changes    Path
1.58                 x11-misc/xfe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	12 Mar 2010 18:19:19 -0000	1.57
+++ ChangeLog	13 Mar 2010 16:41:34 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xfe
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.57 2010/03/12 18:19:19 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.58 2010/03/13 16:41:34 ranger Exp $
+
+  13 Mar 2010; Brent Baude <ranger@gentoo.org> xfe-1.32.1.ebuild:
+  stable ppc64, bug 309023
 
   12 Mar 2010; Markos Chandras <hwoarang@gentoo.org> xfe-1.32.1.ebuild:
   Stable on amd64 wrt bug #309023



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

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

Index: xfe-1.32.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfe-1.32.1.ebuild	12 Mar 2010 18:19:19 -0000	1.3
+++ xfe-1.32.1.ebuild	13 Mar 2010 16:41:34 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild,v 1.3 2010/03/12 18:19:19 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild,v 1.4 2010/03/13 16:41:34 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 startup-notification"
 
 RDEPEND="x11-libs/libX11






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.32.1.ebuild
@ 2010-03-15 18:48 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 8+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-03-15 18:48 UTC (permalink / raw
  To: gentoo-commits

nixnut      10/03/15 18:48:18

  Modified:             ChangeLog xfe-1.32.1.ebuild
  Log:
  ppc stable #309023
  (Portage version: 2.1.7.17/cvs/Linux ppc)

Revision  Changes    Path
1.59                 x11-misc/xfe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	13 Mar 2010 16:41:34 -0000	1.58
+++ ChangeLog	15 Mar 2010 18:48:17 -0000	1.59
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xfe
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.58 2010/03/13 16:41:34 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.59 2010/03/15 18:48:17 nixnut Exp $
+
+  15 Mar 2010; nixnut <nixnut@gentoo.org> xfe-1.32.1.ebuild:
+  ppc stable #309023
 
   13 Mar 2010; Brent Baude <ranger@gentoo.org> xfe-1.32.1.ebuild:
   stable ppc64, bug 309023



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

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

Index: xfe-1.32.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xfe-1.32.1.ebuild	13 Mar 2010 16:41:34 -0000	1.4
+++ xfe-1.32.1.ebuild	15 Mar 2010 18:48:17 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild,v 1.4 2010/03/13 16:41:34 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild,v 1.5 2010/03/15 18:48:17 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 startup-notification"
 
 RDEPEND="x11-libs/libX11






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.32.1.ebuild
@ 2010-03-21 14:16 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 8+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-03-21 14:16 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/03/21 14:16:29

  Modified:             ChangeLog xfe-1.32.1.ebuild
  Log:
  x86 stable wrt bug #309023
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.60                 x11-misc/xfe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	15 Mar 2010 18:48:17 -0000	1.59
+++ ChangeLog	21 Mar 2010 14:16:28 -0000	1.60
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xfe
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.59 2010/03/15 18:48:17 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.60 2010/03/21 14:16:28 phajdan.jr Exp $
+
+  21 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> xfe-1.32.1.ebuild:
+  x86 stable wrt bug #309023
 
   15 Mar 2010; nixnut <nixnut@gentoo.org> xfe-1.32.1.ebuild:
   ppc stable #309023



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

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

Index: xfe-1.32.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xfe-1.32.1.ebuild	15 Mar 2010 18:48:17 -0000	1.5
+++ xfe-1.32.1.ebuild	21 Mar 2010 14:16:28 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild,v 1.5 2010/03/15 18:48:17 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild,v 1.6 2010/03/21 14:16:28 phajdan.jr 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 startup-notification"
 
 RDEPEND="x11-libs/libX11






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.32.1.ebuild
@ 2010-04-05 18:08 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2010-04-05 18:08 UTC (permalink / raw
  To: gentoo-commits

armin76     10/04/05 18:08:58

  Modified:             ChangeLog xfe-1.32.1.ebuild
  Log:
  sparc stable wrt #309023
  (Portage version: 2.1.7.17/cvs/Linux ia64)

Revision  Changes    Path
1.61                 x11-misc/xfe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	21 Mar 2010 14:16:28 -0000	1.60
+++ ChangeLog	5 Apr 2010 18:08:58 -0000	1.61
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xfe
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.60 2010/03/21 14:16:28 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.61 2010/04/05 18:08:58 armin76 Exp $
+
+  05 Apr 2010; Raúl Porcel <armin76@gentoo.org> xfe-1.32.1.ebuild:
+  sparc stable wrt #309023
 
   21 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> xfe-1.32.1.ebuild:
   x86 stable wrt bug #309023



1.7                  x11-misc/xfe/xfe-1.32.1.ebuild

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

Index: xfe-1.32.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xfe-1.32.1.ebuild	21 Mar 2010 14:16:28 -0000	1.6
+++ xfe-1.32.1.ebuild	5 Apr 2010 18:08:58 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild,v 1.6 2010/03/21 14:16:28 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild,v 1.7 2010/04/05 18:08:58 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 startup-notification"
 
 RDEPEND="x11-libs/libX11






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.32.1.ebuild
@ 2010-06-06 12:43 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-06-06 12:43 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/06/06 12:43:35

  Modified:             ChangeLog xfe-1.32.1.ebuild
  Log:
  Fix testsuite wrt #320791 by Diego E. Pettenò.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.62                 x11-misc/xfe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	5 Apr 2010 18:08:58 -0000	1.61
+++ ChangeLog	6 Jun 2010 12:43:35 -0000	1.62
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xfe
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.61 2010/04/05 18:08:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.62 2010/06/06 12:43:35 ssuominen Exp $
+
+  06 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> xfe-1.32.1.ebuild:
+  Fix testsuite wrt #320791 by Diego E. Pettenò.
 
   05 Apr 2010; Raúl Porcel <armin76@gentoo.org> xfe-1.32.1.ebuild:
   sparc stable wrt #309023



1.8                  x11-misc/xfe/xfe-1.32.1.ebuild

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

Index: xfe-1.32.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xfe-1.32.1.ebuild	5 Apr 2010 18:08:58 -0000	1.7
+++ xfe-1.32.1.ebuild	6 Jun 2010 12:43:35 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild,v 1.7 2010/04/05 18:08:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild,v 1.8 2010/06/06 12:43:35 ssuominen Exp $
 
 EAPI=2
 inherit eutils
@@ -23,6 +23,15 @@
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-inline.patch
+
+	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() {






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

end of thread, other threads:[~2010-06-06 12:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-17 15:27 [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.32.1.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-06 12:43 Samuli Suominen (ssuominen)
2010-04-05 18:08 Raul Porcel (armin76)
2010-03-21 14:16 PaweA Hajdan (phajdan.jr)
2010-03-15 18:48 Gysbert Wassenaar (nixnut)
2010-03-13 16:41 Brent Baude (ranger)
2010-03-12 18:19 Markos Chandras (hwoarang)
2010-02-08 11:49 Samuli Suominen (ssuominen)

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