ChangeLog

# 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 $

22 Feb 2007; Piotr Jaroszyński ChangeLog:
Transition to Manifest2.

22 Nov 2006; Stephanie Lockwood-Childs
vimoutliner-0.3.3a-r1.ebuild:
stable on ppc

07 Apr 2006; Bryan Østergaard Remove ciaranm from metadata.xml.

*vimoutliner-0.3.4 (17 Dec 2005)

17 Dec 2005; Ciaran McCreesh
+vimoutliner-0.3.4.ebuild:
New version, bug #101778.

02 Jun 2005; Stephanie Lockwood-Childs
vimoutliner-0.3.3a-r1.ebuild:
mark ~ppc

21 Apr 2005; Simon Stelling
vimoutliner-0.3.3a-r1.ebuild:
stable on amd64

31 Mar 2005; Aron Griffis
vimoutliner-0.3.3a-r1.ebuild:
stable on ia64

27 Mar 2005; Bryan Østergaard
vimoutliner-0.3.3a-r1.ebuild:
Stable on alpha.

06 Mar 2005; Ciaran McCreesh
vimoutliner-0.3.3a-r1.ebuild:
x86 sparc mips stable

*vimoutliner-0.3.3a-r1 (24 Feb 2005)

24 Feb 2005; Ciaran McCreesh
+vimoutliner-0.3.3a-r1.ebuild, -vimoutliner-0.3.3a.ebuild:
Fix permissions, bug #83200

*vimoutliner-0.3.3a (22 Feb 2005)

22 Feb 2005; Ciaran McCreesh
+vimoutliner-0.3.3a.ebuild:
New version, bug #82883

29 Dec 2004; Ciaran McCreesh
vimoutliner-0.3.3.ebuild:
x86, sparc, mips stable

*vimoutliner-0.3.3 (28 Nov 2004)

28 Nov 2004; Ciaran McCreesh +metadata.xml,
+vimoutliner-0.3.3.ebuild:
New package, as requested in bug #67261

Manifest

DIST vimoutliner-0.3.3.tar.gz 45426 RMD160 b19a9a10bb91a933f17b81abcbfacb27144d24f0 SHA1 7c0c322dba0a2f5b0f1615fcb828cc121401bceb SHA256 ae31b69cd2d59b63f458f5fed027debe9b87bb808f25a0476c6f9c9e6de0589b
DIST vimoutliner-0.3.3a.tar.gz 43938 RMD160 5bb2227ef3c8f684a094de16da0373d34d6f408e SHA1 00abb7b92d0f4897713073509e06551e3a3bbbd0 SHA256 c8963bd84235c4ba04fd1e025a4791c9edc728374bbeb8367e5a2cff0e15ddc6
DIST vimoutliner-0.3.4.tar.gz 52753 RMD160 5530f46099512747907049e4cdf8fced432ec550 SHA1 c5363fe9b517c5801060be8400c433d30ac0fd0c SHA256 9e6e85e67dad1a220eee0031821a93fe27dcd2c3881446049ab8644fc7e100f5
EBUILD vimoutliner-0.3.3.ebuild 1063 RMD160 f319c1414c5a272e7c775275b2ff11604ecf1ac3 SHA1 fd057f4d9c89d92345cc6043aa15f4f1f979a5df SHA256 48a1db362b3c1281d2029a6274fc9345f3d58ac59701978ebae5d4bff3cbc1c5
EBUILD vimoutliner-0.3.3a-r1.ebuild 1136 RMD160 0e475e9146b894f5864481cd29dda0dbde285df2 SHA1 c786d169f77353747ba89c46a82d7ed5194d8ef5 SHA256 ccd58121a8810a47eed5e258c2b438341f0d7eacd37003909a3296cb9feead5d
EBUILD vimoutliner-0.3.4.ebuild 910 RMD160 9e19feafbef71c7bae39ab95a0a70f4f4154c989 SHA1 e82dc91a9c2ebad633d0a70e6ccd4aad6458992f SHA256 63b79a88aee7ae248a26b39eeab85bc39cc63869d2a98c6f931064d4a1b9b606
MISC ChangeLog 1784 RMD160 9b6bfe52e6f8d55e7b359512cceb5c02ab8e8a95 SHA1 f229e6a040747bd470501a5142eae8f25b59f37a SHA256 dc34011e8494252c0e43153d62488fa80490d6707e4e4d430cd43a456d8e33f1
MISC metadata.xml 157 RMD160 adcd6494e1e562ab5e0bd090e114622782ac753a SHA1 22983b8e9ba3045d8ccbc2b14393423f7f05d2ee SHA256 106c8618581360c66c2b535fcb7a6cb9ff318f1bd8e6c8f40f2f2f2d54e6787a

metadata.xml




vim

vimoutliner-0.3.3.ebuild

# 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
}

vimoutliner-0.3.3a-r1.ebuild

# Copyright 1999-2006 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 $

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 ppc"
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
# weird tarball, bug #83200
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
}

vimoutliner-0.3.4.ebuild

# 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.2 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/${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
}