diff options
author | 2005-09-28 19:13:13 +0000 | |
---|---|---|
committer | 2005-09-28 19:13:13 +0000 | |
commit | fd7dce209c19f34c27fbe2960f95aa85e953ed35 (patch) | |
tree | f9c0956a53688e2072f21f595d2527b393cb31b2 /eclass | |
parent | make the post install messages purdier (diff) | |
download | gentoo-2-fd7dce209c19f34c27fbe2960f95aa85e953ed35.tar.gz gentoo-2-fd7dce209c19f34c27fbe2960f95aa85e953ed35.tar.bz2 gentoo-2-fd7dce209c19f34c27fbe2960f95aa85e953ed35.zip |
documentation updates
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vim-spell.eclass | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/eclass/vim-spell.eclass b/eclass/vim-spell.eclass index bf6d7811df5b..bd826606a072 100644 --- a/eclass/vim-spell.eclass +++ b/eclass/vim-spell.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim-spell.eclass,v 1.1 2005/09/28 18:27:00 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim-spell.eclass,v 1.2 2005/09/28 19:13:13 ciaranm Exp $ # # Original Author: Ciaran McCreesh <ciaranm@gentoo.org> @@ -24,16 +24,10 @@ # things. The vim herd will handle unmasking your spell packages when vim7 # comes out of package.mask. # -# * Create the app-vim/vim-spell-${CODE} package. A sample ebuild will look -# something like (header removed): -# -# VIM_SPELL_LANGUAGE="French" -# -# inherit vim-spell -# -# LICENSE="GPL-2" -# KEYWORDS="~sparc ~mips" -# IUSE="" +# * Create the app-vim/vim-spell-${CODE} package. You should base your ebuild +# upon app-vim/vim-spell-en. You will need to change VIM_SPELL_LANGUAGE, +# KEYWORDS and LICENSE. Check the license carefully! The README will tell +# you what it is. # # * Don't forget metadata.xml. You should list vim as the herd, and yourself # as the maintainer (there is no need to join the vim herd just for spell |