diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-09-04 00:04:42 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-09-04 00:04:42 +0000 |
commit | 4403aa808ab83d7f25d7bb845ff4a0abb1a2b8cc (patch) | |
tree | ccfe0c7131e9a8657ef5a4787a2f3f7ba1d4871c /x11-misc | |
parent | Fixed compilation errors with gcc-3.4. Thanks to Anthony Mirabella <mirabeaj@... (diff) | |
download | historical-4403aa808ab83d7f25d7bb845ff4a0abb1a2b8cc.tar.gz historical-4403aa808ab83d7f25d7bb845ff4a0abb1a2b8cc.tar.bz2 historical-4403aa808ab83d7f25d7bb845ff4a0abb1a2b8cc.zip |
Revision bump for x11-misc/xfe-0.70, closing #62428...
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xfe/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/xfe/Manifest | 9 | ||||
-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.patch | 12 | ||||
-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..013c03d2e518 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 46107a258a2574fa2452bb80c625252a xfe-0.70-r1.ebuild 975 MD5 45afed04aa773719b3f16befc321e9e0 xfe-0.66.ebuild 643 -MD5 f0d3a5ef6889ce108bb1e79c909896be xfe-0.70.ebuild 849 +MD5 da048f1d562283d80df332b78c6c93e3 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 |