diff options
author | 2001-11-10 02:54:28 +0000 | |
---|---|---|
committer | 2001-11-10 02:54:28 +0000 | |
commit | 53844814c8f27d272a37e4e2a839b99e61799fde (patch) | |
tree | 0809b5980d17c9645d715b6710679eb1c3163e6c /app-editors/emacs | |
parent | moved to app-text where they belong (diff) | |
download | historical-53844814c8f27d272a37e4e2a839b99e61799fde.tar.gz historical-53844814c8f27d272a37e4e2a839b99e61799fde.tar.bz2 historical-53844814c8f27d272a37e4e2a839b99e61799fde.zip |
-fix
Diffstat (limited to 'app-editors/emacs')
-rw-r--r-- | app-editors/emacs/emacs-20.7.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-editors/emacs/emacs-20.7.ebuild b/app-editors/emacs/emacs-20.7.ebuild index 2c7fb2424786..b6cd345f5a58 100644 --- a/app-editors/emacs/emacs-20.7.ebuild +++ b/app-editors/emacs/emacs-20.7.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Mikael Hallendal <micke@hallendal.net> -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-20.7.ebuild,v 1.3 2001/08/31 03:23:38 pm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-20.7.ebuild,v 1.4 2001/11/10 02:54:28 hallski Exp $ -A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="An incredibly powerful, extensible text editor" -SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${A}" +SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/emacs" DEPEND=">=sys-libs/ncurses-5.2 |