Portage is a package management system used by Gentoo Linux
# ChangeLog for app-vim/phpdocs
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/phpdocs/ChangeLog,v 1.14 2007/02/11 14:05:38 grobian Exp $
11 Feb 2007; Fabian Groffen
Dropped ppc-macos keyword, see you in prefix
16 Aug 2006; Jon Hood
Add ~amd64, bug #143877 by Hanno Boeck
05 Sep 2005; Lina Pezzella
Testing ppc-macos on Progressive profile
24 Apr 2005; Michael Hanselmann
Stable on ppc.
27 Nov 2004; Ciaran McCreesh
Add help text, bug #63322
16 Mar 2004; David Holm
Added to ~ppc.
03 Dec 2003; Ciaran McCreesh
Stable on sparc
14 Nov 2003; Aron Griffis
Stable on ia64
14 Oct 2003; Martin Holzer
minor fix. Closes #31014
05 Oct 2003; Todd Sunderlin
added ~sparc keyword
18 Aug 2003; Aron Griffis
Mark stable on alpha and x86
*phpdocs-0.26 (04 Aug 2003)
04 Aug 2003; Aron Griffis
Fifth vim plugin added to app-vim! Verified license by writing to the author,
Karl-Heinz Marbaise. I asked if the Vim license was okay. He responded: "If
you can pack the Package using the license as mentioned above than i will
appreciate to see packaged the script into the Gentoo distribution..."
DIST phpdocs-0.26.tar.bz2 3772 RMD160 e09e4c8409b6be795b45a3550d12823e599267e0 SHA1 89ff1954c29fb6b4b8980f223cd3e36350a446b6 SHA256 c511a2e52eab9eae34594b91d369b87876c6d3ce5b53bd2fe49e02dc0c0178b1
EBUILD phpdocs-0.26.ebuild 617 RMD160 8460ae6aa9a81995f64c9bd5427bd2090fe62397 SHA1 a93bc7b6a35a8afecd5ba626e94b24fde03704d1 SHA256 7f24841e360716cdd80f2000c25e3e47d7f94eaf4638b30c43a7c7825b55ad3d
MISC ChangeLog 1732 RMD160 b9aec5a90c93c5d94ccf1f2d400b1e2aeabe6d0c SHA1 2e4a3bdd4a3f8c400ea5e6e66f74960cac79df8e SHA256 a544a5f554eac00ed1fa38d26a2a7641355637964a7b1ed973f2cb47394c9956
MISC metadata.xml 157 RMD160 adcd6494e1e562ab5e0bd090e114622782ac753a SHA1 22983b8e9ba3045d8ccbc2b14393423f7f05d2ee SHA256 106c8618581360c66c2b535fcb7a6cb9ff318f1bd8e6c8f40f2f2f2d54e6787a
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/phpdocs/phpdocs-0.26.ebuild,v 1.15 2007/02/11 14:05:38 grobian Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: PHPDoc Support in VIM"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=520"
LICENSE="vim"
KEYWORDS="alpha ~amd64 ia64 ppc sparc x86"
IUSE=""
DEPEND="${DEPEND} >=sys-apps/sed-4"
VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=520"
src_unpack() {
unpack ${A}
sed -i 's/\r$//' ${S}/plugin/phpdoc.vim || die "sed failed"
}