summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2004-08-23 19:07:06 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2004-08-23 19:07:06 +0000
commitc0d33e398b97bf9d764dceb72c53fb9d4acd39c1 (patch)
treea2d92790238c5c53ada1906ecde60dfde820d6ab /x11-misc/xfe/xfe-0.54.2.ebuild
parentBump x11-libs/fox-1.2.6 revision, adding support for the freetype library (wi... (diff)
downloadgentoo-2-c0d33e398b97bf9d764dceb72c53fb9d4acd39c1.tar.gz
gentoo-2-c0d33e398b97bf9d764dceb72c53fb9d4acd39c1.tar.bz2
gentoo-2-c0d33e398b97bf9d764dceb72c53fb9d4acd39c1.zip
Bump x11-misc/xfe to version 0.70. Closes 58946...
Diffstat (limited to 'x11-misc/xfe/xfe-0.54.2.ebuild')
-rw-r--r--x11-misc/xfe/xfe-0.54.2.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/x11-misc/xfe/xfe-0.54.2.ebuild b/x11-misc/xfe/xfe-0.54.2.ebuild
deleted file mode 100644
index d5c6fc590d13..000000000000
--- a/x11-misc/xfe/xfe-0.54.2.ebuild
+++ /dev/null
@@ -1,24 +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.54.2.ebuild,v 1.6 2004/06/24 22:40:28 agriffis 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"
-IUSE="nls"
-
-DEPEND="x11-libs/fox"
-
-src_compile() {
- econf `use_enable nls` || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS BUGS FAQ README TODO NEWS
-}