Portage is a package management system used by Gentoo Linux
# ChangeLog for app-vim/multvals
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/multvals/ChangeLog,v 1.13 2007/02/22 00:06:20 peper Exp $
22 Feb 2007; Piotr Jaroszyński
Transition to Manifest2.
07 Apr 2006; Bryan Østergaard
24 Jan 2006; Patrick McLean
stable on amd64
29 Aug 2005; Danny van Dyk
Marked ~amd64.
24 Apr 2005; Michael Hanselmann
Stable on ppc.
18 Feb 2005; Ciaran McCreesh
x86 sparc mips stable
*multvals-3.10 (21 Jan 2005)
21 Jan 2005; Ciaran McCreesh
New version, bug #78709
05 Sep 2004; Ciaran McCreesh
Added help text, bug #62559
20 Aug 2004; Ciaran McCreesh
Stable on x86
24 Jul 2004; Ciaran McCreesh
Stable on sparc, mips
17 Jul 2004; David Holm
Added to ~ppc.
*multvals-3.6.1 (15 Jul 2004)
15 Jul 2004; Ciaran McCreesh
+multvals-3.6.1.ebuild:
New ebuild. We'll be needing this for a few other app-vim plugins shortly.
DIST multvals-3.10.tar.bz2 12299 RMD160 7a6d9a3683624b9025d0437084fddb8fc8731e06 SHA1 66ee6c8d70c90b2b8db59492d194d6fef6ef95fa SHA256 d7ad86cf8f0d80f0751fbc6b4a65a6cfcd496117a5ce73e62fd8cf436026a8d1
DIST multvals-3.6.1.tar.bz2 11987 RMD160 48e40af13c382c1932f5ad82dc8939995d967084 SHA1 2a906b8b46fbd1bf9847ede103c67005cdaaa6ef SHA256 3088b8cd718e712b51a2d355e2ac090081f84adfe30e5b4901135bde50e5f739
EBUILD multvals-3.10.ebuild 614 RMD160 5dc49bfbad357d0a2fb5a10be09f549f7fb33cea SHA1 9bd7139114e450b2532ff1121c1878e02ce5391c SHA256 75e2e47823695378a91d162d6c85d35afd0d91960537372f2056c2626e2a56a4
EBUILD multvals-3.6.1.ebuild 601 RMD160 2efed79e16989e38d0ebd5da60d1a84ebe815fc2 SHA1 4d9ac549be3d9e5d9ab59ad6dbc33ecfe15e4ec6 SHA256 58f9c88f90768990a73e08d10f47bd81139bc77470a20992b7266bd6258d88cb
MISC ChangeLog 1496 RMD160 30dfe80dd35d8f79e7640d7a4ef61100802f8616 SHA1 a493894155ce96c5912bf8e760d07b18ac25c73e SHA256 73d0cce36d6f3e5c20a78b2b2f79d5f35d804bf987f30e51538de52f510dcdf8
MISC metadata.xml 157 RMD160 adcd6494e1e562ab5e0bd090e114622782ac753a SHA1 22983b8e9ba3045d8ccbc2b14393423f7f05d2ee SHA256 106c8618581360c66c2b535fcb7a6cb9ff318f1bd8e6c8f40f2f2f2d54e6787a
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/multvals/multvals-3.10.ebuild,v 1.6 2006/01/24 17:18:54 chutzpah Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: library for helping with arrays"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=171"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 ia64 mips ppc sparc x86"
IUSE=""
RDEPEND="|| ( >=app-editors/vim-6.3 >=app-editors/gvim-6.3 )"
VIM_PLUGIN_HELPTEXT=\
"This plugin provides library functions and is not intended to be used
directly by the user."
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/multvals/multvals-3.6.1.ebuild,v 1.6 2005/01/01 16:52:38 eradicator Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: library for helping with arrays"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=171"
LICENSE="GPL-2"
KEYWORDS="x86 sparc mips ~ppc"
IUSE=""
RDEPEND="|| ( >=app-editors/vim-6.3 >=app-editors/gvim-6.3 )"
VIM_PLUGIN_HELPTEXT=\
"This plugin provides library functions and is not intended to be used
directly by the user."