diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-03-28 14:40:57 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-03-28 14:40:57 +0000 |
commit | fbbb3c6c838d612fc1a598b6de4c5d9093ca088c (patch) | |
tree | 4c85f13a284a70225cae56e7653c6f1dcb406849 /x11-misc/xfe | |
parent | Add ~ia64 wrt bug 148659 (diff) | |
download | gentoo-2-fbbb3c6c838d612fc1a598b6de4c5d9093ca088c.tar.gz gentoo-2-fbbb3c6c838d612fc1a598b6de4c5d9093ca088c.tar.bz2 gentoo-2-fbbb3c6c838d612fc1a598b6de4c5d9093ca088c.zip |
Remove broken version which didn't compile with GCC4.x now that keywords are satisfied.
(Portage version: 2.1.2.2)
Diffstat (limited to 'x11-misc/xfe')
-rw-r--r-- | x11-misc/xfe/files/digest-xfe-0.72 | 3 | ||||
-rw-r--r-- | x11-misc/xfe/files/xfe-0.70-file-association.patch | 12 | ||||
-rw-r--r-- | x11-misc/xfe/xfe-0.72.ebuild | 47 |
3 files changed, 0 insertions, 62 deletions
diff --git a/x11-misc/xfe/files/digest-xfe-0.72 b/x11-misc/xfe/files/digest-xfe-0.72 deleted file mode 100644 index 186724b99898..000000000000 --- a/x11-misc/xfe/files/digest-xfe-0.72 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 625a4c8e152314363d2f3a27cc8fa6cc xfe-0.72.tar.gz 828770 -RMD160 5cf8fc66970aa39c5ee2fc80995e691d5680bb2f xfe-0.72.tar.gz 828770 -SHA256 d179f4afdf518d5371e8fb21d6d7f612a645695a07b3b6751f81c1ad65bd443a xfe-0.72.tar.gz 828770 diff --git a/x11-misc/xfe/files/xfe-0.70-file-association.patch b/x11-misc/xfe/files/xfe-0.70-file-association.patch deleted file mode 100644 index 4b03062e7070..000000000000 --- a/x11-misc/xfe/files/xfe-0.70-file-association.patch +++ /dev/null @@ -1,12 +0,0 @@ -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.72.ebuild b/x11-misc/xfe/xfe-0.72.ebuild deleted file mode 100644 index 54b549bbe777..000000000000 --- a/x11-misc/xfe/xfe-0.72.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-0.72.ebuild,v 1.6 2005/08/07 13:17:31 hansmi Exp $ - -inherit eutils - -DESCRIPTION="MS-Explorer like 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="nls" - -# fox-1.0.x, fox-1.1.x and fox-1.3.x are incompatible. -DEPEND="=x11-libs/fox-1.2*" - -src_unpack() -{ - unpack ${A} - cd ${S} - - # Fix #62428. Note: this 0.70 related bug is STILL present in 0.72... - epatch ${FILESDIR}/xfe-0.70-file-association.patch -} - -src_compile() -{ - econf `use_enable nls` || die - emake || die -} - -src_install() -{ - make DESTDIR=${D} install || die - dodoc AUTHORS BUGS FAQ README TODO NEWS -} - -pkg_postinst() -{ - einfo - einfo "Please delete your old Xfe registry files" - einfo " (~/.foxrc/Xfe ~/.foxrc/Xfv and ~/.foxrc/Xfq)" - einfo "before using this XFE 0.72 release" - einfo -} |