+++ /dev/null
---- src/main_lde.c.orig 2002-01-12 05:56:31.000000000 +0100
-+++ src/main_lde.c 2003-12-02 02:52:05.000000000 +0100
-@@ -33,9 +33,11 @@
- # include "nc_lde.h"
- #endif
-
-+/*
- #ifndef volatile
- #define volatile
- #endif
-+*/
-
- /* Some internal structures */
- struct _main_opts {
+++ /dev/null
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/lde/lde-2.6.0.ebuild,v 1.6 2004/06/30 17:10:58 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="ext2fs and minix disk editor for linux"
-HOMEPAGE="http://lde.sourceforge.net/"
-SRC_URI="mirror://sourceforge/lde/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="sys-libs/ncurses
- dev-util/yacc"
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PV}-gcc3.patch
-}
-
-src_compile() {
- econf || die
- emake YACC=yacc || die
-}
-
-src_install() {
- newman doc/lde.man lde.8
- into /
- dosbin lde
- dodoc WARNING README TODO
-}