Portage is a package management system used by Gentoo Linux
# ChangeLog for app-vim/foldutil
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/foldutil/ChangeLog,v 1.17 2007/02/22 00:01:07 peper Exp $
22 Feb 2007; Piotr Jaroszyński
Transition to Manifest2.
20 Aug 2006;
Stable on amd64
07 Apr 2006; Bryan Østergaard
05 Apr 2006; Patrick McLean
Add ~amd64
10 Sep 2005; Aron Griffis
Mark 2.0 stable on alpha
02 Sep 2005; Michael Hanselmann
Stable on ppc.
25 Aug 2005; Aron Griffis
stable on ia64
23 Aug 2005; Ciaran McCreesh
x86 sparc mips stable
05 Jun 2005; Michael Hanselmann
Stable on ppc.
*foldutil-2.0 (22 May 2005)
22 May 2005; Ciaran McCreesh
Version bump
18 Feb 2005; Ciaran McCreesh
x86 sparc mips stable
*foldutil-1.7 (21 Jan 2005)
21 Jan 2005; Ciaran McCreesh
New version, bug #78706
03 Sep 2004; Ciaran McCreesh
Help text, bug #62559
20 Aug 2004; Ciaran McCreesh
Stable on x86, sparc, mips
17 Jul 2004; David Holm
Added to ~ppc.
*foldutil-1.6 (15 Jul 2004)
15 Jul 2004; Ciaran McCreesh
+foldutil-1.6.ebuild:
New package
DIST foldutil-1.6.tar.bz2 4318 RMD160 478c9e064772c07fae528a2f072012a04181219d SHA1 87a50ef28c1fbfae7aa82dcca3458259ef2116cd SHA256 860d9a98a7660cc4f0caa54f0b4cdf4145fd7aeadb1c07a95f4cfab7495e2d75
DIST foldutil-1.7.tar.bz2 4498 RMD160 8bc5ea822d2f35c49a8691e7f02050f33e5e702a SHA1 41e0b72fbed7b99c6b81ff85143ebabdc67d4347 SHA256 48fdaf9fe4ac9b6ea52361e4a9934dba6c0a567e1819715dd7271618c0c12ca7
DIST foldutil-2.0.tar.bz2 7518 RMD160 cb7c68700c0ad98e6c6bef483a3e8e275344da9e SHA1 02d6dc841ad44465799efd9c7b1620c5f2adcd13 SHA256 01dd7fd57470eee78274f3b1a015e1eeb517ceeee43a2dbf80a47427ee8c7218
EBUILD foldutil-1.6.ebuild 694 RMD160 f2e695c5b017acc1bb80bb60f02107514da7b7a9 SHA1 359201cdd63077ea952fd7f6f6a1d4ffe6197286 SHA256 fc44c249a391759da33a676b0e805711107cdf55df12bebcdae973a6dc80e69c
EBUILD foldutil-1.7.ebuild 700 RMD160 2738c747d1ecfae6c3a81a905bea1cd2fa690de8 SHA1 464b8d9becbc063d50b7c98fa6a279302ede9772 SHA256 2b2e8dbf012964be1e91327427ddbd00ead4af6d62f0137d15fad9ad9022968f
EBUILD foldutil-2.0.ebuild 675 RMD160 8a7a95713771e274f984918ae67450114c78ad87 SHA1 06ba78f07ba09166b87a4253256b33121c850b81 SHA256 9f1b422c49169d2e13341bc684eee561a7acf93da03101b365e03611bc2aba94
MISC ChangeLog 1799 RMD160 986724cf259c394f2d199abb8287b41207507d3d SHA1 0678db8ae619898a57941714bce217aece52476a SHA256 df1561d1bc0b2f8850f879b3b3e9ccdf9ab4a96444153fae88901d01998dbeb4
MISC metadata.xml 157 RMD160 adcd6494e1e562ab5e0bd090e114622782ac753a SHA1 22983b8e9ba3045d8ccbc2b14393423f7f05d2ee SHA256 106c8618581360c66c2b535fcb7a6cb9ff318f1bd8e6c8f40f2f2f2d54e6787a
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/foldutil/foldutil-1.6.ebuild,v 1.5 2005/01/01 16:49:55 eradicator Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: fold creation utility"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=158"
LICENSE="GPL-2"
KEYWORDS="x86 sparc mips ~ppc"
IUSE=""
RDEPEND="
|| ( >=app-editors/vim-6.3 >=app-editors/gvim-6.3 )
>=app-vim/multvals-3.6.1"
VIM_PLUGIN_HELPTEXT=\
"This plugin provides a number of commands for working with folds:
\ :FoldNonMatching [pattern] [context]
\ :FoldShowLines {lines} [context]
\ :FoldEndFolding"
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/foldutil/foldutil-1.7.ebuild,v 1.4 2005/06/05 12:14:21 hansmi Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: fold creation utility"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=158"
LICENSE="GPL-2"
KEYWORDS="alpha ia64 mips ppc sparc x86"
IUSE=""
RDEPEND="
|| ( >=app-editors/vim-6.3 >=app-editors/gvim-6.3 )
>=app-vim/multvals-3.6.1"
VIM_PLUGIN_HELPTEXT=\
"This plugin provides a number of commands for working with folds:
\ :FoldNonMatching [pattern] [context]
\ :FoldShowLines {lines} [context]
\ :FoldEndFolding"
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/foldutil/foldutil-2.0.ebuild,v 1.7 2006/08/20 23:54:45 malc Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: fold creation utility"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=158"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 ia64 mips ppc sparc x86"
IUSE=""
RDEPEND="
>=app-vim/multvals-3.10
>=app-vim/genutils-1.18"
VIM_PLUGIN_HELPTEXT=\
"This plugin provides a number of commands for working with folds:
\ :FoldNonMatching [pattern] [context]
\ :FoldShowLines {lines} [context]
\ :FoldEndFolding"