summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-07-09 13:19:49 +0000
committerUlrich Müller <ulm@gentoo.org>2009-07-09 13:19:49 +0000
commitdf81a0c5ab3065c97a01c064c6d5f6d033206087 (patch)
treec96c8d81fc1f3d99331053c0d80a8000c1d8f13a /app-editors/zile/zile-2.3.9.ebuild
parentSparc stable, Bug #277187. (diff)
downloadgentoo-2-df81a0c5ab3065c97a01c064c6d5f6d033206087.tar.gz
gentoo-2-df81a0c5ab3065c97a01c064c6d5f6d033206087.tar.bz2
gentoo-2-df81a0c5ab3065c97a01c064c6d5f6d033206087.zip
Version bump. Remove intermediate version.
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'app-editors/zile/zile-2.3.9.ebuild')
-rw-r--r--app-editors/zile/zile-2.3.9.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-editors/zile/zile-2.3.9.ebuild b/app-editors/zile/zile-2.3.9.ebuild
new file mode 100644
index 000000000000..ceda7a49251e
--- /dev/null
+++ b/app-editors/zile/zile-2.3.9.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.9.ebuild,v 1.1 2009/07/09 13:19:49 ulm Exp $
+
+DESCRIPTION="Zile is a small Emacs clone"
+HOMEPAGE="http://www.gnu.org/software/zile/"
+SRC_URI="mirror://gnu/zile/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND="sys-libs/ncurses"
+DEPEND="${RDEPEND}
+ sys-apps/help2man"
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ # FAQ is installed by the build system in /usr/share/zile
+ dodoc AUTHORS BUGS NEWS README THANKS || die
+}