diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-11-10 02:58:38 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-11-10 02:58:38 +0000 |
commit | 55ddc95c5f28f8091faa4dc85cbb775d8c29dbbe (patch) | |
tree | 81f31c4ce2731d70323a4be730ebaa7496ba7727 /app-editors/emacs | |
parent | moved to app-text where they belong (diff) | |
download | gentoo-2-55ddc95c5f28f8091faa4dc85cbb775d8c29dbbe.tar.gz gentoo-2-55ddc95c5f28f8091faa4dc85cbb775d8c29dbbe.tar.bz2 gentoo-2-55ddc95c5f28f8091faa4dc85cbb775d8c29dbbe.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 |