diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 13:52:09 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 13:52:09 +0000 |
commit | 2455a5fc73e5b23143fc066a57eb4faa2bb6b798 (patch) | |
tree | 349bbaec2c05ba6211967ff2532cebe2dea73243 /app-vim/vimspell | |
parent | Removing obsolete version (Manifest recommit) (diff) | |
download | gentoo-2-2455a5fc73e5b23143fc066a57eb4faa2bb6b798.tar.gz gentoo-2-2455a5fc73e5b23143fc066a57eb4faa2bb6b798.tar.bz2 gentoo-2-2455a5fc73e5b23143fc066a57eb4faa2bb6b798.zip |
sync IUSE (missing), trim trailing whitespace
Diffstat (limited to 'app-vim/vimspell')
-rw-r--r-- | app-vim/vimspell/vimspell-1.70.ebuild | 4 | ||||
-rw-r--r-- | app-vim/vimspell/vimspell-1.84-r1.ebuild | 4 | ||||
-rw-r--r-- | app-vim/vimspell/vimspell-1.84.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-vim/vimspell/vimspell-1.70.ebuild b/app-vim/vimspell/vimspell-1.70.ebuild index c36acda38395..1e3ca09be741 100644 --- a/app-vim/vimspell/vimspell-1.70.ebuild +++ b/app-vim/vimspell/vimspell-1.70.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimspell/vimspell-1.70.ebuild,v 1.6 2004/06/24 23:05:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimspell/vimspell-1.70.ebuild,v 1.7 2004/07/14 13:52:09 agriffis Exp $ inherit vim-plugin @@ -8,6 +8,7 @@ DESCRIPTION="vim plugin: on-the-fly spell checking with aspell" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=465" LICENSE="GPL-1 | GPL-2" KEYWORDS="x86 sparc alpha ia64 ~ppc ~amd64" +IUSE="" # In theory, this plugin supports either aspell or ispell. However, # virtual/spell has been removed by seemant in favour of just using @@ -54,4 +55,3 @@ function src_unpack() { sed -e "/^function! s:SpellInstallDocumentation/a\ return 0" \ -i vimspell.vim || die "install fix failed" } - diff --git a/app-vim/vimspell/vimspell-1.84-r1.ebuild b/app-vim/vimspell/vimspell-1.84-r1.ebuild index ae8c87babfac..bfca53443a1b 100644 --- a/app-vim/vimspell/vimspell-1.84-r1.ebuild +++ b/app-vim/vimspell/vimspell-1.84-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimspell/vimspell-1.84-r1.ebuild,v 1.3 2004/06/24 23:05:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimspell/vimspell-1.84-r1.ebuild,v 1.4 2004/07/14 13:52:09 agriffis Exp $ inherit eutils vim-plugin @@ -8,6 +8,7 @@ DESCRIPTION="vim plugin: on-the-fly spell checking with aspell" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=465" LICENSE="GPL-1 | GPL-2" KEYWORDS="~x86 ~sparc ~alpha ~ia64 ~ppc ~amd64 ~mips" +IUSE="" # In theory, this plugin supports either aspell or ispell. However, # virtual/spell has been removed by seemant in favour of just using @@ -57,4 +58,3 @@ function src_unpack() { sed -e "/^function! s:SpellInstallDocumentation/a\ return 0" \ -i vimspell.vim || die "install fix failed" } - diff --git a/app-vim/vimspell/vimspell-1.84.ebuild b/app-vim/vimspell/vimspell-1.84.ebuild index 6866bd2f54ca..e4f87f97e740 100644 --- a/app-vim/vimspell/vimspell-1.84.ebuild +++ b/app-vim/vimspell/vimspell-1.84.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimspell/vimspell-1.84.ebuild,v 1.3 2004/06/24 23:05:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimspell/vimspell-1.84.ebuild,v 1.4 2004/07/14 13:52:09 agriffis Exp $ inherit vim-plugin @@ -8,6 +8,7 @@ DESCRIPTION="vim plugin: on-the-fly spell checking with aspell" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=465" LICENSE="GPL-1 | GPL-2" KEYWORDS="~x86 sparc ~alpha ~ia64 ~ppc ~amd64 ~mips" +IUSE="" # In theory, this plugin supports either aspell or ispell. However, # virtual/spell has been removed by seemant in favour of just using @@ -54,4 +55,3 @@ function src_unpack() { sed -e "/^function! s:SpellInstallDocumentation/a\ return 0" \ -i vimspell.vim || die "install fix failed" } - |