summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 09:25:11 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 09:25:11 +0000
commite3b270271258e0e61c3c4cc7939d24cc798f0a32 (patch)
treeea3571a7c6739bde646e3336a1cb8edee2bf06b8 /app-editors/nedit
parentCleanup (diff)
downloadgentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.tar.gz
gentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.tar.bz2
gentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.zip
Cleanup
Diffstat (limited to 'app-editors/nedit')
-rw-r--r--app-editors/nedit/files/digest-nedit-5.1.11
-rw-r--r--app-editors/nedit/nedit-5.1.1.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/app-editors/nedit/files/digest-nedit-5.1.1 b/app-editors/nedit/files/digest-nedit-5.1.1
deleted file mode 100644
index a1f68ad0c88d..000000000000
--- a/app-editors/nedit/files/digest-nedit-5.1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 dba0970c60debada237ca852b5f57ec8 nedit-5.1.1-src.tar.gz
diff --git a/app-editors/nedit/nedit-5.1.1.ebuild b/app-editors/nedit/nedit-5.1.1.ebuild
deleted file mode 100644
index e9c5744cbc90..000000000000
--- a/app-editors/nedit/nedit-5.1.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.1.1.ebuild,v 1.4 2000/12/17 20:09:01 achim Exp $
-
-A=${P}-src.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION=""
-SRC_URI="ftp://ftp.nedit.org/pub/v5_1_1/${A}"
-HOMEPAGE="http://nedit.org/"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=dev-util/yacc-1.9.1
- >=x11-base/xfree-4.0.1
- >=x11-libs/openmotif-2.1.30"
-
-src_unpack() {
- unpack ${A}
- cd ${S}/makefiles
- cp Makefile.linux Makefile.orig
- sed -e "s:-O:${CFLAGS}:" Makefile.orig > Makefile.linux
-}
-src_compile() {
-
- cd ${S}
- try make linux
-
-}
-
-src_install () {
-
- cd ${S}
- into /usr/X11R6
- dobin source/nc source/nedit
- newman nedit.man nedit.1
- newman nc.man nc.1
- dodoc README ReleaseNotes nedit.doc
-
-}
-