From fb7c614e1ad6e124df63664705a4a23214fc2500 Mon Sep 17 00:00:00 2001 From: Krzysztof Pawlik Date: Sat, 8 Mar 2008 14:44:55 +0000 Subject: Version bump, see bug #206928. (Portage version: 2.1.4.4) --- app-editors/vile/ChangeLog | 10 +++++++-- app-editors/vile/metadata.xml | 2 +- app-editors/vile/vile-9.5-r1.ebuild | 6 +++--- app-editors/vile/vile-9.5.ebuild | 39 --------------------------------- app-editors/vile/vile-9.6.ebuild | 43 +++++++++++++++++++++++++++++++++++++ 5 files changed, 55 insertions(+), 45 deletions(-) delete mode 100644 app-editors/vile/vile-9.5.ebuild create mode 100644 app-editors/vile/vile-9.6.ebuild diff --git a/app-editors/vile/ChangeLog b/app-editors/vile/ChangeLog index 1ac04dde48b3..1355fa82ad35 100644 --- a/app-editors/vile/ChangeLog +++ b/app-editors/vile/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/vile -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/ChangeLog,v 1.31 2007/10/10 07:26:10 opfer Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/ChangeLog,v 1.32 2008/03/08 14:44:55 nelchael Exp $ + +*vile-9.6 (08 Mar 2008) + + 08 Mar 2008; Krzysiek Pawlik metadata.xml, + -vile-9.5.ebuild, vile-9.5-r1.ebuild, +vile-9.6.ebuild: + Version bump, see bug #206928. 10 Oct 2007; Christian Faulhammer vile-9.3h.ebuild, vile-9.4d.ebuild, vile-9.5.ebuild, vile-9.5-r1.ebuild: diff --git a/app-editors/vile/metadata.xml b/app-editors/vile/metadata.xml index 5fcb67350f69..d221a8d4b42c 100644 --- a/app-editors/vile/metadata.xml +++ b/app-editors/vile/metadata.xml @@ -1,5 +1,5 @@ -vim + vim diff --git a/app-editors/vile/vile-9.5-r1.ebuild b/app-editors/vile/vile-9.5-r1.ebuild index bf0e9d1f23b9..3c2646458b26 100644 --- a/app-editors/vile/vile-9.5-r1.ebuild +++ b/app-editors/vile/vile-9.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.5-r1.ebuild,v 1.4 2007/10/10 07:26:10 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.5-r1.ebuild,v 1.5 2008/03/08 14:44:55 nelchael Exp $ inherit eutils @@ -21,7 +21,7 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} - cd ${S} + cd "${S}" epatch "${FILESDIR}/${P}-define-LEAD-before-use.patch" } diff --git a/app-editors/vile/vile-9.5.ebuild b/app-editors/vile/vile-9.5.ebuild deleted file mode 100644 index 9282c432bdaf..000000000000 --- a/app-editors/vile/vile-9.5.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.5.ebuild,v 1.4 2007/10/10 07:26:10 opfer Exp $ - -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/vile-9.5.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" - -src_unpack() { - unpack ${A} - cd ${S} - - epatch "${FILESDIR}/${P}-define-LEAD-before-use.patch" -} - -src_compile() { - econf \ - --with-ncurses \ - $(use_with perl ) \ - || die "configure failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "install failed" - dodoc CHANGES* README* doc/* -} diff --git a/app-editors/vile/vile-9.6.ebuild b/app-editors/vile/vile-9.6.ebuild new file mode 100644 index 000000000000..c38c1d8fbcb0 --- /dev/null +++ b/app-editors/vile/vile-9.6.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.6.ebuild,v 1.1 2008/03/08 14:44:55 nelchael Exp $ + +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/${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_compile() { + econf \ + --with-ncurses \ + $(use_with perl ) \ + || die "configure failed" + emake || die "emake failed" +} + +src_install() { + make DESTDIR="${D}" install || die "install failed" + dodoc CHANGES* README* doc/* +} + +pkg_postinst() { + einfo "Setting /usr/bin/vi symlink" + eselect vi set "${PN}" +} + +pkg_postrm() { + einfo "Updating /usr/bin/vi symlink" + eselect vi update +} -- cgit v1.2.3-65-gdbad