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/joe | |
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/joe')
-rw-r--r-- | app-editors/joe/joe-2.9.5.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-editors/joe/joe-2.9.5.ebuild b/app-editors/joe/joe-2.9.5.ebuild index 0579b6373c28..3b84561215ff 100644 --- a/app-editors/joe/joe-2.9.5.ebuild +++ b/app-editors/joe/joe-2.9.5.ebuild @@ -1,12 +1,11 @@ # 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/joe/joe-2.9.5.ebuild,v 1.1 2001/03/30 02:13:52 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-2.9.5.ebuild,v 1.2 2001/11/10 02:54:28 hallski Exp $ -A=${P}.tgz S=${WORKDIR}/${P} DESCRIPTION="A free ASCII-Text Screen Editor for UNIX" -SRC_URI="http://ftp1.sourceforge.net/joe-editor/${A}" +SRC_URI="http://ftp1.sourceforge.net/joe-editor/${P}.tgz" HOMEPAGE="http://sourceforge.net/projects/joe-editor/" DEPEND=">=sys-libs/ncurses-5.2-r2" |