* [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.04.ebuild
@ 2007-10-07 5:49 Samuli Suominen (drac)
0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (drac) @ 2007-10-07 5:49 UTC (permalink / raw
To: gentoo-commits
drac 07/10/07 05:49:46
Modified: ChangeLog
Added: xfe-1.04.ebuild
Log:
Version bump.
(Portage version: 2.1.3.12)
Revision Changes Path
1.41 x11-misc/xfe/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 6 Oct 2007 18:40:53 -0000 1.40
+++ ChangeLog 7 Oct 2007 05:49:45 -0000 1.41
@@ -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.40 2007/10/06 18:40:53 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.41 2007/10/07 05:49:45 drac Exp $
+
+*xfe-1.04 (07 Oct 2007)
+
+ 07 Oct 2007; Samuli Suominen <drac@gentoo.org> +xfe-1.04.ebuild:
+ Version bump.
06 Oct 2007; Tobias Scherbaum <dertobi123@gentoo.org> xfe-1.00.ebuild:
ppc stable, bug #194892
1.1 x11-misc/xfe/xfe-1.04.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild?rev=1.1&content-type=text/plain
Index: xfe-1.04.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild,v 1.1 2007/10/07 05:49:45 drac Exp $
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"
DEPEND="=x11-libs/fox-1.6*
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"
}
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.04.ebuild
@ 2007-11-18 18:39 Samuli Suominen (drac)
0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (drac) @ 2007-11-18 18:39 UTC (permalink / raw
To: gentoo-commits
drac 07/11/18 18:39:34
Modified: ChangeLog xfe-1.04.ebuild
Log:
Check for USE truetype and png in fox wrt #198932. amd64 stable.
(Portage version: 2.1.3.19)
Revision Changes Path
1.44 x11-misc/xfe/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 18 Oct 2007 13:37:42 -0000 1.43
+++ ChangeLog 18 Nov 2007 18:39:34 -0000 1.44
@@ -1,6 +1,9 @@
# 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.43 2007/10/18 13:37:42 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.44 2007/11/18 18:39:34 drac Exp $
+
+ 18 Nov 2007; Samuli Suominen <drac@gentoo.org> xfe-1.04.ebuild:
+ Check for USE truetype and png in fox wrt #198932. amd64 stable.
18 Oct 2007; Christoph Mende <angelos@gentoo.org> xfe-1.00.ebuild:
Stable on amd64 wrt bug #194892
1.2 x11-misc/xfe/xfe-1.04.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild?r1=1.1&r2=1.2
Index: xfe-1.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfe-1.04.ebuild 7 Oct 2007 05:49:45 -0000 1.1
+++ xfe-1.04.ebuild 18 Nov 2007 18:39:34 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild,v 1.1 2007/10/07 05:49:45 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild,v 1.2 2007/11/18 18:39:34 drac Exp $
inherit eutils
@@ -10,12 +10,26 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug nls"
DEPEND="=x11-libs/fox-1.6*
nls? ( sys-devel/gettext )"
+pkg_setup() {
+ local use_check="Re-emerge =x11-libs/fox-1.6* with USE truetype."
+
+ if ! built_with_use "=x11-libs/fox-1.6*" truetype; then
+ eerror "${use_check}"
+ die "${use_check}"
+ fi
+
+ if ! built_with_use "=x11-libs/fox-1.6*" png; then
+ ewarn "Re-emerge =x11-libs/fox-1.6* with USE png for image support."
+ epause
+ fi
+}
+
src_compile() {
econf $(use_enable nls) $(use_enable debug)
emake || die "emake failed."
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.04.ebuild
@ 2007-11-19 0:01 Dawid Weglinski (cla)
0 siblings, 0 replies; 6+ messages in thread
From: Dawid Weglinski (cla) @ 2007-11-19 0:01 UTC (permalink / raw
To: gentoo-commits
cla 07/11/19 00:01:56
Modified: ChangeLog xfe-1.04.ebuild
Log:
Stable on x86 wrt bug #198932
(Portage version: 2.1.3.19)
Revision Changes Path
1.45 x11-misc/xfe/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 18 Nov 2007 18:39:34 -0000 1.44
+++ ChangeLog 19 Nov 2007 00:01:55 -0000 1.45
@@ -1,6 +1,9 @@
# 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.44 2007/11/18 18:39:34 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.45 2007/11/19 00:01:55 cla Exp $
+
+ 19 Nov 2007; Dawid Węgliński <cla@gentoo.org> xfe-1.04.ebuild:
+ Stable on x86 (bug #198932)
18 Nov 2007; Samuli Suominen <drac@gentoo.org> xfe-1.04.ebuild:
Check for USE truetype and png in fox wrt #198932. amd64 stable.
1.3 x11-misc/xfe/xfe-1.04.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild?r1=1.2&r2=1.3
Index: xfe-1.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfe-1.04.ebuild 18 Nov 2007 18:39:34 -0000 1.2
+++ xfe-1.04.ebuild 19 Nov 2007 00:01:55 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild,v 1.2 2007/11/18 18:39:34 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild,v 1.3 2007/11/19 00:01:55 cla Exp $
inherit eutils
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
IUSE="debug nls"
DEPEND="=x11-libs/fox-1.6*
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.04.ebuild
@ 2007-11-20 19:31 Raul Porcel (armin76)
0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2007-11-20 19:31 UTC (permalink / raw
To: gentoo-commits
armin76 07/11/20 19:31:10
Modified: ChangeLog xfe-1.04.ebuild
Log:
sparc stable wrt #198932
(Portage version: 2.1.3.19)
Revision Changes Path
1.46 x11-misc/xfe/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 19 Nov 2007 00:01:55 -0000 1.45
+++ ChangeLog 20 Nov 2007 19:31:10 -0000 1.46
@@ -1,6 +1,9 @@
# 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.45 2007/11/19 00:01:55 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.46 2007/11/20 19:31:10 armin76 Exp $
+
+ 20 Nov 2007; Raúl Porcel <armin76@gentoo.org> xfe-1.04.ebuild:
+ sparc stable wrt #198932
19 Nov 2007; Dawid Węgliński <cla@gentoo.org> xfe-1.04.ebuild:
Stable on x86 (bug #198932)
1.4 x11-misc/xfe/xfe-1.04.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild?r1=1.3&r2=1.4
Index: xfe-1.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfe-1.04.ebuild 19 Nov 2007 00:01:55 -0000 1.3
+++ xfe-1.04.ebuild 20 Nov 2007 19:31:10 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild,v 1.3 2007/11/19 00:01:55 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild,v 1.4 2007/11/20 19:31:10 armin76 Exp $
inherit eutils
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ppc ~ppc64 sparc x86"
IUSE="debug nls"
DEPEND="=x11-libs/fox-1.6*
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.04.ebuild
@ 2007-11-20 20:06 Markus Rothe (corsair)
0 siblings, 0 replies; 6+ messages in thread
From: Markus Rothe (corsair) @ 2007-11-20 20:06 UTC (permalink / raw
To: gentoo-commits
corsair 07/11/20 20:06:18
Modified: ChangeLog xfe-1.04.ebuild
Log:
Stable on ppc64; bug #198932
(Portage version: 2.1.3.19)
Revision Changes Path
1.47 x11-misc/xfe/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 20 Nov 2007 19:31:10 -0000 1.46
+++ ChangeLog 20 Nov 2007 20:06:18 -0000 1.47
@@ -1,6 +1,9 @@
# 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.46 2007/11/20 19:31:10 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.47 2007/11/20 20:06:18 corsair Exp $
+
+ 20 Nov 2007; Markus Rothe <corsair@gentoo.org> xfe-1.04.ebuild:
+ Stable on ppc64; bug #198932
20 Nov 2007; Raúl Porcel <armin76@gentoo.org> xfe-1.04.ebuild:
sparc stable wrt #198932
1.5 x11-misc/xfe/xfe-1.04.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild?r1=1.4&r2=1.5
Index: xfe-1.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xfe-1.04.ebuild 20 Nov 2007 19:31:10 -0000 1.4
+++ xfe-1.04.ebuild 20 Nov 2007 20:06:18 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild,v 1.4 2007/11/20 19:31:10 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild,v 1.5 2007/11/20 20:06:18 corsair Exp $
inherit eutils
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ~ppc ppc64 sparc x86"
IUSE="debug nls"
DEPEND="=x11-libs/fox-1.6*
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.04.ebuild
@ 2007-11-21 18:21 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2007-11-21 18:21 UTC (permalink / raw
To: gentoo-commits
nixnut 07/11/21 18:21:11
Modified: ChangeLog xfe-1.04.ebuild
Log:
Stable on ppc wrt bug 198932
(Portage version: 2.1.3.19)
Revision Changes Path
1.48 x11-misc/xfe/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 20 Nov 2007 20:06:18 -0000 1.47
+++ ChangeLog 21 Nov 2007 18:21:11 -0000 1.48
@@ -1,6 +1,9 @@
# 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.47 2007/11/20 20:06:18 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.48 2007/11/21 18:21:11 nixnut Exp $
+
+ 21 Nov 2007; nixnut <nixnut@gentoo.org> xfe-1.04.ebuild:
+ Stable on ppc wrt bug 198932
20 Nov 2007; Markus Rothe <corsair@gentoo.org> xfe-1.04.ebuild:
Stable on ppc64; bug #198932
1.6 x11-misc/xfe/xfe-1.04.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild?r1=1.5&r2=1.6
Index: xfe-1.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xfe-1.04.ebuild 20 Nov 2007 20:06:18 -0000 1.5
+++ xfe-1.04.ebuild 21 Nov 2007 18:21:11 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild,v 1.5 2007/11/20 20:06:18 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.04.ebuild,v 1.6 2007/11/21 18:21:11 nixnut Exp $
inherit eutils
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 sparc x86"
+KEYWORDS="amd64 ppc ppc64 sparc x86"
IUSE="debug nls"
DEPEND="=x11-libs/fox-1.6*
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-11-21 18:21 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-19 0:01 [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.04.ebuild Dawid Weglinski (cla)
-- strict thread matches above, loose matches on Subject: below --
2007-11-21 18:21 Gysbert Wassenaar (nixnut)
2007-11-20 20:06 Markus Rothe (corsair)
2007-11-20 19:31 Raul Porcel (armin76)
2007-11-18 18:39 Samuli Suominen (drac)
2007-10-07 5:49 Samuli Suominen (drac)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox