diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-09-05 22:01:46 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-09-05 22:01:46 +0000 |
commit | 462c1513749dd2cffecdcff99ed4b3332c5cf351 (patch) | |
tree | ff66de8f984b27ac76ca9f67e9ba1ba82788715c /app-vim/vimspell | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-462c1513749dd2cffecdcff99ed4b3332c5cf351.tar.gz gentoo-2-462c1513749dd2cffecdcff99ed4b3332c5cf351.tar.bz2 gentoo-2-462c1513749dd2cffecdcff99ed4b3332c5cf351.zip |
Stable on alpha.
Diffstat (limited to 'app-vim/vimspell')
-rw-r--r-- | app-vim/vimspell/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/vimspell/vimspell-1.84-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/vimspell/ChangeLog b/app-vim/vimspell/ChangeLog index 2f4e286be1b6..6285cf591ae9 100644 --- a/app-vim/vimspell/ChangeLog +++ b/app-vim/vimspell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/vimspell # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimspell/ChangeLog,v 1.12 2004/08/20 17:01:17 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimspell/ChangeLog,v 1.13 2004/09/05 22:01:46 kloeri Exp $ + + 06 Sep 2004; Bryan Østergaard <kloeri@gentoo.org> vimspell-1.84-r1.ebuild: + Stable on alpha. 20 Aug 2004; Ciaran McCreesh <ciaranm@gentoo.org> vimspell-1.84-r1.ebuild: Stable on x86, sparc, mips diff --git a/app-vim/vimspell/vimspell-1.84-r1.ebuild b/app-vim/vimspell/vimspell-1.84-r1.ebuild index 313f0df2598c..396f0855a7f0 100644 --- a/app-vim/vimspell/vimspell-1.84-r1.ebuild +++ b/app-vim/vimspell/vimspell-1.84-r1.ebuild @@ -1,13 +1,13 @@ # 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.5 2004/08/20 17:01:17 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimspell/vimspell-1.84-r1.ebuild,v 1.6 2004/09/05 22:01:46 kloeri Exp $ inherit eutils vim-plugin 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" +KEYWORDS="x86 sparc alpha ~ia64 ~ppc ~amd64 mips" IUSE="" # In theory, this plugin supports either aspell or ispell. However, |