diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-04-06 17:11:57 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-04-06 17:11:57 +0000 |
commit | dd39e771d098d5fc2ac72e4c4a10b7acb4b51b58 (patch) | |
tree | 8aed8709001046a669bdf2023b71d4167a93c9c3 /app-editors/zile/zile-2.2.57.ebuild | |
parent | use new qmail.eclass; ebuild cleanup (diff) | |
download | gentoo-2-dd39e771d098d5fc2ac72e4c4a10b7acb4b51b58.tar.gz gentoo-2-dd39e771d098d5fc2ac72e4c4a10b7acb4b51b58.tar.bz2 gentoo-2-dd39e771d098d5fc2ac72e4c4a10b7acb4b51b58.zip |
Version bump. Remove intermediate version.
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'app-editors/zile/zile-2.2.57.ebuild')
-rw-r--r-- | app-editors/zile/zile-2.2.57.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-editors/zile/zile-2.2.57.ebuild b/app-editors/zile/zile-2.2.57.ebuild new file mode 100644 index 000000000000..5e9acac964de --- /dev/null +++ b/app-editors/zile/zile-2.2.57.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.2.57.ebuild,v 1.1 2008/04/06 17:11:57 ulm Exp $ + +DESCRIPTION="Zile is a small Emacs clone" +HOMEPAGE="http://zile.sourceforge.net/" +SRC_URI="mirror://sourceforge/zile/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="sys-libs/ncurses + >=sys-apps/texinfo-4.3" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS NEWS README THANKS || die "dodoc failed" +} |