summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2008-12-02 22:53:15 +0000
committerJim Ramsay <lack@gentoo.org>2008-12-02 22:53:15 +0000
commit8e029f30d30bfd84862c3198e7a09db7cb4f4028 (patch)
tree0146d74cf142f68dbe8182f16e3e2ecb797a7327 /app-vim
parentMarking astyle-1.22 ~ppc64 for bug 220379 (diff)
downloadgentoo-2-8e029f30d30bfd84862c3198e7a09db7cb4f4028.tar.gz
gentoo-2-8e029f30d30bfd84862c3198e7a09db7cb4f4028.tar.bz2
gentoo-2-8e029f30d30bfd84862c3198e7a09db7cb4f4028.zip
Fixes filetype detection and missing vimoutlinerrc file (Bug #208153), also cleaned up some syntax warnings and an old version
(Portage version: 2.1.6_rc1/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/vimoutliner/ChangeLog14
-rw-r--r--app-vim/vimoutliner/vimoutliner-0.3.3.ebuild41
-rw-r--r--app-vim/vimoutliner/vimoutliner-0.3.3a-r1.ebuild15
-rw-r--r--app-vim/vimoutliner/vimoutliner-0.3.4-r1.ebuild (renamed from app-vim/vimoutliner/vimoutliner-0.3.4.ebuild)15
4 files changed, 27 insertions, 58 deletions
diff --git a/app-vim/vimoutliner/ChangeLog b/app-vim/vimoutliner/ChangeLog
index f1be31ce3931..c0b5fd56a084 100644
--- a/app-vim/vimoutliner/ChangeLog
+++ b/app-vim/vimoutliner/ChangeLog
@@ -1,6 +1,16 @@
# ChangeLog for app-vim/vimoutliner
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/vimoutliner/ChangeLog,v 1.14 2007/02/22 00:16:03 peper Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vimoutliner/ChangeLog,v 1.15 2008/12/02 22:53:15 lack Exp $
+
+*vimoutliner-0.3.4-r1 (02 Dec 2008)
+
+ 02 Dec 2008; Jim Ramsay <lack@gentoo.org> -vimoutliner-0.3.4.ebuild,
+ +vimoutliner-0.3.4-r1.ebuild:
+ Fixes filetype detection and missing vimoutlinerrc file (Bug #208153)
+
+ 02 Dec 2008; Jim Ramsay <lack@gentoo.org> -vimoutliner-0.3.3.ebuild,
+ vimoutliner-0.3.3a-r1.ebuild:
+ Cleaned up some syntax warnings and an old version
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/app-vim/vimoutliner/vimoutliner-0.3.3.ebuild b/app-vim/vimoutliner/vimoutliner-0.3.3.ebuild
deleted file mode 100644
index c900820a593e..000000000000
--- a/app-vim/vimoutliner/vimoutliner-0.3.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/vimoutliner/vimoutliner-0.3.3.ebuild,v 1.5 2007/07/11 05:14:07 mr_bones_ Exp $
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: easy and fast outlining"
-HOMEPAGE="http://www.vimoutliner.org"
-SRC_URI="mirror://gentoo/${PN}-${PV}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc mips ~amd64 alpha ia64"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="vimoutliner"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i -e '/^if exists/,/endif/d' ftdetect/vo_base.vim
- sed -i -e '/ru .vimoutlinerrc/aru vimoutlinerrc' ftplugin/vo_base.vim
- sed -i -e '/hi spellErr,SpellErrors,BadWord/d' syntax/vo_base.vim
-}
-
-src_install() {
- cd ${S}
- p=/usr/share/vim/vimfiles
- for d in doc ftdetect ftplugin syntax ; do
- dodir ${p}/${d}
- cp -R ${d} ${D}/${p}/
- done
-
- dodir ${p}/vimoutliner/plugins
- cp -R add-ons/plugins ${D}/${p}/vimoutliner/
-
- for d in scripts/* add-ons/scripts/* ; do
- dobin ${d}
- done
-
- dodoc vimoutlinerrc
-}
diff --git a/app-vim/vimoutliner/vimoutliner-0.3.3a-r1.ebuild b/app-vim/vimoutliner/vimoutliner-0.3.3a-r1.ebuild
index 9f2cae758570..2eca921069de 100644
--- a/app-vim/vimoutliner/vimoutliner-0.3.3a-r1.ebuild
+++ b/app-vim/vimoutliner/vimoutliner-0.3.3a-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/vimoutliner/vimoutliner-0.3.3a-r1.ebuild,v 1.8 2007/07/11 05:14:07 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vimoutliner/vimoutliner-0.3.3a-r1.ebuild,v 1.9 2008/12/02 22:53:15 lack Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: easy and fast outlining"
HOMEPAGE="http://www.vimoutliner.org"
-SRC_URI="mirror://gentoo/${PN}-${PV}.tar.gz"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="x86 sparc mips amd64 alpha ia64 ppc"
IUSE=""
@@ -16,24 +16,23 @@ VIM_PLUGIN_MESSAGES="filetype"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
sed -i -e '/^if exists/,/endif/d' ftdetect/vo_base.vim
sed -i -e '/ru .vimoutlinerrc/aru vimoutlinerrc' ftplugin/vo_base.vim
sed -i -e '/hi spellErr,SpellErrors,BadWord/d' syntax/vo_base.vim
# weird tarball, bug #83200
- find ${S} -type f | xargs chmod a+r
+ find "${S}" -type f | xargs chmod a+r
}
src_install() {
- cd ${S}
p=/usr/share/vim/vimfiles
for d in doc ftdetect ftplugin syntax ; do
dodir ${p}/${d}
- cp -R ${d} ${D}/${p}/
+ cp -R ${d} "${D}"/${p}/
done
dodir ${p}/vimoutliner/plugins
- cp -R add-ons/plugins ${D}/${p}/vimoutliner/
+ cp -R add-ons/plugins "${D}"/${p}/vimoutliner/
for d in scripts/* add-ons/scripts/* ; do
dobin ${d}
diff --git a/app-vim/vimoutliner/vimoutliner-0.3.4.ebuild b/app-vim/vimoutliner/vimoutliner-0.3.4-r1.ebuild
index 72ca211152b0..acd30fe151ba 100644
--- a/app-vim/vimoutliner/vimoutliner-0.3.4.ebuild
+++ b/app-vim/vimoutliner/vimoutliner-0.3.4-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/vimoutliner/vimoutliner-0.3.4.ebuild,v 1.2 2007/07/11 05:14:07 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vimoutliner/vimoutliner-0.3.4-r1.ebuild,v 1.1 2008/12/02 22:53:15 lack Exp $
inherit vim-plugin
@@ -16,20 +16,21 @@ VIM_PLUGIN_MESSAGES="filetype"
src_unpack() {
unpack ${A}
- cd ${S}
- find ${S} -type f | xargs chmod a+r
+ cd "${S}"
+ sed -i -e '/^if exists/,/endif/d' ftdetect/vo_base.vim
+ find "${S}" -type f | xargs chmod a+r
}
src_install() {
- cd ${S}
p=/usr/share/vim/vimfiles
for d in doc ftdetect ftplugin syntax ; do
dodir ${p}/${d}
- cp -R ${d} ${D}/${p}/
+ cp -R ${d} "${D}"/${p}/
done
dodir ${p}/vimoutliner/plugins
- cp -R add-ons/plugins ${D}/${p}/vimoutliner/
+ cp -R add-ons/plugins "${D}"/${p}/vimoutliner/
+ cp vimoutlinerrc "${D}"/${p}/
for d in scripts/* add-ons/scripts/* ; do
dobin ${d}