diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 22:12:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 22:12:04 +0000 |
commit | 85bf0780b54b0388919f656d5d2475ac8dfbfc7d (patch) | |
tree | 5462eacfdcae74754e7ca88e02f792ab14b385f0 /app-editors/joe | |
parent | version bump, first gpg-signed package ;) (Manifest recommit) (diff) | |
download | gentoo-2-85bf0780b54b0388919f656d5d2475ac8dfbfc7d.tar.gz gentoo-2-85bf0780b54b0388919f656d5d2475ac8dfbfc7d.tar.bz2 gentoo-2-85bf0780b54b0388919f656d5d2475ac8dfbfc7d.zip |
dont install uselss COPYING file and fix other stuff while i'm at it
Diffstat (limited to 'app-editors/joe')
-rw-r--r-- | app-editors/joe/joe-3.0-r1.ebuild | 12 |
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() { |