summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-02-21 15:11:21 +0000
committerUlrich Müller <ulm@gentoo.org>2008-02-21 15:11:21 +0000
commit80367e685e312541a6867907c0c65378b6e5dd71 (patch)
tree8ee569c737c1f5bbf53df8885d74358e78405d65 /app-editors/nedit/nedit-5.5.ebuild
parentversion bump (diff)
downloadhistorical-80367e685e312541a6867907c0c65378b6e5dd71.tar.gz
historical-80367e685e312541a6867907c0c65378b6e5dd71.tar.bz2
historical-80367e685e312541a6867907c0c65378b6e5dd71.zip
Stable on amd64, bug 209925. Remove old revision.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-editors/nedit/nedit-5.5.ebuild')
-rw-r--r--app-editors/nedit/nedit-5.5.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/app-editors/nedit/nedit-5.5.ebuild b/app-editors/nedit/nedit-5.5.ebuild
deleted file mode 100644
index 79204a41624c..000000000000
--- a/app-editors/nedit/nedit-5.5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.5.ebuild,v 1.12 2007/07/05 20:36:32 uberlord Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="multi-purpose text editor for the X Window System"
-HOMEPAGE="http://nedit.org/"
-SRC_URI="mirror://sourceforge/nedit/${P}-src.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 mips ppc sparc x86 ~x86-fbsd"
-IUSE="spell"
-
-RDEPEND="spell? ( virtual/aspell-dict )
- x11-libs/openmotif
- x11-libs/libXp"
-DEPEND="${RDEPEND}
- || ( dev-util/yacc sys-devel/bison )
- x11-libs/openmotif"
-
-src_compile() {
- sed -i -e "s:-Wl,-Bstatic::" makefiles/Makefile.linux
- sed -i -e "s:0.93.0:0.94.0:" util/check_lin_tif.c
- sed -i -e "s:CFLAGS=-O:CFLAGS=${CFLAGS}:" makefiles/Makefile.linux
- sed -i -e 's:"/bin/csh":"/bin/sh":' source/preferences.c
- make CC=$(tc-getCC) linux || die
-}
-
-src_install() {
- into /usr
- dobin source/nedit
- exeinto /usr/bin
- newexe source/nc neditc
- newman doc/nedit.man nedit.1
- newman doc/nc.man neditc.1
-
- dodoc README ReleaseNotes ChangeLog COPYRIGHT
- cd doc
- dodoc *.txt nedit.doc README.FAQ NEdit.ad
- dohtml *.{dtd,xsl,xml,html,awk}
-}