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
commitdaacda349c6e8509b91c0164fb96639c0d6407c3 (patch)
treed01daf2c584b2e657007133096f05d36ad28fb6d /x11-misc
parentpmidi should be aplaymidi (diff)
downloadgentoo-2-daacda349c6e8509b91c0164fb96639c0d6407c3.tar.gz
gentoo-2-daacda349c6e8509b91c0164fb96639c0d6407c3.tar.bz2
gentoo-2-daacda349c6e8509b91c0164fb96639c0d6407c3.zip
Wiped out older version...
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xfe/files/digest-xfe-0.661
-rw-r--r--x11-misc/xfe/xfe-0.66.ebuild25
2 files changed, 0 insertions, 26 deletions
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
-}