diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-12-17 03:47:49 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-12-17 03:47:49 +0000 |
commit | 221eb460d78f285aa87f182e1b5052c16e6b28f8 (patch) | |
tree | 531b6a22752e7ebbd3ac818de1d107b17799134f /app-vim | |
parent | fix install target so we dont need preplib (diff) | |
download | gentoo-2-221eb460d78f285aa87f182e1b5052c16e6b28f8.tar.gz gentoo-2-221eb460d78f285aa87f182e1b5052c16e6b28f8.tar.bz2 gentoo-2-221eb460d78f285aa87f182e1b5052c16e6b28f8.zip |
New version, bug #101778.
(Portage version: 2.0.53 I can kill you with my brain edition)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vimoutliner/ChangeLog | 8 | ||||
-rw-r--r-- | app-vim/vimoutliner/Manifest | 6 | ||||
-rw-r--r-- | app-vim/vimoutliner/files/digest-vimoutliner-0.3.4 | 1 | ||||
-rw-r--r-- | app-vim/vimoutliner/vimoutliner-0.3.4.ebuild | 40 |
4 files changed, 52 insertions, 3 deletions
diff --git a/app-vim/vimoutliner/ChangeLog b/app-vim/vimoutliner/ChangeLog index dd4c38db8704..0105ed8fefff 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.10 2005/06/02 07:05:57 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimoutliner/ChangeLog,v 1.11 2005/12/17 03:47:49 ciaranm Exp $ + +*vimoutliner-0.3.4 (17 Dec 2005) + + 17 Dec 2005; Ciaran McCreesh <ciaranm@gentoo.org> + +vimoutliner-0.3.4.ebuild: + New version, bug #101778. 02 Jun 2005; Stephanie Lockwood-Childs <wormo@gentoo.org> vimoutliner-0.3.3a-r1.ebuild: diff --git a/app-vim/vimoutliner/Manifest b/app-vim/vimoutliner/Manifest index ddbf0ef2e952..ac6dd0fa93b5 100644 --- a/app-vim/vimoutliner/Manifest +++ b/app-vim/vimoutliner/Manifest @@ -1,6 +1,8 @@ MD5 ff9f993f3d9caf0d2cfca75298e1f2cd ChangeLog 1336 +MD5 dff564f942c557805a4254359c428756 files/digest-vimoutliner-0.3.3 68 +MD5 1eb384041125b0ae91304ec2ff5d84e6 files/digest-vimoutliner-0.3.3a-r1 69 +MD5 4dfc65012751a6710a0a513cd19ae6c1 files/digest-vimoutliner-0.3.4 68 MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250 MD5 065c7dbe7935130ba4aa39936f7e8339 vimoutliner-0.3.3.ebuild 1063 MD5 6d2a34c7a754500248061d85fbf3623d vimoutliner-0.3.3a-r1.ebuild 1134 -MD5 dff564f942c557805a4254359c428756 files/digest-vimoutliner-0.3.3 68 -MD5 1eb384041125b0ae91304ec2ff5d84e6 files/digest-vimoutliner-0.3.3a-r1 69 +MD5 a7e7726256c5af1dfd218d90a113a53d vimoutliner-0.3.4.ebuild 911 diff --git a/app-vim/vimoutliner/files/digest-vimoutliner-0.3.4 b/app-vim/vimoutliner/files/digest-vimoutliner-0.3.4 new file mode 100644 index 000000000000..0fee1d945c89 --- /dev/null +++ b/app-vim/vimoutliner/files/digest-vimoutliner-0.3.4 @@ -0,0 +1 @@ +MD5 66b69714be50a1f411830380a3e6bd5e vimoutliner-0.3.4.tar.gz 52753 diff --git a/app-vim/vimoutliner/vimoutliner-0.3.4.ebuild b/app-vim/vimoutliner/vimoutliner-0.3.4.ebuild new file mode 100644 index 000000000000..0fc031ceb9b8 --- /dev/null +++ b/app-vim/vimoutliner/vimoutliner-0.3.4.ebuild @@ -0,0 +1,40 @@ +# 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.4.ebuild,v 1.1 2005/12/17 03:47:49 ciaranm Exp $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: easy and fast outlining" +HOMEPAGE="http://www.vimoutliner.org/" +SRC_URI="mirror://gentoo/${P}.tar.gz" +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="vimoutliner" +VIM_PLUGIN_MESSAGES="filetype" + +src_unpack() { + unpack ${A} + cd ${S} + 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}/ + 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 +} + |