From 277daa1fda91946a63eecd7489baf7df4a286412 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Tue, 13 Dec 2011 21:48:53 +0000 Subject: Version bump. (Portage version: 2.2.0_alpha79/cvs/Linux x86_64) --- app-editors/vile/ChangeLog | 7 ++++++- app-editors/vile/vile-9.8f.ebuild | 44 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 app-editors/vile/vile-9.8f.ebuild (limited to 'app-editors') diff --git a/app-editors/vile/ChangeLog b/app-editors/vile/ChangeLog index ad1fb8d4950f..518fa1951299 100644 --- a/app-editors/vile/ChangeLog +++ b/app-editors/vile/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/vile # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/ChangeLog,v 1.36 2011/10/17 07:35:02 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/ChangeLog,v 1.37 2011/12/13 21:48:53 radhermit Exp $ + +*vile-9.8f (13 Dec 2011) + + 13 Dec 2011; Tim Harder +vile-9.8f.ebuild: + Version bump. 17 Oct 2011; Tim Harder -vile-9.3h.ebuild, -vile-9.5-r1.ebuild, -files/vile-9.5-define-LEAD-before-use.patch, diff --git a/app-editors/vile/vile-9.8f.ebuild b/app-editors/vile/vile-9.8f.ebuild new file mode 100644 index 000000000000..8294bd828cf2 --- /dev/null +++ b/app-editors/vile/vile-9.8f.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.8f.ebuild,v 1.1 2011/12/13 21:48:53 radhermit Exp $ + +EAPI="4" + +inherit eutils + +DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" +HOMEPAGE="http://invisible-island.net/vile/" +SRC_URI="ftp://invisible-island.net/vile/current/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="perl" + +RDEPEND=">=sys-libs/ncurses-5.2 + perl? ( dev-lang/perl )" +DEPEND="${RDEPEND} + sys-devel/flex + app-admin/eselect-vi" + +src_configure() { + econf \ + --with-ncurses \ + $(use_with perl ) +} + +src_install() { + emake DESTDIR="${D}" install + dodoc CHANGES* README doc/*.doc + dohtml doc/*.html +} + +pkg_postinst() { + einfo "Updating /usr/bin/vi symlink" + eselect vi update --if-unset +} + +pkg_postrm() { + einfo "Updating /usr/bin/vi symlink" + eselect vi update --if-unset +} -- cgit v1.2.3-65-gdbad