summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2005-04-13 07:44:09 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2005-04-13 07:44:09 +0000
commit8e98c4180bc897d2981638c29ed1bbe5d1ad6b06 (patch)
treef4ff894db80356143bc717060773aa189faed170 /x11-misc
parentpmidi should be aplaymidi (diff)
downloadhistorical-8e98c4180bc897d2981638c29ed1bbe5d1ad6b06.tar.gz
historical-8e98c4180bc897d2981638c29ed1bbe5d1ad6b06.tar.bz2
historical-8e98c4180bc897d2981638c29ed1bbe5d1ad6b06.zip
Wiped out older version...
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xfe/Manifest6
-rw-r--r--x11-misc/xfe/files/digest-xfe-0.661
-rw-r--r--x11-misc/xfe/xfe-0.66.ebuild25
3 files changed, 2 insertions, 30 deletions
diff --git a/x11-misc/xfe/Manifest b/x11-misc/xfe/Manifest
index 4981d333917a..fd35fab0247d 100644
--- a/x11-misc/xfe/Manifest
+++ b/x11-misc/xfe/Manifest
@@ -1,7 +1,5 @@
+MD5 2e00545bce14462bccccf6fa3b35ed53 xfe-0.72.ebuild 1034
MD5 b70e21bfc5e03ed7225254f89191f4a1 ChangeLog 2524
MD5 a22298bb40896990d55b5d48b54e5d26 metadata.xml 262
-MD5 ae2613f02f971d7886748a391b194df4 xfe-0.66.ebuild 645
-MD5 2e00545bce14462bccccf6fa3b35ed53 xfe-0.72.ebuild 1034
-MD5 534a237bed017d0c5e6bfd73d9760e87 files/digest-xfe-0.66 60
-MD5 322d8f7e8c091743501a044efcd8dfe6 files/digest-xfe-0.72 60
MD5 2e471d0d64c75be23f9e68537cf1f6bb files/xfe-0.70-file-association.patch 753
+MD5 322d8f7e8c091743501a044efcd8dfe6 files/digest-xfe-0.72 60
diff --git a/x11-misc/xfe/files/digest-xfe-0.66 b/x11-misc/xfe/files/digest-xfe-0.66
deleted file mode 100644
index 60cbf370e4f2..000000000000
--- a/x11-misc/xfe/files/digest-xfe-0.66
+++ /dev/null
@@ -1 +0,0 @@
-MD5 30293a156a5c30643b6ef9b51a722410 xfe-0.66.tar.gz 714124
diff --git a/x11-misc/xfe/xfe-0.66.ebuild b/x11-misc/xfe/xfe-0.66.ebuild
deleted file mode 100644
index cf944b60c1fc..000000000000
--- a/x11-misc/xfe/xfe-0.66.ebuild
+++ /dev/null
@@ -1,25 +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.66.ebuild,v 1.7 2005/02/19 08:06:50 corsair Exp $
-
-DESCRIPTION="MS-Explorer like file manager for X"
-HOMEPAGE="http://sourceforge.net/projects/xfe/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~sparc ~amd64 ppc64"
-IUSE="nls"
-
-# fox-1.1* is incompatible
-DEPEND="=x11-libs/fox-1.0*"
-
-src_compile() {
- econf `use_enable nls` || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS BUGS FAQ README TODO NEWS
-}