Portage is a package management system used by Gentoo Linux
# ChangeLog for app-vim/fluxbox-syntax
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/fluxbox-syntax/ChangeLog,v 1.16 2007/02/21 23:59:59 peper Exp $
21 Feb 2007; Piotr Jaroszyński
Transition to Manifest2.
07 Dec 2006; Diego Pettenò
fluxbox-syntax-1.5.ebuild:
Add ~x86-fbsd keyword as per bug #156873. Thanks to Mark Kowarsky
(mark_alec) for reporting.
22 Oct 2006; Jeroen Roovers
Stable for HPPA.
07 Apr 2006; Bryan Østergaard
24 May 2005; Joseph Jezak
Marked ppc stable for bug #93209.
19 May 2005; Rene Nussbaumer
fluxbox-syntax-1.5.ebuild:
Added ~hppa; bug #93209
06 Apr 2005; Markus Rothe
Stable on ppc64
18 Feb 2005; Tom Martin
amd64 stable.
18 Feb 2005; Tom Martin
amd64 stable.
13 Feb 2005; Markus Rothe
Added ~ppc64 to KEYWORDS
10 Dec 2004; Ciaran McCreesh
fluxbox-syntax-1.5.ebuild:
x86 sparc mips stable
07 Dec 2004; Tom Martin
Marked ~amd64.
*fluxbox-syntax-1.5 (18 Nov 2004)
18 Nov 2004; Ciaran McCreesh
+fluxbox-syntax-1.5.ebuild:
Version bump. Change ftdetect rules slightly, bug #71197
15 Oct 2004; David Holm
Added to ~ppc.
07 Oct 2004; Ciaran McCreesh
fluxbox-syntax-1.4.ebuild:
x86, sparc, mips stable
*fluxbox-syntax-1.4 (09 Sep 2004)
09 Sep 2004; Ciaran McCreesh
+fluxbox-syntax-1.4.ebuild:
New package
DIST fluxbox-syntax-1.4.tar.bz2 1361 RMD160 5ae243516d0749e2cceafa995bf6003acd859582 SHA1 34c5d9019c4d2eca0587d51ede17c55b33b55592 SHA256 9f6890ca0fe61703e64308bb75205ba5755028ed44a529d8b31a985d42fd8638
DIST fluxbox-syntax-1.5.tar.bz2 1376 RMD160 01f43902b4c93a537c07148b1a112678013fe75e SHA1 2f6e4dbdc7925a87fd0103cb3cc1176240f9b879 SHA256 bd59dbbd4d3a9ccf426ecf1af6e470daf45f97832d901a5cde55a82dcdf8cfaf
EBUILD fluxbox-syntax-1.4.ebuild 971 RMD160 16e4d5908eb1b8ec2e767bfb80bf7d5521469523 SHA1 f910b57bd33f5349f7eb85840f86aaf905266d1b SHA256 766a95a7193f7e66c0228f5dc966eac0250470acb602c0a4ab92a63874967209
EBUILD fluxbox-syntax-1.5.ebuild 1042 RMD160 6973c7369a4b6b089705d015c279ffd94d6c314b SHA1 f01cb82eb226470dc0c85aec6c8709bc8f83f382 SHA256 b95a79db25f996c15760ebaa00ac8ad41e216e46c227aed1aa2cb5b8a82a2f2b
MISC ChangeLog 2006 RMD160 8f907e5054af2916c1ff38bddac7ca8b0299db7d SHA1 571daa9aae13f14964394ca2b7eeb8783be3c116 SHA256 e2e86c17e7cec3e090f72196d2c9d2046ffaa81647386684810be49076a229a7
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/fluxbox-syntax/fluxbox-syntax-1.4.ebuild,v 1.5 2007/07/11 05:14:08 mr_bones_ Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: fluxbox files syntax and indent"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=679"
LICENSE="as-is"
KEYWORDS="x86 sparc mips ~ppc"
IUSE=""
RDEPEND="${RDEPEND} >=app-vim/genindent-1.0"
VIM_PLUGIN_HELPTEXT=\
"This plugin provides syntax highlighting and indent settings for fluxbox
menus and similar files. Upstream don't provide us with an ftdetect file,
but a simple one has been created for you by this ebuild. You can manually
set the filetype using :set filetype=fluxbox if necessary."
src_unpack() {
unpack ${A}
cd ${S}
# no ftdetect file provided. lame...
mkdir ftdetect
echo "au BufNewFile,BufRead /*/*fluxbox/menu set filetype=fluxbox" \
> ftdetect/fluxbox.vim
}
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild,v 1.13 2007/07/11 05:14:08 mr_bones_ Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: fluxbox files syntax and indent"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=679"
LICENSE="as-is"
KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND="${RDEPEND} >=app-vim/genindent-1.0"
VIM_PLUGIN_HELPTEXT=\
"This plugin provides syntax highlighting and indent settings for fluxbox
menus and similar files. Upstream don't provide us with an ftdetect file,
but a simple one has been created for you by this ebuild. You can manually
set the filetype using :set filetype=fluxbox if necessary."
VIM_PLUGIN_MESSAGES="filetype"
src_unpack() {
unpack ${A}
cd ${S}
# no ftdetect file provided. lame...
mkdir ftdetect
echo "au BufNewFile,BufRead /*/*fluxbox/*menu set filetype=fluxbox" \
> ftdetect/fluxbox.vim
}