summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2004-12-08 08:28:56 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2004-12-08 08:28:56 +0000
commit9c775043b49d5a80e63339c0d9ab118137c02bcc (patch)
tree42e70f03d65f6954ec956bbb2171dbae24a9faa0 /x11-misc
parentstable on ppc gsla: 72461 (Manifest recommit) (diff)
downloadgentoo-2-9c775043b49d5a80e63339c0d9ab118137c02bcc.tar.gz
gentoo-2-9c775043b49d5a80e63339c0d9ab118137c02bcc.tar.bz2
gentoo-2-9c775043b49d5a80e63339c0d9ab118137c02bcc.zip
Wipe out older version.
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xfe/ChangeLog5
-rw-r--r--x11-misc/xfe/files/digest-xfe-0.70-r11
-rw-r--r--x11-misc/xfe/xfe-0.70-r1.ebuild47
3 files changed, 4 insertions, 49 deletions
diff --git a/x11-misc/xfe/ChangeLog b/x11-misc/xfe/ChangeLog
index 9d0230b193db..65b4b2e8137d 100644
--- a/x11-misc/xfe/ChangeLog
+++ b/x11-misc/xfe/ChangeLog
@@ -1,6 +1,9 @@
# 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.19 2004/10/23 16:48:02 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.20 2004/12/08 08:28:55 s4t4n Exp $
+
+ 08 Dec 2004; Michele Noberasco <s4t4n@gentoo.org> xfe-0.70-r1.ebuild:
+ Remove older ebuild.
23 Oct 2004; Tom Martin <slarti@gentoo.org> xfe-0.72.ebuild:
Stable on amd64.
diff --git a/x11-misc/xfe/files/digest-xfe-0.70-r1 b/x11-misc/xfe/files/digest-xfe-0.70-r1
deleted file mode 100644
index c50238046ab0..000000000000
--- a/x11-misc/xfe/files/digest-xfe-0.70-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ae8ba8af8aafee053f70e909e6e22920 xfe-0.70.tar.gz 805921
diff --git a/x11-misc/xfe/xfe-0.70-r1.ebuild b/x11-misc/xfe/xfe-0.70-r1.ebuild
deleted file mode 100644
index 31b9f5bd65c5..000000000000
--- a/x11-misc/xfe/xfe-0.70-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# 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-r1.ebuild,v 1.3 2004/10/11 00:56:23 weeve 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="x86 sparc ~amd64 ~ppc"
-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
- 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.70 release"
- einfo
-}