summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2008-03-08 14:44:55 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2008-03-08 14:44:55 +0000
commitfb7c614e1ad6e124df63664705a4a23214fc2500 (patch)
treef2076c190cc56d98666b307215d7bf2852a66bc9 /app-editors/vile
parentVersion bump (see bug #210100), removed old versions. (diff)
downloadgentoo-2-fb7c614e1ad6e124df63664705a4a23214fc2500.tar.gz
gentoo-2-fb7c614e1ad6e124df63664705a4a23214fc2500.tar.bz2
gentoo-2-fb7c614e1ad6e124df63664705a4a23214fc2500.zip
Version bump, see bug #206928.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-editors/vile')
-rw-r--r--app-editors/vile/ChangeLog10
-rw-r--r--app-editors/vile/metadata.xml2
-rw-r--r--app-editors/vile/vile-9.5-r1.ebuild6
-rw-r--r--app-editors/vile/vile-9.6.ebuild (renamed from app-editors/vile/vile-9.5.ebuild)26
4 files changed, 27 insertions, 17 deletions
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 <nelchael@gentoo.org> 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 <opfer@gentoo.org> 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 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>vim</herd>
+ <herd>vim</herd>
</pkgmetadata>
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.6.ebuild
index 9282c432bdaf..c38c1d8fbcb0 100644
--- a/app-editors/vile/vile-9.5.ebuild
+++ b/app-editors/vile/vile-9.6.ebuild
@@ -1,12 +1,12 @@
-# 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.ebuild,v 1.4 2007/10/10 07:26:10 opfer Exp $
+# $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/vile-9.5.tgz"
+SRC_URI="ftp://invisible-island.net/vile/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
@@ -16,14 +16,8 @@ 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"
-}
+ sys-devel/flex
+ app-admin/eselect-vi"
src_compile() {
econf \
@@ -37,3 +31,13 @@ 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
+}