summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/joe')
-rw-r--r--app-editors/joe/joe-3.0-r1.ebuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/app-editors/joe/joe-3.0-r1.ebuild b/app-editors/joe/joe-3.0-r1.ebuild
index cc652ff99460..f9bc4c7d2e8d 100644
--- a/app-editors/joe/joe-3.0-r1.ebuild
+++ b/app-editors/joe/joe-3.0-r1.ebuild
@@ -1,21 +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/joe/joe-3.0-r1.ebuild,v 1.9 2004/05/30 19:29:22 joker Exp $
-
-IUSE=""
+# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.0-r1.ebuild,v 1.10 2004/05/31 22:12:03 vapier Exp $
inherit flag-o-matic
DESCRIPTION="A free ASCII-Text Screen Editor for UNIX"
-SRC_URI="mirror://sourceforge/joe-editor/${P}.tar.gz"
HOMEPAGE="http://sourceforge.net/projects/joe-editor/"
+SRC_URI="mirror://sourceforge/joe-editor/${P}.tar.gz"
+LICENSE="GPL-1"
SLOT="0"
KEYWORDS="x86 ppc sparc alpha mips amd64"
-LICENSE="GPL-1"
+IUSE=""
DEPEND=">=sys-libs/ncurses-5.2-r2"
-
PROVIDE="virtual/editor"
src_unpack() {
@@ -39,7 +37,7 @@ src_compile() {
src_install() {
einstall || die
- dodoc COPYING ChangeLog HINTS INFO LIST NEWS README README.cvs TODO
+ dodoc ChangeLog HINTS INFO LIST NEWS README README.cvs TODO
}
pkg_postinst() {