summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-28 15:40:59 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-28 15:40:59 +0000
commit16ae09eb12e35b214c95131449cc51617811e63b (patch)
treef211196891e7b33cf82595d1f621e6b5c2a174bd /app-editors/emacs
parentUpstream requested minor changes (diff)
downloadhistorical-16ae09eb12e35b214c95131449cc51617811e63b.tar.gz
historical-16ae09eb12e35b214c95131449cc51617811e63b.tar.bz2
historical-16ae09eb12e35b214c95131449cc51617811e63b.zip
you fools need to learn how to inherit eutils for epatch
Diffstat (limited to 'app-editors/emacs')
-rw-r--r--app-editors/emacs/emacs-18.59.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/emacs/emacs-18.59.ebuild b/app-editors/emacs/emacs-18.59.ebuild
index de31af6fcf4d..cc3a234d076e 100644
--- a/app-editors/emacs/emacs-18.59.ebuild
+++ b/app-editors/emacs/emacs-18.59.ebuild
@@ -1,16 +1,19 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-18.59.ebuild,v 1.1 2004/05/13 15:27:43 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-18.59.ebuild,v 1.2 2004/05/28 15:40:59 vapier Exp $
+
+inherit eutils
DESCRIPTION="The extensible self-documenting text editor"
+HOMEPAGE="http://www.gnu.org/software/emacs/"
SRC_URI="ftp://ftp.gnu.org/old-gnu/emacs/${P}.tar.gz
ftp://ftp.splode.com/pub/users/friedman/patches/${P}-linux22x-elf-glibc2.diff.gz"
-HOMEPAGE="http://www.gnu.org/software/emacs/"
+LICENSE="GPL-1"
SLOT="1"
KEYWORDS="~x86"
-LICENSE="GPL-1"
IUSE="X"
+
DEPEND="sys-libs/ncurses
X? ( virtual/x11 )"
PROVIDE="virtual/editor"