Danek Duvall
2011-05-05 83d040216874cf4b503d1bdecda5fb3df4908549
7036367 vim is too big (fix package name)

--HG--
extra : rebase_source : 8f556f015945a49c872ff81f651ce29ea00ce02f
3 files modified
8 ■■■■ changed files
components/vim/help_minimized.txt 4 ●●●● patch | view | raw | blame | history
components/vim/vim-core.p5m 2 ●●● patch | view | raw | blame | history
components/vim/vim.p5m 2 ●●● patch | view | raw | blame | history
components/vim/help_minimized.txt
@@ -1,7 +1,7 @@
*help_minimized.txt*    For Vim version 7.3a.  Last change: 2011 Apr 21
*help_minimized.txt*    For Vim version 7.3a.  Last change: 2011 May 4
This minimization notice is being displayed because the vim installed on
this system is the minimized version (editor/vim-core).  This minimized
this system is the minimized version (editor/vim/vim-core).  This minimized
version does not include online help.  Also absent are syntax highlighting,
language-specific indentation, spell-checking dictionaries, plugins,
keyboard mappings, etc.  If you wish to have a richer vim environment,
components/vim/vim-core.p5m
@@ -25,7 +25,7 @@
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
set name=pkg.fmri value=pkg:/editor/vim-core@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.fmri value=pkg:/editor/vim/vim-core@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="Vi IMproved (core executables)"
set name=pkg.description value="This package delivers the core executables and man pages for vim (pkg:/editor/vim), and will generally only be installed independently on a minimized system."
set name=info.classification \
components/vim/vim.p5m
@@ -1579,5 +1579,5 @@
license license license="VIM License"
depend type=require fmri=editor/vim-core@$(IPS_COMPONENT_VERSION)
depend type=require fmri=editor/vim/vim-core@$(IPS_COMPONENT_VERSION)
depend type=optional fmri=editor/gvim@$(IPS_COMPONENT_VERSION)