aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2014-11-22 14:47:09 +0800
committerBen de Groot <yngwin@gentoo.org>2014-11-22 14:47:09 +0800
commit4194fd722b41d916d4db80815c855911b16da583 (patch)
treea7976a8061bbdc52237e54af77d7309bf50549c1
parentvi.eselect: apply patch from 1.1.7-r1 (diff)
downloadeselect-4194fd722b41d916d4db80815c855911b16da583.tar.gz
eselect-4194fd722b41d916d4db80815c855911b16da583.tar.bz2
eselect-4194fd722b41d916d4db80815c855911b16da583.zip
vi.eselect: add qvim as option (bug #529528)
-rw-r--r--ChangeLog1
-rw-r--r--modules/vi.eselect6
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ebab7dc..d8a4855 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2014-11-22 Ben de Groot <yngwin@gentoo.org>
* modules/vi.eselect: apply patch from 1.1.7-r1
+ * modules/vi.eselect: add qvim as option (bug #529528)
2014-04-23 Christoph Junghans <ottxor@gentoo.org>
diff --git a/modules/vi.eselect b/modules/vi.eselect
index 70ce1c8..573ab11 100644
--- a/modules/vi.eselect
+++ b/modules/vi.eselect
@@ -1,11 +1,10 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
DESCRIPTION="Manage /usr/bin/vi implementations"
MAINTAINER="vim@gentoo.org"
-SVN_DATE='$Date$'
-VERSION=$(svn_date_to_version "${SVN_DATE}" )
+VERSION="1.1.8"
# find a list of vi symlink targets, best first
find_targets() {
@@ -16,6 +15,7 @@ find_targets() {
"${EROOT}"/usr/bin/elvis \
"${EROOT}"/usr/bin/vile \
"${EROOT}"/usr/bin/gvim \
+ "${EROOT}"/usr/bin/qvim \
"${EROOT}"/usr/bin/xvile \
"${EROOT}"/bin/busybox \
; do