diff options
Diffstat (limited to 'app-editors/zile/zile-1.7_beta3.ebuild')
-rw-r--r-- | app-editors/zile/zile-1.7_beta3.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app-editors/zile/zile-1.7_beta3.ebuild b/app-editors/zile/zile-1.7_beta3.ebuild index af36dd6b220d..f8eb7da73175 100644 --- a/app-editors/zile/zile-1.7_beta3.ebuild +++ b/app-editors/zile/zile-1.7_beta3.ebuild @@ -1,18 +1,16 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-1.7_beta3.ebuild,v 1.1 2004/05/22 15:48:53 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-1.7_beta3.ebuild,v 1.2 2004/05/31 22:12:04 vapier Exp $ -IUSE="" MY_P="${P/_beta/-b}" - DESCRIPTION="tiny emacs clone" HOMEPAGE="http://zile.sourceforge.net/" SRC_URI="mirror://sourceforge/zile/${MY_P}.tar.gz" -RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~alpha -ppc" +IUSE="" RDEPEND=">=sys-libs/ncurses-5.2" DEPEND=">=dev-util/gperf-2.7.2 @@ -39,5 +37,5 @@ src_install() { -DEXPRESERVE=\\\"/var/lib/expreserve\\\"" \ install || die - dodoc AUTHORS COPYING HISTORY KNOWNBUGS NEWS README* TODO + dodoc AUTHORS HISTORY KNOWNBUGS NEWS README* TODO } |