summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2005-02-22 19:12:53 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2005-02-22 19:12:53 +0000
commit35c7f82039ed3acaba2372db00197d37e53b8caf (patch)
treef98ef856f8d5ad09362521fccd42c0262695e13a /app-vim/vimoutliner
parentMarked ~mips (diff)
downloadhistorical-35c7f82039ed3acaba2372db00197d37e53b8caf.tar.gz
historical-35c7f82039ed3acaba2372db00197d37e53b8caf.tar.bz2
historical-35c7f82039ed3acaba2372db00197d37e53b8caf.zip
New version, bug #82883
Package-Manager: portage-2.0.51.16-militant-sandwich
Diffstat (limited to 'app-vim/vimoutliner')
-rw-r--r--app-vim/vimoutliner/ChangeLog8
-rw-r--r--app-vim/vimoutliner/Manifest16
-rw-r--r--app-vim/vimoutliner/files/digest-vimoutliner-0.3.3a1
-rw-r--r--app-vim/vimoutliner/vimoutliner-0.3.3a.ebuild42
4 files changed, 64 insertions, 3 deletions
diff --git a/app-vim/vimoutliner/ChangeLog b/app-vim/vimoutliner/ChangeLog
index 61566d23d092..1a92a53c256e 100644
--- a/app-vim/vimoutliner/ChangeLog
+++ b/app-vim/vimoutliner/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-vim/vimoutliner
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/vimoutliner/ChangeLog,v 1.3 2005/01/01 16:55:55 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vimoutliner/ChangeLog,v 1.4 2005/02/22 19:12:53 ciaranm Exp $
+
+*vimoutliner-0.3.3a (22 Feb 2005)
+
+ 22 Feb 2005; Ciaran McCreesh <ciaranm@gentoo.org>
+ +vimoutliner-0.3.3a.ebuild:
+ New version, bug #82883
29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org>
vimoutliner-0.3.3.ebuild:
diff --git a/app-vim/vimoutliner/Manifest b/app-vim/vimoutliner/Manifest
index bfc4eaae4f6a..1c130f6c64e2 100644
--- a/app-vim/vimoutliner/Manifest
+++ b/app-vim/vimoutliner/Manifest
@@ -1,4 +1,16 @@
-MD5 5d36dd569237aedbc8885164b98084e5 ChangeLog 495
-MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 f45e8f3b921e0e4d06edc2bfddda2ff6 vimoutliner-0.3.3.ebuild 1054
+MD5 42bee7de2f4af720e7ea111b4ba79406 ChangeLog 636
+MD5 7f1effb5efdc62c43e45bbed10e85461 vimoutliner-0.3.3a.ebuild 1055
+MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250
MD5 dff564f942c557805a4254359c428756 files/digest-vimoutliner-0.3.3 68
+MD5 1eb384041125b0ae91304ec2ff5d84e6 files/digest-vimoutliner-0.3.3a 69
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFCG4QsLLFUmVNQ7rkRApGGAJ9v9rbVPQcmr9w4OmPJBwRFRY2pGQCfcQlr
+23u3vrU+pQ5gyX8uyrTUR14=
+=+h3Y
+-----END PGP SIGNATURE-----
diff --git a/app-vim/vimoutliner/files/digest-vimoutliner-0.3.3a b/app-vim/vimoutliner/files/digest-vimoutliner-0.3.3a
new file mode 100644
index 000000000000..a277f7535eaf
--- /dev/null
+++ b/app-vim/vimoutliner/files/digest-vimoutliner-0.3.3a
@@ -0,0 +1 @@
+MD5 a1f0bc71e0fd4d5619142f9662c50505 vimoutliner-0.3.3a.tar.gz 43938
diff --git a/app-vim/vimoutliner/vimoutliner-0.3.3a.ebuild b/app-vim/vimoutliner/vimoutliner-0.3.3a.ebuild
new file mode 100644
index 000000000000..1ab1d13671d9
--- /dev/null
+++ b/app-vim/vimoutliner/vimoutliner-0.3.3a.ebuild
@@ -0,0 +1,42 @@
+# 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.3a.ebuild,v 1.1 2005/02/22 19:12:53 ciaranm 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"
+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
+}
+