From f2537492cca9e468d8d016e97ca78b323ed2aeec Mon Sep 17 00:00:00 2001 From: Jason Stubbs Date: Mon, 3 Oct 2005 13:32:30 +0000 Subject: Remove app-portage/portage-docs files from portage-2.0 branch svn path=/main/branches/2.0/; revision=2081 --- man/vim.eclass.5 | 56 -------------------------------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 man/vim.eclass.5 (limited to 'man/vim.eclass.5') diff --git a/man/vim.eclass.5 b/man/vim.eclass.5 deleted file mode 100644 index 6630e1fce..000000000 --- a/man/vim.eclass.5 +++ /dev/null @@ -1,56 +0,0 @@ -.TH "VIM.ECLASS" "5" "Jun 2003" "Portage 2.0.51" "portage" -.SH "NAME" -vim.eclass \- common build routines for vim-core, vim and gvim -.SH "DESCRIPTION" -The \fBvim\fR eclass contains a suite of functions that are used to -build \fBvim-core\fR, \fBvim\fR and \fBgvim\fR. The vim-core ebuild -contains the common files installed in /usr/share/vim, /usr/share/doc -and /etc/vim, as well as the binaries xxd and vimtutor. The vim -ebuild contains the terminal-based version of vim. The gvim ebuild -contains the graphical version of vim. All three of these are built -from common source, common patches and using mostly-common configure -options. -.P -There are no functions to define in an ebuild using \fBvim.eclass\fR -because the eclass does all the unpacking, compilation and -installation. -.SH "VARIABLES" -.TP -.B VIM_VERSION = \fI"version string"\fR -This variable is important because the ebuild version (for example -6.2_pre5) corresponds to a vim version (for example 6.2e) but there is -no way to make that jump without help from the ebuild author. -Historically there was a method in the vim.eclass to calculate the vim -version from the ebuild version, but that meant that the ebuild author -had to make sure the ebuild was correctly versioned each time. To -avoid that headache, it became easier to simply specify -\fBVIM_VERSION\fR in the ebuild itself. -.TP -.B VIM_GENTOO_PATCHES = \fI"filename"\fR -The filename of the Gentoo patches to apply. It's not always -necessary to update the Gentoo patches for a new version of vim, -so this variable separates the ebuild and vim versions from the patch -tarball version. Take a look at -\fBvim-6.2.011-gentoo-patches.tar.bz2\fR -for an example of the patch directory layout. -.TP -.B VIM_ORG_PATCHES = \fI"filename"\fR -The filename of the vim patches to apply. This is a tarball of -patches from \fBftp://ftp.vim.org/pub/vim/patches/\fR which apply to -the current version. See \fBvim-6.2.011-patches.tar.bz2\fR for an -example of the vim.org patch tarballs. -.SH "REPORTING BUGS" -Please report bugs via http://bugs.gentoo.org/ -.SH "SEE ALSO" -.BR ebuild (5) -.BR vim (1) -.SH "FILES" -.BR /usr/portage/eclass/vim.eclass -.SH "AUTHORS" -Aron Griffis -.br -Ryan Phillips -.br -Seemant Kulleen -.SH "CVS HEADER" -$Id: /var/cvsroot/gentoo-src/portage/man/vim.eclass.5,v 1.3.2.1 2005/01/15 00:19:36 vapier Exp $ -- cgit v1.2.3-1-g7c22