diff options
author | 2006-12-21 16:55:44 +0000 | |
---|---|---|
committer | 2006-12-21 16:55:44 +0000 | |
commit | 65788564651c0634f3182d4aee13e9042fafe7a6 (patch) | |
tree | 7fcc6b6a05769c46209c89ec61bdc75831dfca70 /sys-fs/lde | |
parent | Move joystick use flags around, fix nls build, bug 157064 (diff) | |
download | gentoo-2-65788564651c0634f3182d4aee13e9042fafe7a6.tar.gz gentoo-2-65788564651c0634f3182d4aee13e9042fafe7a6.tar.bz2 gentoo-2-65788564651c0634f3182d4aee13e9042fafe7a6.zip |
old
Diffstat (limited to 'sys-fs/lde')
-rw-r--r-- | sys-fs/lde/files/2.6.0-gcc3.patch | 14 | ||||
-rw-r--r-- | sys-fs/lde/files/digest-lde-2.6.0 | 1 | ||||
-rw-r--r-- | sys-fs/lde/lde-2.6.0.ebuild | 37 |
3 files changed, 0 insertions, 52 deletions
diff --git a/sys-fs/lde/files/2.6.0-gcc3.patch b/sys-fs/lde/files/2.6.0-gcc3.patch deleted file mode 100644 index 85b7ee2b6c5d..000000000000 --- a/sys-fs/lde/files/2.6.0-gcc3.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- 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 { diff --git a/sys-fs/lde/files/digest-lde-2.6.0 b/sys-fs/lde/files/digest-lde-2.6.0 deleted file mode 100644 index 24aa6355cd03..000000000000 --- a/sys-fs/lde/files/digest-lde-2.6.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 5fa7853f5555cd34e0cf160972733621 lde-2.6.0.tar.gz 436665 diff --git a/sys-fs/lde/lde-2.6.0.ebuild b/sys-fs/lde/lde-2.6.0.ebuild deleted file mode 100644 index 431252164549..000000000000 --- a/sys-fs/lde/lde-2.6.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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 -} |