summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2004-09-04 00:04:42 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2004-09-04 00:04:42 +0000
commita1dcaf3ef896f6391513ea63f7ac9162ecdeefa4 (patch)
treea770ae93502d06d390685b4e13b19d116e8eeef0 /x11-misc/xfe
parentFixed compilation errors with gcc-3.4. Thanks to Anthony Mirabella <mirabeaj@... (diff)
downloadgentoo-2-a1dcaf3ef896f6391513ea63f7ac9162ecdeefa4.tar.gz
gentoo-2-a1dcaf3ef896f6391513ea63f7ac9162ecdeefa4.tar.bz2
gentoo-2-a1dcaf3ef896f6391513ea63f7ac9162ecdeefa4.zip
Revision bump for x11-misc/xfe-0.70, closing #62428...
Diffstat (limited to 'x11-misc/xfe')
-rw-r--r--x11-misc/xfe/ChangeLog9
-rw-r--r--x11-misc/xfe/Manifest9
-rw-r--r--x11-misc/xfe/files/digest-xfe-0.70-r1 (renamed from x11-misc/xfe/files/digest-xfe-0.70)0
-rw-r--r--x11-misc/xfe/files/xfe-0.70-file-association.patch12
-rw-r--r--x11-misc/xfe/xfe-0.70-r1.ebuild (renamed from x11-misc/xfe/xfe-0.70.ebuild)13
5 files changed, 37 insertions, 6 deletions
diff --git a/x11-misc/xfe/ChangeLog b/x11-misc/xfe/ChangeLog
index f762a8e951c1..1af25bae0d8f 100644
--- a/x11-misc/xfe/ChangeLog
+++ b/x11-misc/xfe/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-misc/xfe
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.12 2004/09/03 17:27:10 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.13 2004/09/04 00:04:42 s4t4n Exp $
+
+*xfe-0.70-r1 (04 Sep 2004)
+
+ 04 Sep 2004; Michele Noberasco <s4t4n@gentoo.org> xfe-0.70-r1.ebuild:
+ Revision bump that fixes the file association bug. Closes #62428.
+ xfe-0.70.ebuild:
+ Remove older ebuild.
03 Sep 2004; David Holm <dholm@gentoo.org> xfe-0.70.ebuild:
Added to ~ppc.
diff --git a/x11-misc/xfe/Manifest b/x11-misc/xfe/Manifest
index 054b88738e85..d72b79c6d5b8 100644
--- a/x11-misc/xfe/Manifest
+++ b/x11-misc/xfe/Manifest
@@ -1,6 +1,7 @@
-MD5 4195320a8ba798e1046f68df9798123b ChangeLog 1511
-MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166
+MD5 dbec715c652dc7e3e7dda54d48d06c88 xfe-0.70-r1.ebuild 883
MD5 45afed04aa773719b3f16befc321e9e0 xfe-0.66.ebuild 643
-MD5 f0d3a5ef6889ce108bb1e79c909896be xfe-0.70.ebuild 849
+MD5 b4c1146115397e84c67d68d80eecd740 ChangeLog 1722
+MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166
+MD5 2e471d0d64c75be23f9e68537cf1f6bb files/xfe-0.70-file-association.patch 753
+MD5 a0d27671deda8d1d90e4d14e7f473ce5 files/digest-xfe-0.70-r1 60
MD5 534a237bed017d0c5e6bfd73d9760e87 files/digest-xfe-0.66 60
-MD5 a0d27671deda8d1d90e4d14e7f473ce5 files/digest-xfe-0.70 60
diff --git a/x11-misc/xfe/files/digest-xfe-0.70 b/x11-misc/xfe/files/digest-xfe-0.70-r1
index c50238046ab0..c50238046ab0 100644
--- a/x11-misc/xfe/files/digest-xfe-0.70
+++ b/x11-misc/xfe/files/digest-xfe-0.70-r1
diff --git a/x11-misc/xfe/files/xfe-0.70-file-association.patch b/x11-misc/xfe/files/xfe-0.70-file-association.patch
new file mode 100644
index 000000000000..4b03062e7070
--- /dev/null
+++ b/x11-misc/xfe/files/xfe-0.70-file-association.patch
@@ -0,0 +1,12 @@
+diff -Naur xfe-0.70/src/FilePanel.cc xfe-0.70.new/src/FilePanel.cc
+--- xfe-0.70/src/FilePanel.cc 2004-07-27 14:02:54.000000000 +0200
++++ xfe-0.70/src/FilePanel.cc 2004-09-02 14:04:24.032188440 +0200
+@@ -1039,7 +1039,7 @@
+ {
+ // Update existing association
+ FXString oldfileassoc = getApp()->reg().readStringEntry("FILETYPES", ext.text(),"");
+- oldfileassoc.remove(0, oldfileassoc.section(';',0).section(',',0).length()-1);
++ oldfileassoc.remove(0, oldfileassoc.section(';',0).section(',',0).length());
+ oldfileassoc.prepend(dialog->getText());
+ getApp()->reg().writeStringEntry("FILETYPES", ext.text(), oldfileassoc.text());
+
diff --git a/x11-misc/xfe/xfe-0.70.ebuild b/x11-misc/xfe/xfe-0.70-r1.ebuild
index 48a729ce050e..e22b443334f2 100644
--- a/x11-misc/xfe/xfe-0.70.ebuild
+++ b/x11-misc/xfe/xfe-0.70-r1.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-0.70.ebuild,v 1.2 2004/09/03 17:27:10 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-0.70-r1.ebuild,v 1.1 2004/09/04 00:04:42 s4t4n Exp $
+
+inherit eutils
DESCRIPTION="MS-Explorer like file manager for X"
HOMEPAGE="http://roland65.free.fr/xfe/"
@@ -14,6 +16,15 @@ IUSE="nls"
# fox-1.0.x, fox-1.1.x and fox-1.3.x are inkompatible.
DEPEND="=x11-libs/fox-1.2*"
+src_unpack()
+{
+ unpack ${A}
+ cd ${S}
+
+ # Fix #62428
+ epatch ${FILESDIR}/xfe-0.70-file-association.patch
+}
+
src_compile()
{
econf `use_enable nls` || die