summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/emacs-x11/emacs-x11-20.7-r1.ebuild')
-rw-r--r--app-editors/emacs-x11/emacs-x11-20.7-r1.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-editors/emacs-x11/emacs-x11-20.7-r1.ebuild b/app-editors/emacs-x11/emacs-x11-20.7-r1.ebuild
deleted file mode 100644
index 268fd4188c40..000000000000
--- a/app-editors/emacs-x11/emacs-x11-20.7-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Peter Gavin <pbg1854@garnet.acns.fsu.edu>
-
-A=emacs-20.7.tar.gz
-S=${WORKDIR}/emacs-20.7
-DESCRIPTION="An incredibly powerful, extensible text editor (X11 version)"
-SRC_URI="ftp://ftp.gnu.org/pub/gnu/emacs/emacs-20.7.tar.gz"
-HOMEPAGE="http://www.gnu.org/software/emacs"
-RDEPEND=">=sys-libs/ncurses-4.0
- >=sys-libs/glibc-2.0
- >=x11-base/xfree-4.0
- !app-editors/emacs-nogui
- !app-editors/emacs-motif"
-
-DEPEND=">=sys-libs/ncurses-4.0
- >=sys-libs/glibc-2.0
- >=x11-base/xfree-4.0
- >=sys-devel/gettext-0.10.35"
-
-src_compile() {
- cd ${S}
- try ./configure --prefix=/usr --libexecdir=/usr/lib --host=${CHOST} --with-x
- try make
-}
-
-src_install () {
- cd ${S}
- try make prefix=${D}/usr libexecdir=${D}/usr/lib install
- dodoc BUGS ChangeLog README
- gzip -9 ${D}/usr/info/*
-}
-